]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
adjust
[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     TextMetrics.h
118     Thesaurus.h
119     TocBackend.h
120     ToolbarBackend.h
121     Trans.h
122     Undo.h
123     VCBackend.h
124     VSpace.h
125     Variables.h
126     WordLangTuple.h
127     buffer_funcs.h
128     debug.h
129     factory.h
130     gettext.h
131     lfuns.h
132     lyxfind.h
133     output.h
134     output_docbook.h
135     output_latex.h
136     output_plaintext.h
137     paper.h
138     paragraph_funcs.h
139     rowpainter.h
140     sgml.h
141     update_flags.h
142     version.h
143 ''')
144
145
146 src_pre_files = Split('''
147     Author.cpp
148     BiblioInfo.cpp
149     Bidi.cpp
150     BranchList.cpp
151     Buffer.cpp
152     BufferList.cpp
153     BufferParams.cpp
154     BufferView.cpp
155     Bullet.cpp
156     Changes.cpp
157     Chktex.cpp
158     CmdDef.cpp
159     Color.cpp
160     Converter.cpp
161     ConverterCache.cpp
162     CoordCache.cpp
163     Counters.cpp
164     Cursor.cpp
165     CursorSlice.cpp
166     CutAndPaste.cpp
167     DepTable.cpp
168     DocIterator.cpp
169     EmbeddedFiles.cpp
170     Encoding.cpp
171     ErrorList.cpp
172     Exporter.cpp
173     FloatList.cpp
174     Floating.cpp
175     Font.cpp
176     FontInfo.cpp
177     FontIterator.cpp
178     FontList.cpp
179     Format.cpp
180     FuncRequest.cpp
181     FuncStatus.cpp
182     Graph.cpp
183     InsetIterator.cpp
184     InsetList.cpp
185     Intl.cpp
186     KeyMap.cpp
187     KeySequence.cpp
188     LaTeX.cpp
189     LaTeXFeatures.cpp
190     Language.cpp
191     Layout.cpp
192     Length.cpp
193     Lexer.cpp
194     LyX.cpp
195     LyXAction.cpp
196     LyXFunc.cpp
197     LyXRC.cpp
198     LyXVC.cpp
199     MenuBackend.cpp
200     Messages.cpp
201     MetricsInfo.cpp
202     Mover.cpp
203     OutputParams.cpp
204     PDFOptions.cpp
205     ParIterator.cpp
206     Paragraph.cpp
207     ParagraphMetrics.cpp
208     ParagraphParameters.cpp
209     Row.cpp
210     Server.cpp
211     ServerSocket.cpp
212     Session.cpp
213     Spacing.cpp
214     TexRow.cpp
215     Text.cpp
216     Text2.cpp
217     Text3.cpp
218     TextClass.cpp
219     TextClassList.cpp
220     TextMetrics.cpp
221     TocBackend.cpp
222     ToolbarBackend.cpp
223     Trans.cpp
224     Undo.cpp
225     VCBackend.cpp
226     VSpace.cpp
227     boost.cpp
228     buffer_funcs.cpp
229     debug.cpp
230     factory.cpp
231     gettext.cpp
232     lengthcommon.cpp
233     lyxfind.cpp
234     output.cpp
235     output_docbook.cpp
236     output_latex.cpp
237     output_plaintext.cpp
238     paragraph_funcs.cpp
239     rowpainter.cpp
240     sgml.cpp
241     version.cpp
242 ''')
243
244
245 src_post_files = Split('''
246     Box.cpp
247     Dimension.cpp
248     ModuleList.cpp
249     PrinterParams.cpp
250     SpellBase.cpp
251     Thesaurus.cpp
252 ''')
253
254
255 src_extra_src_files = Split('''
256     ASpell.cpp
257     ISpell.cpp
258     PSpell.cpp
259     Section.cpp
260     Variables.cpp
261     main.cpp
262 ''')
263
264
265 src_extra_files = Split('''
266     Makefile.am
267     pch.h
268 ''')
269
270
271 src_client_header_files = Split('''
272     Messages.h
273     debug.h
274 ''')
275
276
277 src_client_files = Split('''
278     Messages.cpp
279     boost.cpp
280     client.cpp
281     debug.cpp
282     gettext.cpp
283 ''')
284
285
286 src_client_extra_files = Split('''
287     Makefile.am
288     lyxclient.man
289     pch.h
290 ''')
291
292
293 src_support_header_files = Split('''
294     ExceptionMessage.h
295     FileFilterList.h
296     FileMonitor.h
297     FileName.h
298     ForkedCallQueue.h
299     Forkedcall.h
300     ForkedcallsController.h
301     Package.h
302     Path.h
303     RandomAccessList.h
304     Systemcall.h
305     Timeout.h
306     Translator.h
307     convert.h
308     copied_ptr.h
309     cow_ptr.h
310     debugstream.h
311     docstream.h
312     docstring.h
313     environment.h
314     filetools.h
315     fs_extras.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     fs_extras.cpp
356     gzstream.cpp
357     getcwd.cpp
358     kill.cpp
359     lstrings.cpp
360     lyxsum.cpp
361     lyxtime.cpp
362     mkdir.cpp
363     os.cpp
364     qstring_helpers.cpp
365     rename.cpp
366     socktools.cpp
367     tempname.cpp
368     textutils.cpp
369     unicode.cpp
370     unlink.cpp
371     userinfo.cpp
372 ''')
373
374
375 src_support_extra_header_files = Split('''
376     
377 ''')
378
379
380 src_support_extra_src_files = Split('''
381     atexit.c
382     os_cygwin.cpp
383     os_unix.cpp
384     os_win32.cpp
385     strerror.c
386 ''')
387
388
389 src_support_extra_files = Split('''
390     Makefile.am
391     pch.h
392 ''')
393
394
395 src_support_tests_extra_files = Split('''
396     Makefile.am
397     boost.cpp
398     convert.cpp
399     filetools.cpp
400     lstrings.cpp
401     pch.h
402     test_convert
403     test_filetools
404     test_lstrings
405 ''')
406
407
408 src_support_tests_regfiles_extra_files = Split('''
409     convert
410     filetools
411     lstrings
412 ''')
413
414
415 src_support_minizip_header_files = Split('''
416     crypt.h
417     ioapi.h 
418     iowin32.h
419     unzip.h
420     zip.h
421 ''')
422
423
424 src_support_minizip_files = Split('''
425     ioapi.c
426     iowin32.c
427     zip.c
428     zipunzip.cpp
429     unzip.c
430 ''')
431
432
433 src_graphics_header_files = Split('''
434     GraphicsCache.h
435     GraphicsCacheItem.h
436     GraphicsConverter.h
437     GraphicsImage.h
438     GraphicsLoader.h
439     GraphicsParams.h
440     GraphicsTypes.h
441     LoaderQueue.h
442     PreviewImage.h
443     PreviewLoader.h
444     Previews.h
445 ''')
446
447
448 src_graphics_files = Split('''
449     GraphicsCache.cpp
450     GraphicsCacheItem.cpp
451     GraphicsConverter.cpp
452     GraphicsImage.cpp
453     GraphicsLoader.cpp
454     GraphicsParams.cpp
455     GraphicsTypes.cpp
456     LoaderQueue.cpp
457     PreviewImage.cpp
458     PreviewLoader.cpp
459     Previews.cpp
460 ''')
461
462
463 src_graphics_extra_files = Split('''
464     Makefile.am
465     pch.h
466 ''')
467
468
469 src_mathed_header_files = Split('''
470     CommandInset.h
471     InsetMath.h
472     InsetMathAMSArray.h
473     InsetMathArray.h
474     InsetMathBig.h
475     InsetMathBoldSymbol.h
476     InsetMathBox.h
477     InsetMathBrace.h
478     InsetMathCases.h
479     InsetMathChar.h
480     InsetMathColor.h
481     InsetMathComment.h
482     InsetMathDecoration.h
483     InsetMathDelim.h
484     InsetMathDiff.h
485     InsetMathDots.h
486     InsetMathEnv.h
487     InsetMathExFunc.h
488     InsetMathExInt.h
489     InsetMathFont.h
490     InsetMathFontOld.h
491     InsetMathFrac.h
492     InsetMathGrid.h
493     InsetMathHull.h
494     InsetMathKern.h
495     InsetMathLefteqn.h
496     InsetMathLim.h
497     InsetMathMakebox.h
498     InsetMathMatrix.h
499     InsetMathNest.h
500     InsetMathNumber.h
501     InsetMathOverset.h
502     InsetMathPar.h
503     InsetMathPhantom.h
504     InsetMathRef.h
505     InsetMathRoot.h
506     InsetMathScript.h
507     InsetMathSize.h
508     InsetMathSpace.h
509     InsetMathSplit.h
510     InsetMathSqrt.h
511     InsetMathStackrel.h
512     InsetMathString.h
513     InsetMathSubstack.h
514     InsetMathSymbol.h
515     InsetMathTabular.h
516     InsetMathUnderset.h
517     InsetMathUnknown.h
518     InsetMathXArrow.h
519     InsetMathXYMatrix.h
520     MacroTable.h
521     MathAtom.h
522     MathAutoCorrect.h
523     MathData.h
524     MathExtern.h
525     MathFactory.h
526     MathGridInfo.h
527     MathMacro.h
528     MathMacroArgument.h
529     MathMacroTemplate.h
530     MathParser.h
531     MathStream.h
532     MathSupport.h
533     ReplaceData.h
534     TextPainter.h
535 ''')
536
537
538 src_mathed_files = Split('''
539     CommandInset.cpp
540     InsetMath.cpp
541     InsetMathAMSArray.cpp
542     InsetMathArray.cpp
543     InsetMathBig.cpp
544     InsetMathBoldSymbol.cpp
545     InsetMathBox.cpp
546     InsetMathBrace.cpp
547     InsetMathCases.cpp
548     InsetMathChar.cpp
549     InsetMathColor.cpp
550     InsetMathComment.cpp
551     InsetMathDecoration.cpp
552     InsetMathDelim.cpp
553     InsetMathDiff.cpp
554     InsetMathDots.cpp
555     InsetMathEnv.cpp
556     InsetMathExFunc.cpp
557     InsetMathExInt.cpp
558     InsetMathFont.cpp
559     InsetMathFontOld.cpp
560     InsetMathFrac.cpp
561     InsetMathGrid.cpp
562     InsetMathHull.cpp
563     InsetMathKern.cpp
564     InsetMathLefteqn.cpp
565     InsetMathLim.cpp
566     InsetMathMakebox.cpp
567     InsetMathMatrix.cpp
568     InsetMathNest.cpp
569     InsetMathNumber.cpp
570     InsetMathOverset.cpp
571     InsetMathPar.cpp
572     InsetMathPhantom.cpp
573     InsetMathRef.cpp
574     InsetMathRoot.cpp
575     InsetMathScript.cpp
576     InsetMathSize.cpp
577     InsetMathSpace.cpp
578     InsetMathSplit.cpp
579     InsetMathSqrt.cpp
580     InsetMathStackrel.cpp
581     InsetMathString.cpp
582     InsetMathSubstack.cpp
583     InsetMathSymbol.cpp
584     InsetMathTabular.cpp
585     InsetMathUnderset.cpp
586     InsetMathUnknown.cpp
587     InsetMathXArrow.cpp
588     InsetMathXYMatrix.cpp
589     MacroTable.cpp
590     MathAtom.cpp
591     MathAutoCorrect.cpp
592     MathData.cpp
593     MathExtern.cpp
594     MathFactory.cpp
595     MathMacro.cpp
596     MathMacroArgument.cpp
597     MathMacroTemplate.cpp
598     MathParser.cpp
599     MathStream.cpp
600     MathSupport.cpp
601     TextPainter.cpp
602 ''')
603
604
605 src_mathed_extra_files = Split('''
606     BUGS
607     InsetFormulaMacro.cpp
608     InsetFormulaMacro.h
609     InsetMathMBox.cpp
610     InsetMathMBox.h
611     InsetMathXYArrow.cpp
612     InsetMathXYArrow.h
613     Makefile.am
614     README
615     pch.h
616     texify
617 ''')
618
619
620 src_tex2lyx_header_files = Split('''
621     Context.h
622     Font.h
623     Parser.h
624     Spacing.h
625     tex2lyx.h
626 ''')
627
628
629 src_tex2lyx_files = Split('''
630     Context.cpp
631     Font.cpp
632     Parser.cpp
633     boost.cpp
634     gettext.cpp
635     lengthcommon.cpp
636     math.cpp
637     preamble.cpp
638     table.cpp
639     tex2lyx.cpp
640     text.cpp
641 ''')
642
643
644 src_tex2lyx_copied_files = Split('''
645     Color.cpp
646     Counters.cpp
647     FloatList.cpp
648     Floating.cpp
649     Layout.cpp
650     Lexer.cpp
651     TextClass.cpp
652 ''')
653
654
655 src_tex2lyx_extra_files = Split('''
656     Makefile.am
657     pch.h
658     test-insets.tex
659     test-structure.tex
660     test.ltx
661     tex2lyx.man
662 ''')
663
664
665 src_frontends_header_files = Split('''
666     Alert_pimpl.h
667     Application.h
668     Clipboard.h
669     Dialogs.h
670     FileDialog.h
671     FontLoader.h
672     FontMetrics.h
673     Gui.h
674     KeyModifier.h
675     KeySymbol.h
676     LyXView.h
677     NoGuiFontLoader.h
678     NoGuiFontMetrics.h
679     Painter.h
680     Selection.h
681     WorkArea.h
682     WorkAreaManager.h
683     alert.h
684     mouse_state.h
685 ''')
686
687
688 src_frontends_files = Split('''
689     Application.cpp
690     Dialogs.cpp
691     LyXView.cpp
692     Painter.cpp
693     WorkArea.cpp
694     WorkAreaManager.cpp
695     alert.cpp
696 ''')
697
698
699 src_frontends_extra_files = Split('''
700     Makefile.am
701     pch.h
702 ''')
703
704
705 src_frontends_controllers_extra_files = Split('''
706     Makefile.am
707     pch.h
708 ''')
709
710
711 src_frontends_controllers_tests_extra_files = Split('''
712     Makefile.am
713     biblio.cpp
714     boost.cpp
715     pch.h
716     test_biblio
717 ''')
718
719
720 src_frontends_controllers_tests_regfiles_extra_files = Split('''
721     biblio
722 ''')
723
724
725 src_frontends_qt4_header_files = Split('''
726                 ../ButtonPolicy.h
727                 ../Dialog.h
728                 ../frontend_helpers.h
729     Action.h
730     BulletsModule.h
731     ButtonController.h
732     ColorCache.h
733     CustomizedWidgets.h
734     DialogView.h
735     DockView.h
736     EmptyTable.h
737     FloatPlacement.h
738     GuiAbout.h
739     GuiApplication.h
740     GuiBibitem.h
741     GuiBibtex.h
742     GuiBox.h
743     GuiBranches.h
744     GuiBranch.h
745     GuiChanges.h
746     GuiCharacter.h
747     GuiCharacter.h
748     GuiCitation.h
749     GuiClipboard.h
750     GuiCommandBuffer.h
751     GuiCommandEdit.h
752     GuiDelimiter.h
753     GuiDialog.h
754     GuiDocument.h
755     GuiErrorList.h
756     GuiERT.h
757     GuiExternal.h
758     GuiFloat.h
759     GuiFontExample.h
760     GuiFontLoader.h
761     GuiGraphics.h
762     GuiGraphicsUi.h
763     GuiHyperlink.h
764     GuiImage.h
765     GuiImplementation.h
766     GuiInclude.h
767     GuiIndex.h
768     GuiKeySymbol.h
769     GuiListings.h
770     GuiLog.h
771     GuiMath.h
772     GuiMathMatrix.h
773     GuiMenubar.h
774     GuiNomencl.h
775     GuiNote.h
776     GuiPainter.h
777     GuiParagraph.h
778     GuiPopupMenu.h
779     GuiPrefs.h
780     GuiPrint.h
781     GuiRef.h
782     GuiSearch.h
783     GuiSelection.h
784     GuiSelectionManager.h
785     GuiSendto.h
786     GuiSetBorder.h
787     GuiShowFile.h
788     GuiSpellchecker.h
789     GuiTabularCreate.h
790     GuiTabular.h
791     GuiTexinfo.h
792     GuiThesaurus.h
793     GuiToc.h
794     GuiToolbar.h
795     GuiToolbars.h
796     GuiView.h
797     GuiViewSource.h
798     GuiVSpace.h
799     GuiWorkArea.h
800     GuiWrap.h
801     IconPalette.h
802     InsertTableWidget.h
803     LaTeXHighlighter.h
804     LengthCombo.h
805     LyXFileDialog.h
806     PanelStack.h
807     TocModel.h
808     TocWidget.h
809     Validator.h
810     qlkey.h
811     qt_helpers.h
812 ''')
813
814
815 src_frontends_qt4_files = Split('''
816                 ../ButtonPolicy.cpp
817                 ../Dialog.cpp
818                 ../frontend_helpers.cpp
819     Action.cpp
820     BulletsModule.cpp
821     ButtonController.cpp
822     ColorCache.cpp
823     CustomizedWidgets.cpp
824     Dialogs.cpp
825     EmptyTable.cpp
826     FileDialog.cpp
827     FloatPlacement.cpp
828     GuiAbout.cpp
829     GuiApplication.cpp
830     GuiBibitem.cpp
831     GuiBibtex.cpp
832     GuiBox.cpp
833     GuiBranch.cpp
834     GuiBranches.cpp
835     GuiChanges.cpp
836     GuiCharacter.cpp
837     GuiCitation.cpp
838     GuiClipboard.cpp
839     GuiCommandBuffer.cpp
840     GuiCommandEdit.cpp
841     GuiDelimiter.cpp
842     GuiDialog.cpp
843     GuiDocument.cpp
844     GuiErrorList.cpp
845     GuiERT.cpp
846     GuiExternal.cpp
847     GuiFloat.cpp
848     GuiFontExample.cpp
849     GuiFontLoader.cpp
850     GuiFontMetrics.cpp
851     GuiGraphics.cpp
852     GuiHyperlink.cpp
853     GuiImage.cpp
854     GuiImplementation.cpp
855     GuiInclude.cpp
856     GuiIndex.cpp
857     GuiKeySymbol.cpp
858     GuiListings.cpp
859     GuiLog.cpp
860     GuiMath.cpp
861     GuiMathMatrix.cpp
862     GuiMenubar.cpp
863     GuiNomencl.cpp
864     GuiNote.cpp
865     GuiPainter.cpp
866     GuiParagraph.cpp
867     GuiPopupMenu.cpp
868     GuiPrefs.cpp
869     GuiPrint.cpp
870     GuiRef.cpp
871     GuiSearch.cpp
872     GuiSelection.cpp
873     GuiSelectionManager.cpp
874     GuiSendto.cpp
875     GuiSetBorder.cpp
876     GuiShowFile.cpp
877     GuiSpellchecker.cpp
878     GuiTabular.cpp
879     GuiTabularCreate.cpp
880     GuiTexinfo.cpp
881     GuiThesaurus.cpp
882     GuiToc.cpp
883     GuiToolbar.cpp
884     GuiToolbars.cpp
885     GuiView.cpp
886     GuiViewSource.cpp
887     GuiVSpace.cpp
888     GuiWorkArea.cpp
889     GuiWrap.cpp
890     IconPalette.cpp
891     InsertTableWidget.cpp
892     LengthCombo.cpp
893     LaTeXHighlighter.cpp
894     LyXFileDialog.cpp
895     PanelStack.cpp
896     TocModel.cpp
897     TocWidget.cpp
898     Validator.cpp
899     alert_pimpl.cpp
900     qt_helpers.cpp
901 ''')
902
903
904 src_frontends_qt4_extra_files = Split('''
905     GuiFontMetrics.h
906     Makefile.am
907     README
908     pch.h
909 ''')
910
911
912 src_frontends_qt4_ui_files = Split('''
913     AboutUi.ui
914     AskForTextUi.ui
915     BibitemUi.ui
916     BiblioUi.ui
917     BibtexAddUi.ui
918     BibtexUi.ui
919     BoxUi.ui
920     BranchUi.ui
921     BranchesUi.ui
922     BulletsUi.ui
923     ChangesUi.ui
924     CharacterUi.ui
925     CitationUi.ui
926     DelimiterUi.ui
927     DocumentUi.ui
928     ERTUi.ui
929     ErrorListUi.ui
930     EmbeddedFilesUi.ui
931     ExternalUi.ui
932     FloatPlacementUi.ui
933     FloatUi.ui
934     FontUi.ui
935     GraphicsUi.ui
936     HyperlinkUi.ui
937     IncludeUi.ui
938     IndexUi.ui
939     LaTeXUi.ui
940     LanguageUi.ui
941     ListingsUi.ui
942     LogUi.ui
943     MarginsUi.ui
944     MathMatrixUi.ui
945     MathsUi.ui
946     NomenclUi.ui
947     NoteUi.ui
948     NumberingUi.ui
949     PageLayoutUi.ui
950     ParagraphUi.ui
951     PDFSupportUi.ui
952     PreambleUi.ui
953     PrefColorsUi.ui
954     PrefConvertersUi.ui
955     PrefDateUi.ui
956     PrefDisplayUi.ui
957     PrefFileformatsUi.ui
958     PrefIdentityUi.ui
959     PrefKeyboardUi.ui
960     PrefLanguageUi.ui
961     PrefLatexUi.ui
962     PrefPathsUi.ui
963     PrefPlaintextUi.ui
964     PrefPrinterUi.ui
965     PrefScreenFontsUi.ui
966     PrefShortcutsUi.ui
967     PrefSpellcheckerUi.ui
968     PrefUi.ui
969     PrefsUi.ui
970     PrintUi.ui
971     RefUi.ui
972     SearchUi.ui
973     SendtoUi.ui
974     ShortcutUi.ui
975     ShowFileUi.ui
976     SpellcheckerUi.ui
977     TabularCreateUi.ui
978     TabularUi.ui
979     TexinfoUi.ui
980     TextLayoutUi.ui
981     ThesaurusUi.ui
982     TocUi.ui
983     VSpaceUi.ui
984     ViewSourceUi.ui
985     WrapUi.ui
986 ''')
987
988
989 src_frontends_qt4_ui_extra_files = Split('''
990     Makefile.am
991     compile_uic.sh
992 ''')
993
994
995 src_insets_header_files = Split('''
996     ExternalSupport.h
997     ExternalTemplate.h
998     ExternalTransforms.h
999     Inset.h
1000     InsetBibitem.h
1001     InsetBibtex.h
1002     InsetBox.h
1003     InsetBranch.h
1004     InsetCaption.h
1005     InsetCitation.h
1006     InsetCode.h
1007     InsetCollapsable.h
1008     InsetCommand.h
1009     InsetCommandParams.h
1010     InsetERT.h
1011     InsetEnvironment.h
1012     InsetExternal.h
1013     InsetFlex.h
1014     InsetFloat.h
1015     InsetFloatList.h
1016     InsetFoot.h
1017     InsetFootlike.h
1018     InsetGraphics.h
1019     InsetGraphicsParams.h
1020     InsetHFill.h
1021     InsetHyperlink.h
1022     InsetInclude.h
1023     InsetIndex.h
1024     InsetInfo.h
1025     InsetLabel.h
1026     InsetLine.h
1027     InsetListings.h
1028     InsetListingsParams.h
1029     InsetMarginal.h
1030     InsetNewline.h
1031     InsetNomencl.h
1032     InsetNote.h
1033     InsetOptArg.h
1034     InsetPagebreak.h
1035     InsetQuotes.h
1036     InsetRef.h
1037     InsetSpace.h
1038     InsetSpecialChar.h
1039     InsetTOC.h
1040     InsetTabular.h
1041     InsetText.h
1042     InsetVSpace.h
1043     InsetWrap.h
1044     MailInset.h
1045     RenderBase.h
1046     RenderButton.h
1047     RenderGraphic.h
1048     RenderPreview.h
1049 ''')
1050
1051
1052 src_insets_files = Split('''
1053     ExternalSupport.cpp
1054     ExternalTemplate.cpp
1055     ExternalTransforms.cpp
1056     Inset.cpp
1057     InsetBibitem.cpp
1058     InsetBibtex.cpp
1059     InsetBox.cpp
1060     InsetBranch.cpp
1061     InsetCaption.cpp
1062     InsetCitation.cpp
1063     InsetCollapsable.cpp
1064     InsetCommand.cpp
1065     InsetCommandParams.cpp
1066     InsetERT.cpp
1067     InsetEnvironment.cpp
1068     InsetExternal.cpp
1069     InsetFlex.cpp
1070     InsetFloat.cpp
1071     InsetFloatList.cpp
1072     InsetFoot.cpp
1073     InsetFootlike.cpp
1074     InsetGraphics.cpp
1075     InsetGraphicsParams.cpp
1076     InsetHFill.cpp
1077     InsetHyperlink.cpp
1078     InsetInclude.cpp
1079     InsetIndex.cpp
1080     InsetInfo.cpp
1081     InsetLabel.cpp
1082     InsetLine.cpp
1083     InsetListings.cpp
1084     InsetListingsParams.cpp
1085     InsetMarginal.cpp
1086     InsetNewline.cpp
1087     InsetNomencl.cpp
1088     InsetNote.cpp
1089     InsetOptArg.cpp
1090     InsetPagebreak.cpp
1091     InsetQuotes.cpp
1092     InsetRef.cpp
1093     InsetSpace.cpp
1094     InsetSpecialChar.cpp
1095     InsetTOC.cpp
1096     InsetTabular.cpp
1097     InsetText.cpp
1098     InsetVSpace.cpp
1099     InsetWrap.cpp
1100     MailInset.cpp
1101     RenderButton.cpp
1102     RenderGraphic.cpp
1103     RenderPreview.cpp
1104 ''')
1105
1106
1107 src_insets_extra_files = Split('''
1108     InsetTheorem.cpp
1109     InsetTheorem.h
1110     Makefile.am
1111     pch.h
1112 ''')
1113
1114
1115 intl_header_files = Split('''
1116     eval-plural.h
1117     gettextP.h
1118     gmo.h
1119     hash-string.h
1120     loadinfo.h
1121     localcharset.h
1122     os2compat.h
1123     plural-exp.h
1124     printf-args.h
1125     printf-parse.h
1126     relocatable.h
1127     vasnprintf.h
1128     vasnwprintf.h
1129     wprintf-parse.h
1130     xsize.h
1131 ''')
1132
1133
1134 intl_files = Split('''
1135     bindtextdom.c
1136     dcgettext.c
1137     dcigettext.c
1138     dcngettext.c
1139     dgettext.c
1140     dngettext.c
1141     explodename.c
1142     finddomain.c
1143     gettext.c
1144     intl-compat.c
1145     l10nflist.c
1146     langprefs.c
1147     loadmsgcat.c
1148     localcharset.c
1149     localealias.c
1150     localename.c
1151     log.c
1152     ngettext.c
1153     osdep.c
1154     plural-exp.c
1155     plural.c
1156     printf.c
1157     relocatable.c
1158     textdomain.c
1159 ''')
1160
1161
1162 intl_extra_files = Split('''
1163     VERSION
1164     config.charset
1165     libgnuintl.h.in
1166     locale.alias
1167     os2compat.c
1168     plural.y
1169     printf-args.c
1170     printf-parse.c
1171     ref-add.sin
1172     ref-del.sin
1173     vasnprintf.c
1174 ''')
1175
1176
1177 config_extra_files = Split('''
1178     Makefile.am
1179     common.am
1180     config.guess
1181     config.rpath
1182     config.sub
1183     depcomp
1184     install-sh
1185     libtool.m4
1186     ltmain.sh
1187     lyxinclude.m4
1188     missing
1189     mkinstalldirs
1190     pkg.m4
1191     py-compile
1192     qt4.m4
1193     spell.m4
1194 ''')
1195
1196
1197 sourcedoc_extra_files = Split('''
1198     Doxyfile.in
1199     Makefile.am
1200 ''')
1201
1202
1203 po_extra_files = Split('''
1204     LINGUAS
1205     Makefile.in.in
1206     Makevars
1207     POTFILES.in
1208     README
1209     Rules-quot
1210     bg.po
1211     boldquot.sed
1212     ca.po
1213     cs.po
1214     da.po
1215     de.po
1216     en@boldquot.header
1217     en@quot.header
1218     es.po
1219     eu.po
1220     fi.po
1221     fr.po
1222     gl.po
1223     he.po
1224     hu.po
1225     insert-header.sin
1226     it.po
1227     ja.po
1228     ko.po
1229     lyx_pot.py
1230     nb.po
1231     nl.po
1232     nn.po
1233     pl.po
1234     pocheck.pl
1235     postats.sh
1236     pt.po
1237     quot.sed
1238     remove-potcdate.sin
1239     ro.po
1240     ru.po
1241     sk.po
1242     sl.po
1243     sv.po
1244     tr.po
1245     wa.po
1246     zh_CN.po
1247     zh_TW.po
1248 ''')
1249
1250
1251 lib_files = Split('''
1252     CREDITS
1253     chkconfig.ltx
1254     configure.py
1255     encodings
1256     external_templates
1257     languages
1258     symbols
1259     syntax.default
1260     unicodesymbols
1261 ''')
1262
1263
1264 lib_extra_files = Split('''
1265     Makefile.am
1266     autocorrect
1267     build-listerrors
1268     generate_contributions.py
1269 ''')
1270
1271
1272 lib_kbd_files = Split('''
1273     american-2.kmap
1274     american.kmap
1275     arabic.kmap
1276     bg-bds-1251.kmap
1277     brazil.kmap
1278     brazil2.kmap
1279     czech-prg.kmap
1280     czech.kmap
1281     espanol.kmap
1282     european.kmap
1283     farsi.kmap
1284     francais.kmap
1285     french.kmap
1286     german-2.kmap
1287     german-3.kmap
1288     german.kmap
1289     greek.kmap
1290     hebrew.kmap
1291     koi8-r.kmap
1292     koi8-u.kmap
1293     latvian.kmap
1294     magyar-2.kmap
1295     magyar-3.kmap
1296     magyar.kmap
1297     null.kmap
1298     polish.kmap
1299     polski.kmap
1300     portuges.kmap
1301     romanian.kmap
1302     serbian.kmap
1303     serbocroatian.kmap
1304     sf.kmap
1305     sg.kmap
1306     slovak.kmap
1307     slovene.kmap
1308     thai-kedmanee.kmap
1309     transilvanian.kmap
1310     turkish-f.kmap
1311     turkish.kmap
1312 ''')
1313
1314
1315 lib_templates_files = Split('''
1316     IEEEtran.lyx
1317     README.new_templates
1318     aa.lyx
1319     aastex.lyx
1320     agu_article.lyx
1321     apa.lyx
1322     beamer-conference-ornate-20min.lyx
1323     de_beamer-conference-ornate-20min.lyx
1324     dinbrief.lyx
1325     docbook_article.lyx
1326     elsart.lyx
1327     fr_beamer-conference-ornate-20min.lyx
1328     g-brief-de.lyx
1329     g-brief-en.lyx
1330     g-brief2.lyx
1331     hollywood.lyx
1332     ijmpc.lyx
1333     ijmpd.lyx
1334     iop-article.lyx
1335     kluwer.lyx
1336     koma-letter2.lyx
1337     latex8.lyx
1338     letter.lyx
1339     revtex.lyx
1340     revtex4.lyx
1341     slides.lyx
1342 ''')
1343
1344
1345 lib_ui_files = Split('''
1346     classic.ui
1347     default.ui
1348     stdmenus.inc
1349     stdtoolbars.inc
1350 ''')
1351
1352
1353 lib_fonts_files = Split('''
1354     BaKoMaFontLicense.txt
1355     ReadmeBaKoMa4LyX.txt
1356     cmex10.ttf
1357     cmmi10.ttf
1358     cmr10.ttf
1359     cmsy10.ttf
1360     esint10.ttf
1361     eufm10.ttf
1362     msam10.ttf
1363     msbm10.ttf
1364     wasy10.ttf
1365 ''')
1366
1367
1368 lib_images_files = Split('''
1369     all-changes-accept.png
1370     all-changes-reject.png
1371     amssymb.png
1372     banner.png
1373     bookmark-goto.png
1374     bookmark-save.png
1375     break-line.png
1376     buffer-close.png
1377     buffer-export_dvi.png
1378     buffer-export_latex.png
1379     buffer-export_pdf2.png
1380     buffer-export_ps.png
1381     buffer-export_text.png
1382     buffer-new.png
1383     buffer-reload.png
1384     buffer-update_dvi.png
1385     buffer-update_pdf2.png
1386     buffer-update_ps.png
1387     buffer-view_dvi.png
1388     buffer-view_pdf2.png
1389     buffer-view_ps.png
1390     buffer-write-as.png
1391     buffer-write.png
1392     build-program.png
1393     change-accept.png
1394     change-next.png
1395     change-reject.png
1396     changes-merge.png
1397     changes-output.png
1398     changes-track.png
1399     closetab.png
1400     copy.png
1401     cut.png
1402     demote.png
1403     depth-decrement.png
1404     depth-increment.png
1405     dialog-preferences.png
1406     dialog-show-new-inset_citation.png
1407     dialog-show-new-inset_graphics.png
1408     dialog-show-new-inset_include.png
1409     dialog-show-new-inset_ref.png
1410     dialog-show_character.png
1411     dialog-show_findreplace.png
1412     dialog-show_mathdelimiter.png
1413     dialog-show_mathmatrix.png
1414     dialog-show_print.png
1415     dialog-show_spellchecker.png
1416     dialog-toggle_toc.png
1417     down.png
1418     ert-insert.png
1419     file-open.png
1420     float-insert_figure.png
1421     float-insert_table.png
1422     font-bold.png
1423     font-emph.png
1424     font-free-apply.png
1425     font-noun.png
1426     font-sans.png
1427     footnote-insert.png
1428     href-insert.png
1429     index-insert.png
1430     label-insert.png
1431     layout-document.png
1432     layout-paragraph.png
1433     layout.png
1434     layout_Description.png
1435     layout_Enumerate.png
1436     layout_Itemize.png
1437     layout_List.png
1438     layout_LyX-Code.png
1439     layout_Scrap.png
1440     layout_Section.png
1441     lyx-quit.png
1442     lyx.png
1443     marginalnote-insert.png
1444     math-display.png
1445     math-macro-add-greedy-optional-param.png
1446     math-macro-add-optional-param.png
1447     math-macro-add-param.png
1448     math-macro-append-greedy-param.png
1449     math-macro-make-nonoptional.png
1450     math-macro-make-optional.png
1451     math-macro-remove-greedy-param.png
1452     math-macro-remove-optional-param.png
1453     math-macro-remove-param.png
1454     math-macro_newmacroname_newcommand.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     docbook_article.lyx
2318     europeCV.lyx
2319     example_lyxified.lyx
2320     example_raw.lyx
2321     iecc05.fen
2322     iecc07.fen
2323     iecc12.fen
2324     landslide.lyx
2325     listerrors.lyx
2326     listings.lyx
2327     mathed.lyx
2328     modernCV.lyx
2329     multicol.lyx
2330     noweb2lyx.lyx
2331     powerdot-example.lyx
2332     script_form.lyx
2333     simplecv.lyx
2334     splash.lyx
2335 ''')
2336
2337
2338 lib_examples_ca_files = Split('''
2339     splash.lyx
2340 ''')
2341
2342
2343 lib_examples_cs_files = Split('''
2344     splash.lyx
2345 ''')
2346
2347
2348 lib_examples_da_files = Split('''
2349     splash.lyx
2350 ''')
2351
2352
2353 lib_examples_de_files = Split('''
2354     Dezimal.lyx
2355     ItemizeBullets.lyx
2356     Lebenslauf.lyx
2357     Minipage.lyx
2358     beispiel_gelyxt.lyx
2359     beispiel_roh.lyx
2360     mathed.lyx
2361     multicol.lyx
2362     splash.lyx
2363 ''')
2364
2365
2366 lib_examples_fa_files = Split('''
2367     splash.lyx
2368 ''')
2369
2370
2371 lib_examples_fr_files = Split('''
2372     AlignementDecimal.lyx
2373     ExemplesTableaux.lyx
2374     Foils.lyx
2375     ListesPuces.lyx
2376     Minipage.lyx
2377     exemple_brut.lyx
2378     exemple_lyxifie.lyx
2379     mathed.lyx
2380     multicol.lyx
2381     simplecv.lyx
2382     splash.lyx
2383 ''')
2384
2385
2386 lib_examples_es_files = Split('''
2387     ItemizeBullets.lyx
2388     ejemplo_con_lyx.lyx
2389     ejemplo_sin_lyx.lyx
2390     splash.lyx
2391 ''')
2392
2393
2394 lib_examples_eu_files = Split('''
2395     adibide_gordina.lyx
2396     adibide_lyx-atua.lyx
2397     splash.lyx
2398 ''')
2399
2400
2401 lib_examples_gl_extra_files = Split('''
2402     exemplo_bruto.lyx
2403     exemplo_lyxificado.lyx
2404     splash.lyx
2405 ''')
2406
2407
2408 lib_examples_he_files = Split('''
2409     example_lyxified.lyx
2410     example_raw.lyx
2411     splash.lyx
2412 ''')
2413
2414
2415 lib_examples_hu_files = Split('''
2416     example_lyxified.lyx
2417     example_raw.lyx
2418     splash.lyx
2419 ''')
2420
2421
2422 lib_examples_it_files = Split('''
2423     ItemizeBullets.lyx
2424     splash.lyx
2425 ''')
2426
2427
2428 lib_examples_nl_files = Split('''
2429     multicol.lyx
2430     opsommingstekens.lyx
2431     splash.lyx
2432     voorbeeld_ruw.lyx
2433     voorbeeld_verlyxt.lyx
2434 ''')
2435
2436
2437 lib_examples_pl_files = Split('''
2438     splash.lyx
2439 ''')
2440
2441
2442 lib_examples_pt_files = Split('''
2443     splash.lyx
2444 ''')
2445
2446
2447 lib_examples_ro_files = Split('''
2448     splash.lyx
2449 ''')
2450
2451
2452 lib_examples_ru_files = Split('''
2453     splash.lyx
2454 ''')
2455
2456
2457 lib_examples_sl_files = Split('''
2458     primer_lyxan.lyx
2459     primer_surov.lyx
2460     splash.lyx
2461 ''')
2462
2463
2464 lib_lyx2lyx_files = Split('''
2465     LyX.py
2466     generate_encoding_info.py
2467     lyx2lyx
2468     lyx2lyx_lang.py
2469     lyx_0_06.py
2470     lyx_0_08.py
2471     lyx_0_10.py
2472     lyx_0_12.py
2473     lyx_1_0.py
2474     lyx_1_1.py
2475     lyx_1_1_5.py
2476     lyx_1_1_6_0.py
2477     lyx_1_1_6_3.py
2478     lyx_1_2.py
2479     lyx_1_3.py
2480     lyx_1_4.py
2481     lyx_1_5.py
2482     lyx_1_6.py
2483     parser_tools.py
2484     profiling.py
2485     test_parser_tools.py
2486 ''')
2487
2488
2489 lib_lyx2lyx_extra_files = Split('''
2490     Makefile.am
2491     lyx2lyx_version.py.in
2492 ''')
2493
2494
2495 lib_layouts_files = Split('''
2496     IEEEtran.layout
2497     aa.layout
2498     aapaper.layout
2499     aastex.layout
2500     agu-dtd.layout
2501     agums.layout
2502     amsart-plain.layout
2503     amsart-seq.layout
2504     amsart.layout
2505     amsbook.layout
2506     apa.layout
2507     arab-article.layout
2508     armenian-article.layout
2509     article.layout
2510     beamer.layout
2511     book.layout
2512     broadway.layout
2513     chess.layout
2514     cl2emult.layout
2515     dinbrief.layout
2516     docbook-book.layout
2517     docbook-chapter.layout
2518     docbook-section.layout
2519     docbook.layout
2520     dtk.layout
2521     egs.layout
2522     elsart.layout
2523     entcs.layout
2524     europecv.layout
2525     extarticle.layout
2526     extbook.layout
2527     extletter.layout
2528     extreport.layout
2529     foils.layout
2530     g-brief-de.layout
2531     g-brief-en.layout
2532     g-brief2.layout
2533     heb-article.layout
2534     heb-letter.layout
2535     hollywood.layout
2536     ijmpc.layout
2537     ijmpd.layout
2538     iopart.layout
2539     isprs.layout
2540     jarticle.layout
2541     jbook.layout
2542     jgrga.layout
2543     jreport.layout
2544     jsarticle.layout
2545     jsbook.layout
2546     kluwer.layout
2547     latex8.layout
2548     letter.layout
2549     literate-article.layout
2550     literate-book.layout
2551     literate-report.layout
2552     llncs.layout
2553     ltugboat.layout
2554     manpage.layout
2555     memoir.layout
2556     moderncv.layout
2557     mwart.layout
2558     mwbk.layout
2559     mwrep.layout
2560     paper.layout
2561     powerdot.layout
2562     report.layout
2563     revtex.layout
2564     revtex4.layout
2565     scrartcl.layout
2566     scrbook.layout
2567     scrlettr.layout
2568     scrlttr2.layout
2569     scrreprt.layout
2570     seminar.layout
2571     siamltex.layout
2572     simplecv.layout
2573     slides.layout
2574     spie.layout
2575     svglobal.layout
2576     svjog.layout
2577     svprobth.layout
2578     tarticle.layout
2579     tbook.layout
2580     treport.layout
2581 ''')
2582
2583
2584 lib_layouts_inc_files = Split('''
2585     aapaper.inc
2586     agu_stdclass.inc
2587     agu_stdcounters.inc
2588     agu_stdlists.inc
2589     agu_stdsections.inc
2590     agu_stdtitle.inc
2591     aguplus.inc
2592     amsdefs.inc
2593     amsmaths-plain.inc
2594     amsmaths-seq.inc
2595     amsmaths.inc
2596     db_lyxmacros.inc
2597     db_stdcharstyles.inc
2598     db_stdclass.inc
2599     db_stdcounters.inc
2600     db_stdlayouts.inc
2601     db_stdlists.inc
2602     db_stdsections.inc
2603     db_stdstarsections.inc
2604     db_stdstruct.inc
2605     db_stdtitle.inc
2606     literate-scrap.inc
2607     lyxmacros.inc
2608     numarticle.inc
2609     numreport.inc
2610     numrevtex.inc
2611     scrclass.inc
2612     stdclass.inc
2613     stdcounters.inc
2614     stdfloats.inc
2615     stdinsets.inc
2616     stdlayouts.inc
2617     stdletter.inc
2618     stdlists.inc
2619     stdsections.inc
2620     stdstarsections.inc
2621     stdstruct.inc
2622     stdtitle.inc
2623     svjour.inc
2624     theorems.inc
2625     theorems-ams.inc
2626 ''')
2627
2628
2629 lib_layouts_module_files = Split('''
2630     endnotes.module
2631     foottoend.module
2632     hanging.module
2633     logicalmkup.module
2634     theorems-ams.module
2635     theorems-ams-withinsec.module
2636     theorems-std.module
2637     theorems-withinsec.module
2638     theorems-withinchap.module
2639     url.module
2640 ''')
2641
2642 lib_scripts_files = Split('''
2643     TeXFiles.py
2644     clean_dvi.py
2645     convertDefault.py
2646     date.py
2647     ext_copy.py
2648     fen2ascii.py
2649     fig2pdftex.py
2650     fig2pstex.py
2651     fig_copy.py
2652     layout2layout.py
2653     legacy_lyxpreview2ppm.py
2654     listerrors
2655     lyxpreview2bitmap.py
2656     lyxpreview_tools.py
2657     tex_copy.py
2658 ''')
2659
2660
2661 lib_bind_files = Split('''
2662     aqua.bind
2663     broadway.bind
2664     cua.bind
2665     cyrkeys.bind
2666     emacs.bind
2667     greekkeys.bind
2668     hollywood.bind
2669     latinkeys.bind
2670     mac.bind
2671     math.bind
2672     menus.bind
2673     sciword.bind
2674     site.bind
2675     xemacs.bind
2676 ''')
2677
2678
2679 lib_bind_fi_files = Split('''
2680     menus.bind
2681 ''')
2682
2683
2684 lib_bind_sv_files = Split('''
2685     menus.bind
2686 ''')
2687
2688
2689 lib_bind_pt_files = Split('''
2690     menus.bind
2691 ''')
2692
2693
2694 lib_bind_de_files = Split('''
2695     menus.bind
2696 ''')
2697
2698
2699 lib_commands_files = Split('''
2700     default.def
2701 ''')
2702
2703
2704 boost_extra_files = Split('''
2705     LICENSE_1_0.txt
2706     Makefile.am
2707 ''')
2708
2709
2710 boost_libs_extra_files = Split('''
2711     Makefile.am
2712     README
2713 ''')
2714
2715
2716 boost_libs_signals_extra_files = Split('''
2717     Makefile.am
2718     signals.vcproj
2719 ''')
2720
2721
2722 boost_libs_signals_src_files = Split('''
2723     connection.cpp
2724     named_slot_map.cpp
2725     signal_base.cpp
2726     slot.cpp
2727     trackable.cpp
2728 ''')
2729
2730
2731 boost_libs_signals_src_extra_files = Split('''
2732     Makefile.am
2733     pch.h
2734 ''')
2735
2736
2737 boost_libs_regex_extra_files = Split('''
2738     Makefile.am
2739     regex.vcproj
2740 ''')
2741
2742
2743 boost_libs_regex_src_files = Split('''
2744     c_regex_traits.cpp
2745     cpp_regex_traits.cpp
2746     cregex.cpp
2747     fileiter.cpp
2748     instances.cpp
2749     posix_api.cpp
2750     regex.cpp
2751     regex_debug.cpp
2752     regex_raw_buffer.cpp
2753     regex_traits_defaults.cpp
2754     w32_regex_traits.cpp
2755     wide_posix_api.cpp
2756     winstances.cpp
2757 ''')
2758
2759
2760 boost_libs_regex_src_extra_files = Split('''
2761     Makefile.am
2762     pch.h
2763 ''')
2764
2765
2766 boost_libs_filesystem_extra_files = Split('''
2767     Makefile.am
2768     filesystem.vcproj
2769 ''')
2770
2771
2772 boost_libs_filesystem_src_files = Split('''
2773     exception.cpp
2774     operations.cpp
2775     path.cpp
2776     portability.cpp
2777 ''')
2778
2779
2780 boost_libs_filesystem_src_extra_files = Split('''
2781     Makefile.am
2782     pch.h
2783 ''')
2784
2785
2786 boost_libs_iostreams_extra_files = Split('''
2787     Makefile.am
2788 ''')
2789
2790
2791 boost_libs_iostreams_src_files = Split('''
2792     file_descriptor.cpp
2793     mapped_file.cpp
2794     zlib.cpp
2795 ''')
2796
2797
2798 boost_libs_iostreams_src_extra_files = Split('''
2799     Makefile.am
2800     pch.h
2801 ''')
2802
2803
2804 development_Win32_packaging_installer = Split('''
2805     license.rtf
2806     lyx.nsi
2807     settings.nsh
2808     settings.user.nsh
2809 ''')
2810
2811
2812 development_Win32_packaging_installer_components = Split('''
2813     configure.nsh
2814     core.nsh
2815     dicts.nsh
2816     external.nsh
2817     langselect.nsh
2818     reinstall.nsh
2819     uninstall.nsh
2820     user.nsh
2821     viewer.nsh
2822 ''')
2823
2824
2825 development_Win32_packaging_installer_dialogs = Split('''
2826     external.ini
2827     langselect.ini
2828     reinstall.ini
2829     user.ini
2830     viewer.ini
2831 ''')
2832
2833
2834 development_Win32_packaging_installer_graphics = Split('''
2835     header.bmp
2836     wizard.bmp
2837 ''')
2838
2839
2840 development_Win32_packaging_installer_include = Split('''
2841     declarations.nsh
2842     detection.nsh
2843     filelists.nsh
2844     gui.nsh
2845     init.nsh
2846     lang.nsh
2847     windows.nsh
2848 ''')
2849
2850
2851 development_Win32_packaging_installer_lang = Split('''
2852     english.nsh
2853     french.nsh
2854     german.nsh
2855     italian.nsh
2856 ''')
2857