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