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