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