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