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