]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
fix scons
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 TOP_extra_files = Split('''
4     ABOUT-NLS
5     ANNOUNCE
6     COPYING
7     INSTALL
8     INSTALL.MacOSX
9     INSTALL.Win32
10     INSTALL.autoconf
11     INSTALL.cmake
12     INSTALL.scons
13     Makefile.am
14     NEWS
15     README
16     README.Cygwin
17     README.Win32
18     README.localization
19     RELEASE-NOTES
20     UPGRADING
21     autogen.sh
22     config.log
23     configure.ac
24     lyx.man
25     rename.sh
26     scons_lyx.log
27 ''')
28
29
30 src_header_files = Split('''
31     ASpell_local.h
32     Author.h
33     BiblioInfo.h
34     Bidi.h
35     Box.h
36     BranchList.h
37     Buffer.h
38     BufferList.h
39     BufferParams.h
40     BufferView.h
41     Bullet.h
42     Changes.h
43     Chktex.h
44     CmdDef.h
45     Color.h
46     Converter.h
47     ConverterCache.h
48     CoordCache.h
49     Counters.h
50     Cursor.h
51     CursorSlice.h
52     CutAndPaste.h
53     DepTable.h
54     Dimension.h
55     DispatchResult.h
56     DocIterator.h
57     EmbeddedFiles.h
58     Encoding.h
59     ErrorList.h
60     Exporter.h
61     FloatList.h
62     Floating.h
63     Font.h
64     FontIterator.h
65     FontList.h
66     Format.h
67     FuncRequest.h
68     FuncStatus.h
69     Graph.h
70     ISpell.h
71     Importer.h
72     InsetIterator.h
73     InsetList.h
74     Intl.h
75     KeyMap.h
76     KeySequence.h
77     LaTeX.h
78     LaTeXFeatures.h
79     Language.h
80     Layout.h
81     LayoutEnums.h
82     LayoutPtr.h
83     Length.h
84     Lexer.h
85     LyX.h
86     LyXAction.h
87     LyXFunc.h
88     LyXRC.h
89     LyXVC.h
90     MenuBackend.h
91     Messages.h
92     MetricsInfo.h
93     ModuleList.h
94     Mover.h
95     OutputParams.h
96     ParIterator.h
97     Paragraph.h
98     ParagraphList.h
99     ParagraphMetrics.h
100     ParagraphParameters.h
101     PDFOptions.h
102     PrinterParams.h
103     PSpell.h
104     Row.h
105     Section.h
106     Server.h
107     ServerSocket.h
108     Session.h
109     Spacing.h
110     SpellBase.h
111     TexRow.h
112     Text.h
113     TextClass.h
114     TextClassList.h
115     TextMetrics.h
116     Thesaurus.h
117     TocBackend.h
118     ToolbarBackend.h
119     Trans.h
120     Undo.h
121     VCBackend.h
122     VSpace.h
123     Variables.h
124     WordLangTuple.h
125     buffer_funcs.h
126     debug.h
127     factory.h
128     gettext.h
129     lengthcommon.h
130     lfuns.h
131     lyxfind.h
132     output.h
133     output_docbook.h
134     output_latex.h
135     output_plaintext.h
136     paper.h
137     paragraph_funcs.h
138     rowpainter.h
139     sgml.h
140     update_flags.h
141     version.h
142 ''')
143
144
145 src_pre_files = Split('''
146     Author.cpp
147     BiblioInfo.cpp
148     Bidi.cpp
149     BranchList.cpp
150     Buffer.cpp
151     BufferList.cpp
152     BufferParams.cpp
153     BufferView.cpp
154     Bullet.cpp
155     Changes.cpp
156     Chktex.cpp
157     CmdDef.cpp
158     Color.cpp
159     Converter.cpp
160     ConverterCache.cpp
161     CoordCache.cpp
162     Counters.cpp
163     Cursor.cpp
164     CursorSlice.cpp
165     CutAndPaste.cpp
166     DepTable.cpp
167     DocIterator.cpp
168     EmbeddedFiles.cpp
169     Encoding.cpp
170     ErrorList.cpp
171     Exporter.cpp
172     FloatList.cpp
173     Floating.cpp
174     Font.cpp
175     FontIterator.cpp
176     FontList.cpp
177     Format.cpp
178     FuncRequest.cpp
179     FuncStatus.cpp
180     Graph.cpp
181     Importer.cpp
182     InsetIterator.cpp
183     InsetList.cpp
184     Intl.cpp
185     KeyMap.cpp
186     KeySequence.cpp
187     LaTeX.cpp
188     LaTeXFeatures.cpp
189     Language.cpp
190     Layout.cpp
191     Length.cpp
192     Lexer.cpp
193     LyX.cpp
194     LyXAction.cpp
195     LyXFunc.cpp
196     LyXRC.cpp
197     LyXVC.cpp
198     MenuBackend.cpp
199     Messages.cpp
200     MetricsInfo.cpp
201     Mover.cpp
202     OutputParams.cpp
203     PDFOptions.cpp
204     ParIterator.cpp
205     Paragraph.cpp
206     ParagraphMetrics.cpp
207     ParagraphParameters.cpp
208     Row.cpp
209     Server.cpp
210     ServerSocket.cpp
211     Session.cpp
212     Spacing.cpp
213     TexRow.cpp
214     Text.cpp
215     Text2.cpp
216     Text3.cpp
217     TextClass.cpp
218     TextClassList.cpp
219     TextMetrics.cpp
220     TocBackend.cpp
221     ToolbarBackend.cpp
222     Trans.cpp
223     Undo.cpp
224     VCBackend.cpp
225     VSpace.cpp
226     boost.cpp
227     buffer_funcs.cpp
228     debug.cpp
229     factory.cpp
230     gettext.cpp
231     lengthcommon.cpp
232     lyxfind.cpp
233     output.cpp
234     output_docbook.cpp
235     output_latex.cpp
236     output_plaintext.cpp
237     paragraph_funcs.cpp
238     rowpainter.cpp
239     sgml.cpp
240     version.cpp
241 ''')
242
243
244 src_post_files = Split('''
245     Box.cpp
246     Dimension.cpp
247     ModuleList.cpp
248     PrinterParams.cpp
249     SpellBase.cpp
250     Thesaurus.cpp
251 ''')
252
253
254 src_extra_src_files = Split('''
255     ASpell.cpp
256     ISpell.cpp
257     PSpell.cpp
258     Section.cpp
259     Variables.cpp
260     main.cpp
261 ''')
262
263
264 src_extra_files = Split('''
265     Makefile.am
266     pch.h
267 ''')
268
269
270 src_client_header_files = Split('''
271     Messages.h
272     debug.h
273 ''')
274
275
276 src_client_files = Split('''
277     Messages.cpp
278     boost.cpp
279     client.cpp
280     debug.cpp
281     gettext.cpp
282 ''')
283
284
285 src_client_extra_files = Split('''
286     Makefile.am
287     lyxclient.man
288     pch.h
289 ''')
290
291
292 src_support_header_files = Split('''
293     ExceptionMessage.h
294     FileFilterList.h
295     FileMonitor.h
296     FileName.h
297     ForkedCallQueue.h
298     Forkedcall.h
299     ForkedcallsController.h
300     Package.h
301     Path.h
302     RandomAccessList.h
303     Systemcall.h
304     Timeout.h
305     Translator.h
306     convert.h
307     copied_ptr.h
308     cow_ptr.h
309     debugstream.h
310     docstream.h
311     docstring.h
312     environment.h
313     filetools.h
314     fs_extras.h
315     gzstream.h
316     limited_stack.h
317     lstrings.h
318     lyxalgo.h
319     lyxlib.h
320     lyxmanip.h
321     lyxtime.h
322     os.h
323     os_win32.h
324     qstring_helpers.h
325     socktools.h
326     std_istream.h
327     std_ostream.h
328     textutils.h
329     types.h
330     unicode.h
331     userinfo.h
332 ''')
333
334
335 src_support_files = Split('''
336     FileFilterList.cpp
337     FileMonitor.cpp
338     FileName.cpp
339     ForkedCallQueue.cpp
340     Forkedcall.cpp
341     ForkedcallsController.cpp
342     Package.cpp
343     Path.cpp
344     Systemcall.cpp
345     Timeout.cpp
346     abort.cpp
347     chdir.cpp
348     convert.cpp
349     copy.cpp
350     docstream.cpp
351     docstring.cpp
352     environment.cpp
353     filetools.cpp
354     fs_extras.cpp
355     gzstream.cpp
356     getcwd.cpp
357     kill.cpp
358     lstrings.cpp
359     lyxsum.cpp
360     lyxtime.cpp
361     mkdir.cpp
362     os.cpp
363     qstring_helpers.cpp
364     rename.cpp
365     socktools.cpp
366     tempname.cpp
367     textutils.cpp
368     unicode.cpp
369     unlink.cpp
370     userinfo.cpp
371 ''')
372
373
374 src_support_extra_header_files = Split('''
375     
376 ''')
377
378
379 src_support_extra_src_files = Split('''
380     atexit.c
381     os_cygwin.cpp
382     os_unix.cpp
383     os_win32.cpp
384     strerror.c
385 ''')
386
387
388 src_support_extra_files = Split('''
389     Makefile.am
390     pch.h
391 ''')
392
393
394 src_support_tests_extra_files = Split('''
395     Makefile.am
396     boost.cpp
397     convert.cpp
398     filetools.cpp
399     lstrings.cpp
400     pch.h
401     test_convert
402     test_filetools
403     test_lstrings
404 ''')
405
406
407 src_support_tests_regfiles_extra_files = Split('''
408     convert
409     filetools
410     lstrings
411 ''')
412
413
414 src_support_minizip_header_files = Split('''
415     crypt.h
416     ioapi.h 
417     iowin32.h
418     unzip.h
419     zip.h
420 ''')
421
422
423 src_support_minizip_files = Split('''
424     ioapi.c
425     iowin32.c
426     zip.c
427     zipunzip.cpp
428     unzip.c
429 ''')
430
431
432 src_graphics_header_files = Split('''
433     GraphicsCache.h
434     GraphicsCacheItem.h
435     GraphicsConverter.h
436     GraphicsImage.h
437     GraphicsLoader.h
438     GraphicsParams.h
439     GraphicsTypes.h
440     LoaderQueue.h
441     PreviewImage.h
442     PreviewLoader.h
443     Previews.h
444 ''')
445
446
447 src_graphics_files = Split('''
448     GraphicsCache.cpp
449     GraphicsCacheItem.cpp
450     GraphicsConverter.cpp
451     GraphicsImage.cpp
452     GraphicsLoader.cpp
453     GraphicsParams.cpp
454     GraphicsTypes.cpp
455     LoaderQueue.cpp
456     PreviewImage.cpp
457     PreviewLoader.cpp
458     Previews.cpp
459 ''')
460
461
462 src_graphics_extra_files = Split('''
463     Makefile.am
464     pch.h
465 ''')
466
467
468 src_mathed_header_files = Split('''
469     CommandInset.h
470     InsetMath.h
471     InsetMathAMSArray.h
472     InsetMathArray.h
473     InsetMathBig.h
474     InsetMathBinom.h
475     InsetMathBoldSymbol.h
476     InsetMathBox.h
477     InsetMathBoxed.h
478     InsetMathBrace.h
479     InsetMathCases.h
480     InsetMathChar.h
481     InsetMathColor.h
482     InsetMathComment.h
483     InsetMathDFrac.h
484     InsetMathDecoration.h
485     InsetMathDelim.h
486     InsetMathDiff.h
487     InsetMathDots.h
488     InsetMathEnv.h
489     InsetMathExFunc.h
490     InsetMathExInt.h
491     InsetMathFBox.h
492     InsetMathFont.h
493     InsetMathFontOld.h
494     InsetMathFrac.h
495     InsetMathFracBase.h
496     InsetMathFrameBox.h
497     InsetMathGrid.h
498     InsetMathHull.h
499     InsetMathKern.h
500     InsetMathLefteqn.h
501     InsetMathLim.h
502     InsetMathMakebox.h
503     InsetMathMatrix.h
504     InsetMathNest.h
505     InsetMathNumber.h
506     InsetMathOverset.h
507     InsetMathPar.h
508     InsetMathPhantom.h
509     InsetMathRef.h
510     InsetMathRoot.h
511     InsetMathScript.h
512     InsetMathSize.h
513     InsetMathSpace.h
514     InsetMathSplit.h
515     InsetMathSqrt.h
516     InsetMathStackrel.h
517     InsetMathString.h
518     InsetMathSubstack.h
519     InsetMathSymbol.h
520     InsetMathTFrac.h
521     InsetMathTabular.h
522     InsetMathUnderset.h
523     InsetMathUnknown.h
524     InsetMathXArrow.h
525     InsetMathXYMatrix.h
526     MacroTable.h
527     MathAtom.h
528     MathAutoCorrect.h
529     MathData.h
530     MathExtern.h
531     MathFactory.h
532     MathGridInfo.h
533     MathMacro.h
534     MathMacroArgument.h
535     MathMacroTemplate.h
536     MathParser.h
537     MathStream.h
538     MathSupport.h
539     ReplaceData.h
540     TextPainter.h
541 ''')
542
543
544 src_mathed_files = Split('''
545     CommandInset.cpp
546     InsetMath.cpp
547     InsetMathAMSArray.cpp
548     InsetMathArray.cpp
549     InsetMathBig.cpp
550     InsetMathBinom.cpp
551     InsetMathBoldSymbol.cpp
552     InsetMathBox.cpp
553     InsetMathBoxed.cpp
554     InsetMathBrace.cpp
555     InsetMathCases.cpp
556     InsetMathChar.cpp
557     InsetMathColor.cpp
558     InsetMathComment.cpp
559     InsetMathDFrac.cpp
560     InsetMathDecoration.cpp
561     InsetMathDelim.cpp
562     InsetMathDiff.cpp
563     InsetMathDots.cpp
564     InsetMathEnv.cpp
565     InsetMathExFunc.cpp
566     InsetMathExInt.cpp
567     InsetMathFBox.cpp
568     InsetMathFont.cpp
569     InsetMathFontOld.cpp
570     InsetMathFrac.cpp
571     InsetMathFracBase.cpp
572     InsetMathFrameBox.cpp
573     InsetMathGrid.cpp
574     InsetMathHull.cpp
575     InsetMathKern.cpp
576     InsetMathLefteqn.cpp
577     InsetMathLim.cpp
578     InsetMathMakebox.cpp
579     InsetMathMatrix.cpp
580     InsetMathNest.cpp
581     InsetMathNumber.cpp
582     InsetMathOverset.cpp
583     InsetMathPar.cpp
584     InsetMathPhantom.cpp
585     InsetMathRef.cpp
586     InsetMathRoot.cpp
587     InsetMathScript.cpp
588     InsetMathSize.cpp
589     InsetMathSpace.cpp
590     InsetMathSplit.cpp
591     InsetMathSqrt.cpp
592     InsetMathStackrel.cpp
593     InsetMathString.cpp
594     InsetMathSubstack.cpp
595     InsetMathSymbol.cpp
596     InsetMathTFrac.cpp
597     InsetMathTabular.cpp
598     InsetMathUnderset.cpp
599     InsetMathUnknown.cpp
600     InsetMathXArrow.cpp
601     InsetMathXYMatrix.cpp
602     MacroTable.cpp
603     MathAtom.cpp
604     MathAutoCorrect.cpp
605     MathData.cpp
606     MathExtern.cpp
607     MathFactory.cpp
608     MathMacro.cpp
609     MathMacroArgument.cpp
610     MathMacroTemplate.cpp
611     MathParser.cpp
612     MathStream.cpp
613     MathSupport.cpp
614     TextPainter.cpp
615 ''')
616
617
618 src_mathed_extra_files = Split('''
619     BUGS
620     InsetFormulaMacro.cpp
621     InsetFormulaMacro.h
622     InsetMathMBox.cpp
623     InsetMathMBox.h
624     InsetMathXYArrow.cpp
625     InsetMathXYArrow.h
626     Makefile.am
627     README
628     pch.h
629     texify
630 ''')
631
632
633 src_tex2lyx_header_files = Split('''
634     Context.h
635     Font.h
636     Parser.h
637     Spacing.h
638     tex2lyx.h
639 ''')
640
641
642 src_tex2lyx_files = Split('''
643     Context.cpp
644     Font.cpp
645     Parser.cpp
646     boost.cpp
647     gettext.cpp
648     lengthcommon.cpp
649     math.cpp
650     preamble.cpp
651     table.cpp
652     tex2lyx.cpp
653     text.cpp
654 ''')
655
656
657 src_tex2lyx_copied_files = Split('''
658     Color.cpp
659     Counters.cpp
660     FloatList.cpp
661     Floating.cpp
662     Layout.cpp
663     Lexer.cpp
664     TextClass.cpp
665 ''')
666
667
668 src_tex2lyx_extra_files = Split('''
669     Makefile.am
670     pch.h
671     test-insets.tex
672     test-structure.tex
673     test.ltx
674     tex2lyx.man
675 ''')
676
677
678 src_frontends_header_files = Split('''
679     Alert_pimpl.h
680     Application.h
681     Clipboard.h
682     Dialogs.h
683     FileDialog.h
684     FontLoader.h
685     FontMetrics.h
686     Gui.h
687     KeyModifier.h
688     KeySymbol.h
689     LyXView.h
690     NoGuiFontLoader.h
691     NoGuiFontMetrics.h
692     Painter.h
693     Selection.h
694     WorkArea.h
695     WorkAreaManager.h
696     alert.h
697     mouse_state.h
698 ''')
699
700
701 src_frontends_files = Split('''
702     Application.cpp
703     Dialogs.cpp
704     LyXView.cpp
705     Painter.cpp
706     WorkArea.cpp
707     WorkAreaManager.cpp
708     alert.cpp
709 ''')
710
711
712 src_frontends_extra_files = Split('''
713     Makefile.am
714     pch.h
715 ''')
716
717
718 src_frontends_controllers_extra_files = Split('''
719     Makefile.am
720     pch.h
721 ''')
722
723
724 src_frontends_controllers_tests_extra_files = Split('''
725     Makefile.am
726     biblio.cpp
727     boost.cpp
728     pch.h
729     test_biblio
730 ''')
731
732
733 src_frontends_controllers_tests_regfiles_extra_files = Split('''
734     biblio
735 ''')
736
737
738 src_frontends_qt4_header_files = Split('''
739                 ../ButtonPolicy.h
740                 ../Dialog.h
741                 ../frontend_helpers.h
742     Action.h
743     BulletsModule.h
744     ButtonController.h
745     ColorCache.h
746     DialogView.h
747     DockView.h
748     EmptyTable.h
749     FloatPlacement.h
750     GuiAbout.h
751     GuiApplication.h
752     GuiBibitem.h
753     GuiBibtex.h
754     GuiBox.h
755     GuiBranches.h
756     GuiBranch.h
757     GuiChanges.h
758     GuiCharacter.h
759     GuiCharacter.h
760     GuiCitation.h
761     GuiClipboard.h
762     GuiCommandBuffer.h
763     GuiCommandEdit.h
764     GuiDelimiter.h
765     GuiDialog.h
766     GuiDocument.h
767     GuiErrorList.h
768     GuiERT.h
769     GuiExternal.h
770     GuiFloat.h
771     GuiFontExample.h
772     GuiFontLoader.h
773     GuiGraphics.h
774     GuiGraphicsUi.h
775     GuiHyperlink.h
776     GuiImage.h
777     GuiImplementation.h
778     GuiInclude.h
779     GuiIndex.h
780     GuiKeySymbol.h
781     GuiListings.h
782     GuiLog.h
783     GuiMath.h
784     GuiMathMatrix.h
785     GuiMenubar.h
786     GuiNomencl.h
787     GuiNote.h
788     GuiPainter.h
789     GuiParagraph.h
790     GuiPopupMenu.h
791     GuiPrefs.h
792     GuiPrint.h
793     GuiRef.h
794     GuiSearch.h
795     GuiSelection.h
796     GuiSelectionManager.h
797     GuiSendto.h
798     GuiSetBorder.h
799     GuiShowFile.h
800     GuiSpellchecker.h
801     GuiTabularCreate.h
802     GuiTabular.h
803     GuiTexinfo.h
804     GuiThesaurus.h
805     GuiToc.h
806     GuiToolbar.h
807     GuiToolbars.h
808     GuiView.h
809     GuiViewSource.h
810     GuiVSpace.h
811     GuiWorkArea.h
812     GuiWrap.h
813     IconPalette.h
814     InsertTableWidget.h
815     LaTeXHighlighter.h
816     LengthCombo.h
817     LyXFileDialog.h
818     PanelStack.h
819     TocModel.h
820     TocWidget.h
821     Validator.h
822     qlkey.h
823     qt_helpers.h
824 ''')
825
826
827 src_frontends_qt4_files = Split('''
828                 ../ButtonPolicy.cpp
829                 ../Dialog.cpp
830                 ../frontend_helpers.cpp
831     Action.cpp
832     BulletsModule.cpp
833     ButtonController.cpp
834     ColorCache.cpp
835     Dialogs.cpp
836     EmptyTable.cpp
837     FileDialog.cpp
838     FloatPlacement.cpp
839     GuiAbout.cpp
840     GuiApplication.cpp
841     GuiBibitem.cpp
842     GuiBibtex.cpp
843     GuiBox.cpp
844     GuiBranch.cpp
845     GuiBranches.cpp
846     GuiChanges.cpp
847     GuiCharacter.cpp
848     GuiCitation.cpp
849     GuiClipboard.cpp
850     GuiCommandBuffer.cpp
851     GuiCommandEdit.cpp
852     GuiDelimiter.cpp
853     GuiDialog.cpp
854     GuiDocument.cpp
855     GuiErrorList.cpp
856     GuiERT.cpp
857     GuiExternal.cpp
858     GuiFloat.cpp
859     GuiFontExample.cpp
860     GuiFontLoader.cpp
861     GuiFontMetrics.cpp
862     GuiGraphics.cpp
863     GuiHyperlink.cpp
864     GuiImage.cpp
865     GuiImplementation.cpp
866     GuiInclude.cpp
867     GuiIndex.cpp
868     GuiKeySymbol.cpp
869     GuiListings.cpp
870     GuiLog.cpp
871     GuiMath.cpp
872     GuiMathMatrix.cpp
873     GuiMenubar.cpp
874     GuiNomencl.cpp
875     GuiNote.cpp
876     GuiPainter.cpp
877     GuiParagraph.cpp
878     GuiPopupMenu.cpp
879     GuiPrefs.cpp
880     GuiPrint.cpp
881     GuiRef.cpp
882     GuiSearch.cpp
883     GuiSelection.cpp
884     GuiSelectionManager.cpp
885     GuiSendto.cpp
886     GuiSetBorder.cpp
887     GuiShowFile.cpp
888     GuiSpellchecker.cpp
889     GuiTabular.cpp
890     GuiTabularCreate.cpp
891     GuiTexinfo.cpp
892     GuiThesaurus.cpp
893     GuiToc.cpp
894     GuiToolbar.cpp
895     GuiToolbars.cpp
896     GuiView.cpp
897     GuiViewSource.cpp
898     GuiVSpace.cpp
899     GuiWorkArea.cpp
900     GuiWrap.cpp
901     IconPalette.cpp
902     InsertTableWidget.cpp
903     LengthCombo.cpp
904     LaTeXHighlighter.cpp
905     LyXFileDialog.cpp
906     PanelStack.cpp
907     TocModel.cpp
908     TocWidget.cpp
909     Validator.cpp
910     alert_pimpl.cpp
911     qt_helpers.cpp
912 ''')
913
914
915 src_frontends_qt4_extra_files = Split('''
916     GuiFontMetrics.h
917     Makefile.am
918     README
919     pch.h
920 ''')
921
922
923 src_frontends_qt4_ui_files = Split('''
924     AboutUi.ui
925     AskForTextUi.ui
926     BibitemUi.ui
927     BiblioUi.ui
928     BibtexAddUi.ui
929     BibtexUi.ui
930     BoxUi.ui
931     BranchUi.ui
932     BranchesUi.ui
933     BulletsUi.ui
934     ChangesUi.ui
935     CharacterUi.ui
936     CitationUi.ui
937     DelimiterUi.ui
938     DocumentUi.ui
939     ERTUi.ui
940     ErrorListUi.ui
941     ExternalUi.ui
942     FloatPlacementUi.ui
943     FloatUi.ui
944     FontUi.ui
945     GraphicsUi.ui
946     HyperlinkUi.ui
947     IncludeUi.ui
948     IndexUi.ui
949     LaTeXUi.ui
950     LanguageUi.ui
951     ListingsUi.ui
952     LogUi.ui
953     MarginsUi.ui
954     MathMatrixUi.ui
955     MathsUi.ui
956     NomenclUi.ui
957     NoteUi.ui
958     NumberingUi.ui
959     PageLayoutUi.ui
960     ParagraphUi.ui
961     PDFSupportUi.ui
962     PreambleUi.ui
963     PrefColorsUi.ui
964     PrefConvertersUi.ui
965     PrefDateUi.ui
966     PrefDisplayUi.ui
967     PrefFileformatsUi.ui
968     PrefIdentityUi.ui
969     PrefKeyboardUi.ui
970     PrefLanguageUi.ui
971     PrefLatexUi.ui
972     PrefPathsUi.ui
973     PrefPlaintextUi.ui
974     PrefPrinterUi.ui
975     PrefScreenFontsUi.ui
976     PrefShortcutsUi.ui
977     PrefSpellcheckerUi.ui
978     PrefUi.ui
979     PrefsUi.ui
980     PrintUi.ui
981     RefUi.ui
982     SearchUi.ui
983     SendtoUi.ui
984     ShortcutUi.ui
985     ShowFileUi.ui
986     SpellcheckerUi.ui
987     TabularCreateUi.ui
988     TabularUi.ui
989     TexinfoUi.ui
990     TextLayoutUi.ui
991     ThesaurusUi.ui
992     TocUi.ui
993     VSpaceUi.ui
994     ViewSourceUi.ui
995     WrapUi.ui
996 ''')
997
998
999 src_frontends_qt4_ui_extra_files = Split('''
1000     Makefile.am
1001     compile_uic.sh
1002 ''')
1003
1004
1005 src_insets_header_files = Split('''
1006     ExternalSupport.h
1007     ExternalTemplate.h
1008     ExternalTransforms.h
1009     Inset.h
1010     InsetBibitem.h
1011     InsetBibtex.h
1012     InsetBox.h
1013     InsetBranch.h
1014     InsetCaption.h
1015     InsetCitation.h
1016     InsetCode.h
1017     InsetCollapsable.h
1018     InsetCommand.h
1019     InsetCommandParams.h
1020     InsetERT.h
1021     InsetEnvironment.h
1022     InsetExternal.h
1023     InsetFlex.h
1024     InsetFloat.h
1025     InsetFloatList.h
1026     InsetFoot.h
1027     InsetFootlike.h
1028     InsetGraphics.h
1029     InsetGraphicsParams.h
1030     InsetHFill.h
1031     InsetHyperlink.h
1032     InsetInclude.h
1033     InsetIndex.h
1034     InsetInfo.h
1035     InsetLabel.h
1036     InsetLine.h
1037     InsetListings.h
1038     InsetListingsParams.h
1039     InsetMarginal.h
1040     InsetNewline.h
1041     InsetNomencl.h
1042     InsetNote.h
1043     InsetOptArg.h
1044     InsetPagebreak.h
1045     InsetQuotes.h
1046     InsetRef.h
1047     InsetSpace.h
1048     InsetSpecialChar.h
1049     InsetTOC.h
1050     InsetTabular.h
1051     InsetText.h
1052     InsetVSpace.h
1053     InsetWrap.h
1054     MailInset.h
1055     RenderBase.h
1056     RenderButton.h
1057     RenderGraphic.h
1058     RenderPreview.h
1059 ''')
1060
1061
1062 src_insets_files = Split('''
1063     ExternalSupport.cpp
1064     ExternalTemplate.cpp
1065     ExternalTransforms.cpp
1066     Inset.cpp
1067     InsetBibitem.cpp
1068     InsetBibtex.cpp
1069     InsetBox.cpp
1070     InsetBranch.cpp
1071     InsetCaption.cpp
1072     InsetCitation.cpp
1073     InsetCollapsable.cpp
1074     InsetCommand.cpp
1075     InsetCommandParams.cpp
1076     InsetERT.cpp
1077     InsetEnvironment.cpp
1078     InsetExternal.cpp
1079     InsetFlex.cpp
1080     InsetFloat.cpp
1081     InsetFloatList.cpp
1082     InsetFoot.cpp
1083     InsetFootlike.cpp
1084     InsetGraphics.cpp
1085     InsetGraphicsParams.cpp
1086     InsetHFill.cpp
1087     InsetHyperlink.cpp
1088     InsetInclude.cpp
1089     InsetIndex.cpp
1090     InsetInfo.cpp
1091     InsetLabel.cpp
1092     InsetLine.cpp
1093     InsetListings.cpp
1094     InsetListingsParams.cpp
1095     InsetMarginal.cpp
1096     InsetNewline.cpp
1097     InsetNomencl.cpp
1098     InsetNote.cpp
1099     InsetOptArg.cpp
1100     InsetPagebreak.cpp
1101     InsetQuotes.cpp
1102     InsetRef.cpp
1103     InsetSpace.cpp
1104     InsetSpecialChar.cpp
1105     InsetTOC.cpp
1106     InsetTabular.cpp
1107     InsetText.cpp
1108     InsetVSpace.cpp
1109     InsetWrap.cpp
1110     MailInset.cpp
1111     RenderButton.cpp
1112     RenderGraphic.cpp
1113     RenderPreview.cpp
1114 ''')
1115
1116
1117 src_insets_extra_files = Split('''
1118     InsetTheorem.cpp
1119     InsetTheorem.h
1120     Makefile.am
1121     pch.h
1122 ''')
1123
1124
1125 intl_header_files = Split('''
1126     eval-plural.h
1127     gettextP.h
1128     gmo.h
1129     hash-string.h
1130     loadinfo.h
1131     localcharset.h
1132     os2compat.h
1133     plural-exp.h
1134     printf-args.h
1135     printf-parse.h
1136     relocatable.h
1137     vasnprintf.h
1138     vasnwprintf.h
1139     wprintf-parse.h
1140     xsize.h
1141 ''')
1142
1143
1144 intl_files = Split('''
1145     bindtextdom.c
1146     dcgettext.c
1147     dcigettext.c
1148     dcngettext.c
1149     dgettext.c
1150     dngettext.c
1151     explodename.c
1152     finddomain.c
1153     gettext.c
1154     intl-compat.c
1155     l10nflist.c
1156     langprefs.c
1157     loadmsgcat.c
1158     localcharset.c
1159     localealias.c
1160     localename.c
1161     log.c
1162     ngettext.c
1163     osdep.c
1164     plural-exp.c
1165     plural.c
1166     printf.c
1167     relocatable.c
1168     textdomain.c
1169 ''')
1170
1171
1172 intl_extra_files = Split('''
1173     VERSION
1174     config.charset
1175     libgnuintl.h.in
1176     locale.alias
1177     os2compat.c
1178     plural.y
1179     printf-args.c
1180     printf-parse.c
1181     ref-add.sin
1182     ref-del.sin
1183     vasnprintf.c
1184 ''')
1185
1186
1187 config_extra_files = Split('''
1188     Makefile.am
1189     common.am
1190     config.guess
1191     config.rpath
1192     config.sub
1193     depcomp
1194     install-sh
1195     libtool.m4
1196     ltmain.sh
1197     lyxinclude.m4
1198     missing
1199     mkinstalldirs
1200     pkg.m4
1201     py-compile
1202     qt4.m4
1203     spell.m4
1204 ''')
1205
1206
1207 sourcedoc_extra_files = Split('''
1208     Doxyfile.in
1209     Makefile.am
1210 ''')
1211
1212
1213 po_extra_files = Split('''
1214     LINGUAS
1215     Makefile.in.in
1216     Makevars
1217     POTFILES.in
1218     README
1219     Rules-quot
1220     bg.po
1221     boldquot.sed
1222     ca.po
1223     cs.po
1224     da.po
1225     de.po
1226     en@boldquot.header
1227     en@quot.header
1228     es.po
1229     eu.po
1230     fi.po
1231     fr.po
1232     gl.po
1233     he.po
1234     hu.po
1235     insert-header.sin
1236     it.po
1237     ja.po
1238     ko.po
1239     lyx_pot.py
1240     nb.po
1241     nl.po
1242     nn.po
1243     pl.po
1244     pocheck.pl
1245     postats.sh
1246     pt.po
1247     quot.sed
1248     remove-potcdate.sin
1249     ro.po
1250     ru.po
1251     sk.po
1252     sl.po
1253     sv.po
1254     tr.po
1255     wa.po
1256     zh_CN.po
1257     zh_TW.po
1258 ''')
1259
1260
1261 lib_files = Split('''
1262     CREDITS
1263     chkconfig.ltx
1264     configure.py
1265     encodings
1266     external_templates
1267     languages
1268     symbols
1269     syntax.default
1270     unicodesymbols
1271 ''')
1272
1273
1274 lib_extra_files = Split('''
1275     Makefile.am
1276     autocorrect
1277     build-listerrors
1278     generate_contributions.py
1279 ''')
1280
1281
1282 lib_kbd_files = Split('''
1283     american-2.kmap
1284     american.kmap
1285     arabic.kmap
1286     bg-bds-1251.kmap
1287     brazil.kmap
1288     brazil2.kmap
1289     czech-prg.kmap
1290     czech.kmap
1291     espanol.kmap
1292     european.kmap
1293     farsi.kmap
1294     francais.kmap
1295     french.kmap
1296     german-2.kmap
1297     german-3.kmap
1298     german.kmap
1299     greek.kmap
1300     hebrew.kmap
1301     koi8-r.kmap
1302     koi8-u.kmap
1303     latvian.kmap
1304     magyar-2.kmap
1305     magyar-3.kmap
1306     magyar.kmap
1307     null.kmap
1308     polish.kmap
1309     polski.kmap
1310     portuges.kmap
1311     romanian.kmap
1312     serbian.kmap
1313     serbocroatian.kmap
1314     sf.kmap
1315     sg.kmap
1316     slovak.kmap
1317     slovene.kmap
1318     thai-kedmanee.kmap
1319     transilvanian.kmap
1320     turkish-f.kmap
1321     turkish.kmap
1322 ''')
1323
1324
1325 lib_templates_files = Split('''
1326     IEEEtran.lyx
1327     README.new_templates
1328     aa.lyx
1329     aastex.lyx
1330     agu_article.lyx
1331     apa.lyx
1332     beamer-conference-ornate-20min.lyx
1333     de_beamer-conference-ornate-20min.lyx
1334     dinbrief.lyx
1335     docbook_article.lyx
1336     elsart.lyx
1337     fr_beamer-conference-ornate-20min.lyx
1338     g-brief-de.lyx
1339     g-brief-en.lyx
1340     g-brief2.lyx
1341     hollywood.lyx
1342     ijmpc.lyx
1343     ijmpd.lyx
1344     iop-article.lyx
1345     kluwer.lyx
1346     koma-letter2.lyx
1347     latex8.lyx
1348     letter.lyx
1349     revtex.lyx
1350     revtex4.lyx
1351     slides.lyx
1352 ''')
1353
1354
1355 lib_ui_files = Split('''
1356     classic.ui
1357     default.ui
1358     stdmenus.inc
1359     stdtoolbars.inc
1360 ''')
1361
1362
1363 lib_fonts_files = Split('''
1364     BaKoMaFontLicense.txt
1365     ReadmeBaKoMa4LyX.txt
1366     cmex10.ttf
1367     cmmi10.ttf
1368     cmr10.ttf
1369     cmsy10.ttf
1370     esint10.ttf
1371     eufm10.ttf
1372     msam10.ttf
1373     msbm10.ttf
1374     wasy10.ttf
1375 ''')
1376
1377
1378 lib_images_files = Split('''
1379     all-changes-accept.png
1380     all-changes-reject.png
1381     amssymb.png
1382     banner.png
1383     bookmark-goto.png
1384     bookmark-save.png
1385     break-line.png
1386     buffer-close.png
1387     buffer-export_dvi.png
1388     buffer-export_latex.png
1389     buffer-export_pdf2.png
1390     buffer-export_ps.png
1391     buffer-export_text.png
1392     buffer-new.png
1393     buffer-reload.png
1394     buffer-update_dvi.png
1395     buffer-update_pdf2.png
1396     buffer-update_ps.png
1397     buffer-view_dvi.png
1398     buffer-view_pdf2.png
1399     buffer-view_ps.png
1400     buffer-write-as.png
1401     buffer-write.png
1402     build-program.png
1403     change-accept.png
1404     change-next.png
1405     change-reject.png
1406     changes-merge.png
1407     changes-output.png
1408     changes-track.png
1409     closetab.png
1410     copy.png
1411     cut.png
1412     demote.png
1413     depth-decrement.png
1414     depth-increment.png
1415     dialog-preferences.png
1416     dialog-show-new-inset_citation.png
1417     dialog-show-new-inset_graphics.png
1418     dialog-show-new-inset_include.png
1419     dialog-show-new-inset_ref.png
1420     dialog-show_character.png
1421     dialog-show_findreplace.png
1422     dialog-show_mathdelimiter.png
1423     dialog-show_mathmatrix.png
1424     dialog-show_print.png
1425     dialog-show_spellchecker.png
1426     dialog-toggle_toc.png
1427     down.png
1428     ert-insert.png
1429     file-open.png
1430     float-insert_figure.png
1431     float-insert_table.png
1432     font-bold.png
1433     font-emph.png
1434     font-free-apply.png
1435     font-noun.png
1436     font-sans.png
1437     footnote-insert.png
1438     href-insert.png
1439     index-insert.png
1440     label-insert.png
1441     layout-document.png
1442     layout-paragraph.png
1443     layout.png
1444     layout_Description.png
1445     layout_Enumerate.png
1446     layout_Itemize.png
1447     layout_List.png
1448     layout_LyX-Code.png
1449     layout_Scrap.png
1450     layout_Section.png
1451     lyx-quit.png
1452     lyx.png
1453     marginalnote-insert.png
1454     math-display.png
1455     math-matrix.png
1456     math-mode.png
1457     math-subscript.png
1458     math-superscript.png
1459     nomencl-insert.png
1460     note-insert.png
1461     note-next.png
1462     paste.png
1463     promote.png
1464     psnfss1.png
1465     psnfss2.png
1466     psnfss3.png
1467     psnfss4.png
1468     redo.png
1469     reload.png
1470     standard.png
1471     tabular-feature_align-center.png
1472     tabular-feature_align-left.png
1473     tabular-feature_align-right.png
1474     tabular-feature_append-column.png
1475     tabular-feature_append-row.png
1476     tabular-feature_delete-column.png
1477     tabular-feature_delete-row.png
1478     tabular-feature_multicolumn.png
1479     tabular-feature_set-all-lines.png
1480     tabular-feature_set-longtabular.png
1481     tabular-feature_set-rotate-cell.png
1482     tabular-feature_toggle-rotate-cell.png
1483     tabular-feature_set-rotate-tabular.png
1484     tabular-feature_toggle-rotate-tabular.png
1485     tabular-feature_toggle-line-bottom.png
1486     tabular-feature_toggle-line-left.png
1487     tabular-feature_toggle-line-right.png
1488     tabular-feature_toggle-line-top.png
1489     tabular-feature_unset-all-lines.png
1490     tabular-feature_valign-bottom.png
1491     tabular-feature_valign-middle.png
1492     tabular-feature_valign-top.png
1493     tabular-insert.png
1494     thesaurus-entry.png
1495     toolbar-toggle_math.png
1496     toolbar-toggle_math_panels.png
1497     toolbar-toggle_table.png
1498     undo.png
1499     unknown.png
1500     up.png
1501 ''')
1502
1503
1504 lib_images_extra_files = Split('''
1505     README
1506     font-smallcaps.png
1507 ''')
1508
1509
1510 lib_images_math_files = Split('''
1511     Bbbk.png
1512     Finv.png
1513     Game.png
1514     Im.png
1515     Lleftarrow.png
1516     Lsh.png
1517     Re.png
1518     Rrightarrow.png
1519     Rsh.png
1520     Vert.png
1521     Vvdash.png
1522     acute.png
1523     aleph.png
1524     alpha.png
1525     amalg.png
1526     angle.png
1527     approx.png
1528     approxeq.png
1529     asymp.png
1530     backepsilon.png
1531     backprime.png
1532     backsim.png
1533     backsimeq.png
1534     backslash.png
1535     bar.png
1536     bars.png
1537     barwedge.png
1538     because.png
1539     beta.png
1540     beth.png
1541     between.png
1542     bigcap.png
1543     bigcirc.png
1544     bigcup.png
1545     bigodot.png
1546     bigoplus.png
1547     bigotimes.png
1548     bigsqcup.png
1549     bigstar.png
1550     bigtriangledown.png
1551     bigtriangleup.png
1552     biguplus.png
1553     bigvee.png
1554     bigwedge.png
1555     blacklozenge.png
1556     blacksquare.png
1557     blacktriangle.png
1558     blacktriangledown.png
1559     blacktriangleleft.png
1560     blacktriangleright.png
1561     bot.png
1562     bowtie.png
1563     boxdot.png
1564     boxminus.png
1565     boxplus.png
1566     boxtimes.png
1567     breve.png
1568     bullet.png
1569     bumpeq.png
1570     bumpeq2.png
1571     cap.png
1572     cap2.png
1573     cases.png
1574     cdot.png
1575     cdots.png
1576     centerdot.png
1577     check.png
1578     chi.png
1579     circ.png
1580     circeq.png
1581     circlearrowleft.png
1582     circlearrowright.png
1583     circledS.png
1584     circledast.png
1585     circledcirc.png
1586     circleddash.png
1587     clubsuit.png
1588     complement.png
1589     cong.png
1590     coprod.png
1591     cup.png
1592     cup2.png
1593     curlyeqprec.png
1594     curlyeqsucc.png
1595     curlyvee.png
1596     curlywedge.png
1597     curvearrowleft.png
1598     curvearrowright.png
1599     dagger.png
1600     daleth.png
1601     dashleftarrow.png
1602     dashrightarrow.png
1603     dashv.png
1604     ddagger.png
1605     ddot.png
1606     ddots.png
1607     delim.png
1608     delta.png
1609     delta2.png
1610     diagdown.png
1611     diagup.png
1612     diamond.png
1613     diamondsuit.png
1614     digamma.png
1615     div.png
1616     divideontimes.png
1617     dot.png
1618     doteq.png
1619     doteqdot.png
1620     dotplus.png
1621     dotsint.png
1622     dotsintop.png
1623     doublebarwedge.png
1624     downarrow.png
1625     downarrow2.png
1626     downdownarrows.png
1627     downharpoonleft.png
1628     downharpoonright.png
1629     ell.png
1630     empty.png
1631     emptyset.png
1632     epsilon.png
1633     eqcirc.png
1634     eqslantgtr.png
1635     eqslantless.png
1636     equation.png
1637     equiv.png
1638     eta.png
1639     eth.png
1640     exists.png
1641     fallingdotseq.png
1642     flat.png
1643     font.png
1644     forall.png
1645     frac-square.png
1646     frac.png
1647     frown.png
1648     functions.png
1649     gamma.png
1650     gamma2.png
1651     geq.png
1652     geqq.png
1653     geqslant.png
1654     gg.png
1655     ggg.png
1656     gimel.png
1657     gnapprox.png
1658     gneq.png
1659     gneqq.png
1660     gnsim.png
1661     grave.png
1662     gtrapprox.png
1663     gtrdot.png
1664     gtreqless.png
1665     gtreqqless.png
1666     gtrless.png
1667     gtrsim.png
1668     gvertneqq.png
1669     hat.png
1670     hbar.png
1671     heartsuit.png
1672     hookleftarrow.png
1673     hookrightarrow.png
1674     hphantom.png
1675     hslash.png
1676     iiiint.png
1677     iiiintop.png
1678     iiint.png
1679     iiintop.png
1680     iint.png
1681     iintop.png
1682     imath.png
1683     in.png
1684     infty.png
1685     int.png
1686     intercal.png
1687     intop.png
1688     iota.png
1689     jmath.png
1690     kappa.png
1691     lambda.png
1692     lambda2.png
1693     langle.png
1694     lbrace.png
1695     lbrace_rbrace.png
1696     lbracket.png
1697     lbracket_rbracket.png
1698     lceil.png
1699     lceil_rceil.png
1700     ldots.png
1701     leftarrow.png
1702     leftarrow2.png
1703     leftarrowtail.png
1704     leftharpoondown.png
1705     leftharpoonup.png
1706     leftleftarrows.png
1707     leftrightarrow.png
1708     leftrightarrow2.png
1709     leftrightarrows.png
1710     leftrightharpoons.png
1711     leftrightsquigarrow.png
1712     leftthreetimes.png
1713     leq.png
1714     leqq.png
1715     leqslant.png
1716     lessapprox.png
1717     lessdot.png
1718     lesseqgtr.png
1719     lesseqqgtr.png
1720     lessgtr.png
1721     lesssim.png
1722     lfloor.png
1723     lfloor_rfloor.png
1724     ll.png
1725     llcorner.png
1726     lll.png
1727     lnapprox.png
1728     lneq.png
1729     lneqq.png
1730     lnsim.png
1731     longleftarrow.png
1732     longleftarrow2.png
1733     longleftrightarrow.png
1734     longleftrightarrow2.png
1735     longmapsto.png
1736     longrightarrow.png
1737     longrightarrow2.png
1738     looparrowleft.png
1739     looparrowright.png
1740     lozenge.png
1741     lparen.png
1742     lparen_rparen.png
1743     lrcorner.png
1744     ltimes.png
1745     lvertneqq.png
1746     mapsto.png
1747     mathbb_C.png
1748     mathbb_H.png
1749     mathbb_N.png
1750     mathbb_Q.png
1751     mathbb_R.png
1752     mathbb_Z.png
1753     mathcal_F.png
1754     mathcal_H.png
1755     mathcal_L.png
1756     mathcal_O.png
1757     mathcircumflex.png
1758     mathrm_T.png
1759     matrix.png
1760     measuredangle.png
1761     mho.png
1762     mid.png
1763     models.png
1764     mp.png
1765     mu.png
1766     multimap.png
1767     nabla.png
1768     natural.png
1769     ncong.png
1770     nearrow.png
1771     neg.png
1772     neq.png
1773     nexists.png
1774     ngeq.png
1775     ngeqq.png
1776     ngeqslant.png
1777     ngtr.png
1778     ni.png
1779     nleftarrow.png
1780     nleftarrow2.png
1781     nleftrightarrow.png
1782     nleftrightarrow2.png
1783     nleq.png
1784     nleqq.png
1785     nleqslant.png
1786     nless.png
1787     nmid.png
1788     notin.png
1789     nparallel.png
1790     nprec.png
1791     npreceq.png
1792     nrightarrow.png
1793     nrightarrow2.png
1794     nshortmid.png
1795     nshortparallel.png
1796     nsim.png
1797     nsubseteq.png
1798     nsucc.png
1799     nsucceq.png
1800     nsupseteq.png
1801     nsupseteqq.png
1802     ntriangleleft.png
1803     ntrianglelefteq.png
1804     ntriangleright.png
1805     ntrianglerighteq.png
1806     nu.png
1807     nvdash.png
1808     nvdash2.png
1809     nvdash3.png
1810     nwarrow.png
1811     odot.png
1812     oiint.png
1813     oiintop.png
1814     oint.png
1815     ointclockwise.png
1816     ointclockwiseop.png
1817     ointctrclockwise.png
1818     ointctrclockwiseop.png
1819     ointop.png
1820     omega.png
1821     omega2.png
1822     ominus.png
1823     oplus.png
1824     oslash.png
1825     otimes.png
1826     overbrace.png
1827     overleftarrow.png
1828     overleftrightarrow.png
1829     overline.png
1830     overrightarrow.png
1831     overset.png
1832     parallel.png
1833     partial.png
1834     perp.png
1835     phantom.png
1836     phi.png
1837     phi2.png
1838     pi.png
1839     pi2.png
1840     pitchfork.png
1841     pm.png
1842     prec.png
1843     precapprox.png
1844     preccurlyeq.png
1845     preceq.png
1846     precnapprox.png
1847     precnsim.png
1848     precsim.png
1849     prime.png
1850     prod.png
1851     propto.png
1852     psi.png
1853     psi2.png
1854     rangle.png
1855     rbrace.png
1856     rbracket.png
1857     rceil.png
1858     rfloor.png
1859     rho.png
1860     rightarrow.png
1861     rightarrow2.png
1862     rightarrowtail.png
1863     rightharpoondown.png
1864     rightharpoonup.png
1865     rightleftarrows.png
1866     rightleftharpoons.png
1867     rightrightarrows.png
1868     rightsquigarrow.png
1869     rightthreetimes.png
1870     risingdotseq.png
1871     root.png
1872     rparen.png
1873     rtimes.png
1874     searrow.png
1875     setminus.png
1876     sharp.png
1877     shortmid.png
1878     shortparallel.png
1879     sigma.png
1880     sigma2.png
1881     sim.png
1882     simeq.png
1883     slash.png
1884     smallfrown.png
1885     smallsetminus.png
1886     smallsmile.png
1887     smile.png
1888     space.png
1889     spadesuit.png
1890     sphericalangle.png
1891     sqcap.png
1892     sqcup.png
1893     sqiint.png
1894     sqiintop.png
1895     sqint.png
1896     sqintop.png
1897     sqrt-square.png
1898     sqrt.png
1899     sqsubset.png
1900     sqsubseteq.png
1901     sqsupset.png
1902     sqsupseteq.png
1903     square.png
1904     star.png
1905     style.png
1906     style.png
1907     sub.png
1908     subset.png
1909     subset2.png
1910     subseteq.png
1911     subseteqq.png
1912     subsetneq.png
1913     subsetneqq.png
1914     succ.png
1915     succapprox.png
1916     succcurlyeq.png
1917     succeq.png
1918     succnapprox.png
1919     succnsim.png
1920     succsim.png
1921     sum.png
1922     super.png
1923     supset.png
1924     supset2.png
1925     supseteq.png
1926     supseteqq.png
1927     supsetneq.png
1928     supsetneqq.png
1929     surd.png
1930     swarrow.png
1931     tau.png
1932     textrm_AA.png
1933     textrm_Oe.png
1934     therefore.png
1935     theta.png
1936     theta2.png
1937     thickapprox.png
1938     thicksim.png
1939     tilde.png
1940     times.png
1941     top.png
1942     triangle.png
1943     triangledown.png
1944     triangleleft.png
1945     trianglelefteq.png
1946     triangleq.png
1947     triangleright.png
1948     trianglerighteq.png
1949     twoheadleftarrow.png
1950     twoheadrightarrow.png
1951     ulcorner.png
1952     underbrace.png
1953     underleftarrow.png
1954     underleftrightarrow.png
1955     underline.png
1956     underrightarrow.png
1957     underscore.png
1958     underset.png
1959     uparrow.png
1960     uparrow2.png
1961     updownarrow.png
1962     updownarrow2.png
1963     upharpoonleft.png
1964     upharpoonright.png
1965     uplus.png
1966     upsilon.png
1967     upsilon2.png
1968     upuparrows.png
1969     urcorner.png
1970     varepsilon.png
1971     varkappa.png
1972     varnothing.png
1973     varphi.png
1974     varpi.png
1975     varpropto.png
1976     varrho.png
1977     varsigma.png
1978     varsubsetneq.png
1979     varsubsetneqq.png
1980     varsupsetneq.png
1981     varsupsetneqq.png
1982     vartheta.png
1983     vartriangle.png
1984     vartriangleleft.png
1985     vartriangleright.png
1986     vdash.png
1987     vdash2.png
1988     vdash3.png
1989     vdots.png
1990     vec.png
1991     vee.png
1992     veebar.png
1993     vphantom.png
1994     wedge.png
1995     widehat.png
1996     widetilde.png
1997     wp.png
1998     wr.png
1999     xi.png
2000     xi2.png
2001     zeta.png
2002 ''')
2003
2004
2005 lib_images_math_extra_files = Split('''
2006     ams_arrows.png
2007     ams_misc.png
2008     ams_nrel.png
2009     ams_ops.png
2010     ams_rel.png
2011     arrows.png
2012     bop.png
2013     brel.png
2014     deco.png
2015     deco.png
2016     delim.png
2017     delim0.png
2018     delim1.png
2019     dots.png
2020     font.png
2021     functions.png
2022     greek.png
2023     misc.png
2024     varsz.png
2025 ''')
2026
2027
2028 lib_images_commands_files = Split('''
2029 ''')
2030
2031
2032 lib_images_attic_extra_files = Split('''
2033     dialog-show_mathpanel.png
2034 ''')
2035
2036
2037 lib_tex_files = Split('''
2038     broadway.cls
2039     hollywood.cls
2040     lyxchess.sty
2041     lyxskak.sty
2042     revtex.cls
2043 ''')
2044
2045
2046 lib_doc_files = Split('''
2047     Customization.lyx
2048     DocStyle.lyx
2049     DummyDocument1.lyx
2050     DummyDocument2.lyx
2051     DummyTextDocument.txt
2052     EmbeddedObjects.lyx
2053     Extended.lyx
2054     FAQ.lyx
2055     Intro.lyx
2056     LaTeXConfig.lyx
2057     Reference.lyx
2058     Shortcuts.lyx
2059     Tutorial.lyx
2060     UserGuide.lyx
2061 ''')
2062
2063
2064 lib_doc_biblio_files = Split('''
2065     alphadin.bst
2066     LyXDocs.bib
2067 ''')
2068
2069
2070 lib_doc_clipart_files = Split('''
2071     Abstract.pdf
2072     BoxInsetDefaultQt4.png
2073     ChangesToolbar.png
2074     ChildDocumentQt4.png
2075     CommentNoteImageQt4.png
2076     ERT.png
2077     ExternalMaterialQt4.png
2078     ExtraToolbar.png
2079     FramedNoteImageQt4.png
2080     GreyedOutNoteImageQt4.png
2081     LaTeX.png
2082     LyXNoteImageQt4.png
2083     ShadedNoteImageQt4.png
2084     SpaceMarker.png
2085     StandardToolbar.png
2086     ToolbarEnvBox.png
2087     endnotes.pdf
2088     escher-lsd.eps
2089     floatQt4.png
2090     footnoteQt4.png
2091     labelQt4.png
2092     macrobox.png
2093     macrouse.png
2094     mbox.png
2095     mobius.eps
2096     platypus.eps
2097     referenceQt4.png
2098     ViewToolbar.png
2099     with_fntright.pdf
2100     without_fntright.pdf
2101 ''')
2102
2103
2104 lib_doc_extra_files = Split('''
2105     Makefile.am
2106     Makefile.depend
2107     README.Documentation
2108     depend.py
2109     doc_toc.py
2110 ''')
2111
2112
2113 lib_doc_cs_files = Split('''
2114     Tutorial.lyx
2115 ''')
2116
2117
2118 lib_doc_de_files = Split('''
2119     Customization.lyx
2120     DummyDocument1.lyx
2121     DummyDocument2.lyx
2122     DummyTextDocument.txt
2123     EmbeddedObjects.lyx
2124     Extended.lyx
2125     FAQ.lyx
2126     Intro.lyx
2127     Tutorial.lyx
2128     UserGuide.lyx
2129 ''')
2130
2131
2132 lib_doc_de_clipart_files = Split('''
2133     ERT.png
2134     ExternesMaterialQt4.png
2135     FussnoteQt4.png
2136     GerahmteNotizQt4.png
2137     GleitobjektQt4.png
2138     GrauschriftNotizQt4.png
2139     KommentarQt4.png
2140     LyXNotizQt4.png
2141     Marke.png
2142     Querverweis.png
2143     SchattierteNotizQt4.png
2144     StandardBoxQt4.png
2145     UnterdokumentQt4.png
2146 ''')
2147
2148
2149 lib_doc_da_files = Split('''
2150     Intro.lyx
2151 ''')
2152
2153
2154 lib_doc_es_files = Split('''
2155     DocumentoPostizo1.lyx
2156     DocumentoPostizo2.lyx
2157     DocumentoTextoPostizo.txt
2158     EmbeddedObjects.lyx
2159     Extended.lyx
2160     Intro.lyx
2161     Tutorial.lyx
2162     UserGuide.lyx
2163 ''')
2164
2165
2166 lib_doc_es_biblio_files = Split('''
2167     alphadin.bst
2168     LyXDocs.bib
2169 ''')
2170
2171
2172 lib_doc_es_clipart_files = Split('''
2173     ComentNotaImagenQt4.png
2174     CuadroMinipagQt4.png
2175     DocumentoHijoQt4.png
2176     GrisNotaImagenQt4.png
2177     MaterialExternoQt4.png
2178     NotaEnmarcadaImg.png
2179     NotaLyXImagenQt4.png
2180     NotaSombreadaImg.png
2181     Resumen.pdf
2182     es_ERT.png
2183     etiquetaQt4.png
2184     flotanteQt4.png
2185     notapieQt4.png
2186     referenciaQt4.png
2187 ''')
2188
2189
2190 lib_doc_eu_files = Split('''
2191     Customization.lyx
2192     Extended.lyx
2193     FAQ.lyx
2194     Intro.lyx
2195     Tutorial.lyx
2196     UserGuide.lyx
2197 ''')
2198
2199
2200 lib_doc_fr_files = Split('''
2201     Customization.lyx
2202     Extended.lyx
2203     FAQ.lyx
2204     Intro.lyx
2205     Tutorial.lyx
2206     UserGuide.lyx
2207 ''')
2208
2209
2210 lib_doc_gl_extra_files = Split('''
2211     Intro.lyx
2212     Tutorial.lyx
2213 ''')
2214
2215
2216 lib_doc_he_files = Split('''
2217     Intro.lyx
2218     Tutorial.lyx
2219 ''')
2220
2221
2222 lib_doc_hu_files = Split('''
2223     Intro.lyx
2224     Tutorial.lyx
2225 ''')
2226
2227
2228 lib_doc_it_files = Split('''
2229     Customization.lyx
2230     Intro.lyx
2231     Tutorial.lyx
2232     UserGuide.lyx
2233 ''')
2234
2235
2236 lib_doc_nb_files = Split('''
2237     Intro.lyx
2238 ''')
2239
2240
2241 lib_doc_nl_files = Split('''
2242     Intro.lyx
2243     Tutorial.lyx
2244 ''')
2245
2246
2247 lib_doc_pl_files = Split('''
2248     Extended.lyx
2249     Intro.lyx
2250     Tutorial.lyx
2251 ''')
2252
2253
2254 lib_doc_pt_files = Split('''
2255     Intro.lyx
2256     Tutorial.lyx
2257 ''')
2258
2259
2260 lib_doc_ro_files = Split('''
2261     Intro.lyx
2262 ''')
2263
2264
2265 lib_doc_ru_files = Split('''
2266     FAQ.lyx
2267     Intro.lyx
2268     Tutorial.lyx
2269 ''')
2270
2271
2272 lib_doc_sl_files = Split('''
2273     Intro.lyx
2274     Tutorial.lyx
2275 ''')
2276
2277
2278 lib_doc_sk_files = Split('''
2279     Tutorial.lyx
2280     UserGuide.lyx
2281 ''')
2282
2283
2284 lib_doc_sv_files = Split('''
2285     Intro.lyx
2286     Tutorial.lyx
2287 ''')
2288
2289
2290 lib_examples_files = Split('''
2291     CV-image.eps
2292     CV-image.png
2293     Foils.lyx
2294     ItemizeBullets.lyx
2295     Literate.lyx
2296     Minipage.lyx
2297     aa_sample.lyx
2298     aas_sample.lyx
2299     amsart-test.lyx
2300     amsbook-test.lyx
2301     armenian-article.lyx
2302     beamer-g4-mask.jpg
2303     beamer-g4.jpg
2304     beamer-icsi-logo.pdf
2305     beamer-knight1-mask.png
2306     beamer-knight1.png
2307     beamer-knight2-mask.png
2308     beamer-knight2.png
2309     beamer-knight3-mask.png
2310     beamer-knight3.png
2311     beamer-knight4-mask.png
2312     beamer-knight4.png
2313     beamerlyxexample1.lyx
2314     biblioExample.bib
2315     chess-article.lyx
2316     chessgame.lyx
2317     currency.lyx
2318     docbook_article.lyx
2319     europeCV.lyx
2320     example_lyxified.lyx
2321     example_raw.lyx
2322     iecc05.fen
2323     iecc07.fen
2324     iecc12.fen
2325     landslide.lyx
2326     listerrors.lyx
2327     listings.lyx
2328     mathed.lyx
2329     modernCV.lyx
2330     multicol.lyx
2331     noweb2lyx.lyx
2332     powerdot-example.lyx
2333     script_form.lyx
2334     simplecv.lyx
2335     splash.lyx
2336 ''')
2337
2338
2339 lib_examples_ca_files = Split('''
2340     splash.lyx
2341 ''')
2342
2343
2344 lib_examples_cs_files = Split('''
2345     splash.lyx
2346 ''')
2347
2348
2349 lib_examples_da_files = Split('''
2350     splash.lyx
2351 ''')
2352
2353
2354 lib_examples_de_files = Split('''
2355     Dezimal.lyx
2356     ItemizeBullets.lyx
2357     Lebenslauf.lyx
2358     Minipage.lyx
2359     TabellenBeispiel.lyx
2360     Waehrungen.lyx
2361     beispiel_gelyxt.lyx
2362     beispiel_roh.lyx
2363     mathed.lyx
2364     multicol.lyx
2365     splash.lyx
2366 ''')
2367
2368
2369 lib_examples_fa_files = Split('''
2370     splash.lyx
2371 ''')
2372
2373
2374 lib_examples_fr_files = Split('''
2375     AlignementDecimal.lyx
2376     simplecv.lyx
2377     ExemplesTableaux.lyx
2378     Foils.lyx
2379     ListesPuces.lyx
2380     Minipage.lyx
2381     exemple_brut.lyx
2382     exemple_lyxifie.lyx
2383     mathed.lyx
2384     multicol.lyx
2385     splash.lyx
2386 ''')
2387
2388
2389 lib_examples_es_files = Split('''
2390     ejemplo_con_lyx.lyx
2391     ejemplo_sin_lyx.lyx
2392     splash.lyx
2393 ''')
2394
2395
2396 lib_examples_eu_files = Split('''
2397     adibide_gordina.lyx
2398     adibide_lyx-atua.lyx
2399     splash.lyx
2400 ''')
2401
2402
2403 lib_examples_gl_extra_files = Split('''
2404     exemplo_bruto.lyx
2405     exemplo_lyxificado.lyx
2406     splash.lyx
2407 ''')
2408
2409
2410 lib_examples_he_files = Split('''
2411     example_lyxified.lyx
2412     example_raw.lyx
2413     splash.lyx
2414 ''')
2415
2416
2417 lib_examples_hu_files = Split('''
2418     example_lyxified.lyx
2419     example_raw.lyx
2420     splash.lyx
2421 ''')
2422
2423
2424 lib_examples_it_files = Split('''
2425     ItemizeBullets.lyx
2426     splash.lyx
2427 ''')
2428
2429
2430 lib_examples_nl_files = Split('''
2431     multicol.lyx
2432     opsommingstekens.lyx
2433     splash.lyx
2434     voorbeeld_ruw.lyx
2435     voorbeeld_verlyxt.lyx
2436 ''')
2437
2438
2439 lib_examples_pl_files = Split('''
2440     splash.lyx
2441 ''')
2442
2443
2444 lib_examples_pt_files = Split('''
2445     splash.lyx
2446 ''')
2447
2448
2449 lib_examples_ro_files = Split('''
2450     splash.lyx
2451 ''')
2452
2453
2454 lib_examples_ru_files = Split('''
2455     splash.lyx
2456 ''')
2457
2458
2459 lib_examples_sl_files = Split('''
2460     primer_lyxan.lyx
2461     primer_surov.lyx
2462     splash.lyx
2463 ''')
2464
2465
2466 lib_lyx2lyx_files = Split('''
2467     LyX.py
2468     generate_encoding_info.py
2469     lyx2lyx
2470     lyx2lyx_lang.py
2471     lyx_0_06.py
2472     lyx_0_08.py
2473     lyx_0_10.py
2474     lyx_0_12.py
2475     lyx_1_0.py
2476     lyx_1_1.py
2477     lyx_1_1_5.py
2478     lyx_1_1_6_0.py
2479     lyx_1_1_6_3.py
2480     lyx_1_2.py
2481     lyx_1_3.py
2482     lyx_1_4.py
2483     lyx_1_5.py
2484     lyx_1_6.py
2485     parser_tools.py
2486     profiling.py
2487     test_parser_tools.py
2488 ''')
2489
2490
2491 lib_lyx2lyx_extra_files = Split('''
2492     Makefile.am
2493     lyx2lyx_version.py.in
2494 ''')
2495
2496
2497 lib_layouts_files = Split('''
2498     IEEEtran.layout
2499     aa.layout
2500     aapaper.layout
2501     aastex.layout
2502     agu-dtd.layout
2503     agums.layout
2504     amsart-plain.layout
2505     amsart-seq.layout
2506     amsart.layout
2507     amsbook.layout
2508     apa.layout
2509     arab-article.layout
2510     armenian-article.layout
2511     article.layout
2512     beamer.layout
2513     book.layout
2514     broadway.layout
2515     chess.layout
2516     cl2emult.layout
2517     dinbrief.layout
2518     docbook-book.layout
2519     docbook-chapter.layout
2520     docbook-section.layout
2521     docbook.layout
2522     dtk.layout
2523     egs.layout
2524     elsart.layout
2525     entcs.layout
2526     europecv.layout
2527     extarticle.layout
2528     extbook.layout
2529     extletter.layout
2530     extreport.layout
2531     foils.layout
2532     g-brief-de.layout
2533     g-brief-en.layout
2534     g-brief2.layout
2535     heb-article.layout
2536     heb-letter.layout
2537     hollywood.layout
2538     ijmpc.layout
2539     ijmpd.layout
2540     iopart.layout
2541     isprs.layout
2542     jarticle.layout
2543     jbook.layout
2544     jgrga.layout
2545     jreport.layout
2546     jsarticle.layout
2547     jsbook.layout
2548     kluwer.layout
2549     latex8.layout
2550     letter.layout
2551     literate-article.layout
2552     literate-book.layout
2553     literate-report.layout
2554     llncs.layout
2555     ltugboat.layout
2556     manpage.layout
2557     memoir.layout
2558     moderncv.layout
2559     mwart.layout
2560     mwbk.layout
2561     mwrep.layout
2562     paper.layout
2563     powerdot.layout
2564     report.layout
2565     revtex.layout
2566     revtex4.layout
2567     scrartcl.layout
2568     scrbook.layout
2569     scrlettr.layout
2570     scrlttr2.layout
2571     scrreprt.layout
2572     seminar.layout
2573     siamltex.layout
2574     simplecv.layout
2575     slides.layout
2576     spie.layout
2577     svglobal.layout
2578     svjog.layout
2579     svprobth.layout
2580     tarticle.layout
2581     tbook.layout
2582     treport.layout
2583 ''')
2584
2585
2586 lib_layouts_inc_files = Split('''
2587     aapaper.inc
2588     agu_stdclass.inc
2589     agu_stdcounters.inc
2590     agu_stdlists.inc
2591     agu_stdsections.inc
2592     agu_stdtitle.inc
2593     aguplus.inc
2594     amsdefs.inc
2595     amsmaths-plain.inc
2596     amsmaths-seq.inc
2597     amsmaths.inc
2598     db_lyxmacros.inc
2599     db_stdcharstyles.inc
2600     db_stdclass.inc
2601     db_stdcounters.inc
2602     db_stdlayouts.inc
2603     db_stdlists.inc
2604     db_stdsections.inc
2605     db_stdstarsections.inc
2606     db_stdstruct.inc
2607     db_stdtitle.inc
2608     literate-scrap.inc
2609     lyxmacros.inc
2610     numarticle.inc
2611     numreport.inc
2612     numrevtex.inc
2613     scrclass.inc
2614     stdclass.inc
2615     stdcounters.inc
2616     stdfloats.inc
2617     stdinsets.inc
2618     stdlayouts.inc
2619     stdletter.inc
2620     stdlists.inc
2621     stdsections.inc
2622     stdstarsections.inc
2623     stdstruct.inc
2624     stdtitle.inc
2625     svjour.inc
2626     theorems.inc
2627     theorems-ams.inc
2628 ''')
2629
2630
2631 lib_layouts_module_files = Split('''
2632     endnotes.module
2633     foottoend.module
2634     hanging.module
2635     logicalmkup.module
2636     theorems-ams.module
2637     theorems-ams-withinsec.module
2638     theorems-std.module
2639     theorems-withinsec.module
2640     theorems-withinchap.module
2641     url.module
2642 ''')
2643
2644 lib_scripts_files = Split('''
2645     TeXFiles.py
2646     clean_dvi.py
2647     convertDefault.py
2648     date.py
2649     ext_copy.py
2650     fen2ascii.py
2651     fig2pdftex.py
2652     fig2pstex.py
2653     fig_copy.py
2654     layout2layout.py
2655     legacy_lyxpreview2ppm.py
2656     listerrors
2657     lyxpreview2bitmap.py
2658     lyxpreview_tools.py
2659     tex_copy.py
2660 ''')
2661
2662
2663 lib_bind_files = Split('''
2664     aqua.bind
2665     broadway.bind
2666     cua.bind
2667     cyrkeys.bind
2668     emacs.bind
2669     greekkeys.bind
2670     hollywood.bind
2671     latinkeys.bind
2672     mac.bind
2673     math.bind
2674     menus.bind
2675     sciword.bind
2676     xemacs.bind
2677 ''')
2678
2679
2680 lib_bind_fi_files = Split('''
2681     menus.bind
2682 ''')
2683
2684
2685 lib_bind_sv_files = Split('''
2686     menus.bind
2687 ''')
2688
2689
2690 lib_bind_pt_files = Split('''
2691     menus.bind
2692 ''')
2693
2694
2695 lib_bind_de_files = Split('''
2696     menus.bind
2697 ''')
2698
2699
2700 lib_commands_files = Split('''
2701     default.def
2702 ''')
2703
2704
2705 boost_extra_files = Split('''
2706     LICENSE_1_0.txt
2707     Makefile.am
2708 ''')
2709
2710
2711 boost_libs_extra_files = Split('''
2712     Makefile.am
2713     README
2714 ''')
2715
2716
2717 boost_libs_signals_extra_files = Split('''
2718     Makefile.am
2719     signals.vcproj
2720 ''')
2721
2722
2723 boost_libs_signals_src_files = Split('''
2724     connection.cpp
2725     named_slot_map.cpp
2726     signal_base.cpp
2727     slot.cpp
2728     trackable.cpp
2729 ''')
2730
2731
2732 boost_libs_signals_src_extra_files = Split('''
2733     Makefile.am
2734     pch.h
2735 ''')
2736
2737
2738 boost_libs_regex_extra_files = Split('''
2739     Makefile.am
2740     regex.vcproj
2741 ''')
2742
2743
2744 boost_libs_regex_src_files = Split('''
2745     c_regex_traits.cpp
2746     cpp_regex_traits.cpp
2747     cregex.cpp
2748     fileiter.cpp
2749     instances.cpp
2750     posix_api.cpp
2751     regex.cpp
2752     regex_debug.cpp
2753     regex_raw_buffer.cpp
2754     regex_traits_defaults.cpp
2755     w32_regex_traits.cpp
2756     wide_posix_api.cpp
2757     winstances.cpp
2758 ''')
2759
2760
2761 boost_libs_regex_src_extra_files = Split('''
2762     Makefile.am
2763     pch.h
2764 ''')
2765
2766
2767 boost_libs_filesystem_extra_files = Split('''
2768     Makefile.am
2769     filesystem.vcproj
2770 ''')
2771
2772
2773 boost_libs_filesystem_src_files = Split('''
2774     exception.cpp
2775     operations.cpp
2776     path.cpp
2777     portability.cpp
2778 ''')
2779
2780
2781 boost_libs_filesystem_src_extra_files = Split('''
2782     Makefile.am
2783     pch.h
2784 ''')
2785
2786
2787 boost_libs_iostreams_extra_files = Split('''
2788     Makefile.am
2789 ''')
2790
2791
2792 boost_libs_iostreams_src_files = Split('''
2793     file_descriptor.cpp
2794     mapped_file.cpp
2795     zlib.cpp
2796 ''')
2797
2798
2799 boost_libs_iostreams_src_extra_files = Split('''
2800     Makefile.am
2801     pch.h
2802 ''')
2803
2804
2805 development_Win32_packaging_installer = Split('''
2806     license.rtf
2807     lyx.nsi
2808     settings.nsh
2809     settings.user.nsh
2810 ''')
2811
2812
2813 development_Win32_packaging_installer_components = Split('''
2814     configure.nsh
2815     core.nsh
2816     dicts.nsh
2817     external.nsh
2818     langselect.nsh
2819     reinstall.nsh
2820     uninstall.nsh
2821     user.nsh
2822     viewer.nsh
2823 ''')
2824
2825
2826 development_Win32_packaging_installer_dialogs = Split('''
2827     external.ini
2828     langselect.ini
2829     reinstall.ini
2830     user.ini
2831     viewer.ini
2832 ''')
2833
2834
2835 development_Win32_packaging_installer_graphics = Split('''
2836     header.bmp
2837     wizard.bmp
2838 ''')
2839
2840
2841 development_Win32_packaging_installer_include = Split('''
2842     declarations.nsh
2843     detection.nsh
2844     filelists.nsh
2845     gui.nsh
2846     init.nsh
2847     lang.nsh
2848     windows.nsh
2849 ''')
2850
2851
2852 development_Win32_packaging_installer_lang = Split('''
2853     english.nsh
2854     french.nsh
2855     german.nsh
2856     italian.nsh
2857 ''')
2858