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