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