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