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