]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
77e29aba92c43dbc610ac73a7701ff0df1c74916
[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.png
1362     buffer-update_dvi.png
1363     buffer-update_pdf2.png
1364     buffer-update_ps.png
1365     buffer-view.png
1366     buffer-view_dvi.png
1367     buffer-view_pdf2.png
1368     buffer-view_ps.png
1369     buffer-write-as.png
1370     buffer-write.png
1371     build-program.png
1372     change-accept.png
1373     change-next.png
1374     change-reject.png
1375     changes-merge.png
1376     changes-output.png
1377     changes-track.png
1378     closetab.png
1379     close-tab-group.png
1380     copy.png
1381     cut.png
1382     demote.png
1383     depth-decrement.png
1384     depth-increment.png
1385     dialog-preferences.png
1386     dialog-show-new-inset_citation.png
1387     dialog-show-new-inset_graphics.png
1388     dialog-show-new-inset_include.png
1389     dialog-show-new-inset_ref.png
1390     dialog-show_character.png
1391     dialog-show_findreplace.png
1392     dialog-show_mathdelimiter.png
1393     dialog-show_mathmatrix.png
1394     dialog-show_print.png
1395     dialog-show_spellchecker.png
1396     dialog-toggle_toc.png
1397     down.png
1398     ert-insert.png
1399     file-open.png
1400     float-insert_figure.png
1401     float-insert_table.png
1402     font-bold.png
1403     font-emph.png
1404     textstyle-apply.png
1405     font-noun.png
1406     font-sans.png
1407     footnote-insert.png
1408     href-insert.png
1409     hidetab.png
1410     index-insert.png
1411     label-insert.png
1412     layout-document.png
1413     layout-paragraph.png
1414     layout.png
1415     layout_Description.png
1416     layout_Enumerate.png
1417     layout_Itemize.png
1418     layout_List.png
1419     layout_LyX-Code.png
1420     layout_Scrap.png
1421     layout_Section.png
1422     lyx-quit.png
1423     lyx.png
1424     vc-check-in.png
1425     vc-check-out.png
1426     dialog-show_vclog.png
1427     vc-register.png
1428     vc-revert.png
1429     marginalnote-insert.png
1430     master-buffer-update.png
1431     master-buffer-view.png
1432     math-display.png
1433     math-macro-add-greedy-optional-param.png
1434     math-macro-add-optional-param.png
1435     math-macro-add-param.png
1436     math-macro-append-greedy-param.png
1437     math-macro-make-nonoptional.png
1438     math-macro-make-optional.png
1439     math-macro-remove-greedy-param.png
1440     math-macro-remove-optional-param.png
1441     math-macro-remove-param.png
1442     math-macro_newmacroname_newcommand.png
1443     math-matrix.png
1444     math-mode.png
1445     math-subscript.png
1446     math-superscript.png
1447     nomencl-insert.png
1448     note-insert.png
1449     note-next.png
1450     paste.png
1451     promote.png
1452     psnfss1.png
1453     psnfss2.png
1454     psnfss3.png
1455     psnfss4.png
1456     redo.png
1457     reload.png
1458     split-view_horizontal.png
1459     split-view_vertical.png
1460     standard.png
1461     tabular-feature_m-align-center.png
1462     tabular-feature_m-align-left.png
1463     tabular-feature_m-align-right.png
1464     tabular-feature_append-column.png
1465     tabular-feature_append-row.png
1466     tabular-feature_delete-column.png
1467     tabular-feature_delete-row.png
1468     tabular-feature_multicolumn.png
1469     tabular-feature_set-all-lines.png
1470     tabular-feature_set-border-lines.png
1471     tabular-feature_set-longtabular.png
1472     tabular-feature_set-rotate-cell.png
1473     tabular-feature_set-rotate-tabular.png
1474     tabular-feature_toggle-line-bottom.png
1475     tabular-feature_toggle-line-left.png
1476     tabular-feature_toggle-line-right.png
1477     tabular-feature_toggle-line-top.png
1478     tabular-feature_toggle-rotate-cell.png
1479     tabular-feature_toggle-rotate-tabular.png
1480     tabular-feature_unset-all-lines.png
1481     tabular-feature_m-valign-bottom.png
1482     tabular-feature_m-valign-middle.png
1483     tabular-feature_m-valign-top.png
1484     tabular-insert.png
1485     thesaurus-entry.png
1486     toolbar-toggle_math.png
1487     toolbar-toggle_math_panels.png
1488     toolbar-toggle_table.png
1489     undo.png
1490     unknown.png
1491     up.png
1492     url-insert.png
1493 ''')
1494
1495
1496 lib_images_extra_files = Split('''
1497     README
1498     font-smallcaps.png
1499 ''')
1500
1501
1502 lib_images_math_files = Split('''
1503     Bbbk.png
1504     Finv.png
1505     Game.png
1506     Im.png
1507     Lleftarrow.png
1508     Lsh.png
1509     Re.png
1510     Rrightarrow.png
1511     Rsh.png
1512     Vvdash.png
1513     acute.png
1514     aleph.png
1515     alpha.png
1516     amalg.png
1517     angle.png
1518     approx.png
1519     approxeq.png
1520     asymp.png
1521     backepsilon.png
1522     backprime.png
1523     backsim.png
1524     backsimeq.png
1525     backslash.png
1526     bar.png
1527     bars.png
1528     barwedge.png
1529     because.png
1530     beta.png
1531     beth.png
1532     between.png
1533     bigcap.png
1534     bigcirc.png
1535     bigcup.png
1536     bigodot.png
1537     bigoplus.png
1538     bigotimes.png
1539     bigsqcup.png
1540     bigstar.png
1541     bigtriangledown.png
1542     bigtriangleup.png
1543     biguplus.png
1544     bigvee.png
1545     bigwedge.png
1546     blacklozenge.png
1547     blacksquare.png
1548     blacktriangle.png
1549     blacktriangledown.png
1550     blacktriangleleft.png
1551     blacktriangleright.png
1552     bot.png
1553     bowtie.png
1554     boxdot.png
1555     boxminus.png
1556     boxplus.png
1557     boxtimes.png
1558     breve.png
1559     bullet.png
1560     bumpeq.png
1561     bumpeq2.png
1562     cap.png
1563     cap2.png
1564     cases.png
1565     cdot.png
1566     cdots.png
1567     centerdot.png
1568     check.png
1569     chi.png
1570     circ.png
1571     circeq.png
1572     circlearrowleft.png
1573     circlearrowright.png
1574     circledS.png
1575     circledast.png
1576     circledcirc.png
1577     circleddash.png
1578     clubsuit.png
1579     complement.png
1580     cong.png
1581     coprod.png
1582     cup.png
1583     cup2.png
1584     curlyeqprec.png
1585     curlyeqsucc.png
1586     curlyvee.png
1587     curlywedge.png
1588     curvearrowleft.png
1589     curvearrowright.png
1590     dagger.png
1591     daleth.png
1592     dashleftarrow.png
1593     dashrightarrow.png
1594     dashv.png
1595     ddagger.png
1596     ddot.png
1597     ddots.png
1598     delim.png
1599     delta.png
1600     delta2.png
1601     diagdown.png
1602     diagup.png
1603     diamond.png
1604     diamondsuit.png
1605     digamma.png
1606     div.png
1607     divideontimes.png
1608     dot.png
1609     doteq.png
1610     doteqdot.png
1611     dotplus.png
1612     dotsint.png
1613     dotsintop.png
1614     doublebarwedge.png
1615     downarrow.png
1616     downarrow2.png
1617     downdownarrows.png
1618     downharpoonleft.png
1619     downharpoonright.png
1620     ell.png
1621     empty.png
1622     emptyset.png
1623     epsilon.png
1624     eqcirc.png
1625     eqslantgtr.png
1626     eqslantless.png
1627     equation.png
1628     equiv.png
1629     eta.png
1630     eth.png
1631     exists.png
1632     fallingdotseq.png
1633     fint.png
1634     fintop.png
1635     flat.png
1636     font.png
1637     forall.png
1638     frac-square.png
1639     frac.png
1640     frown.png
1641     functions.png
1642     gamma.png
1643     gamma2.png
1644     geq.png
1645     geqq.png
1646     geqslant.png
1647     gg.png
1648     ggg.png
1649     gimel.png
1650     gnapprox.png
1651     gneq.png
1652     gneqq.png
1653     gnsim.png
1654     grave.png
1655     gtrapprox.png
1656     gtrdot.png
1657     gtreqless.png
1658     gtreqqless.png
1659     gtrless.png
1660     gtrsim.png
1661     gvertneqq.png
1662     hat.png
1663     hbar.png
1664     heartsuit.png
1665     hookleftarrow.png
1666     hookrightarrow.png
1667     hphantom.png
1668     hslash.png
1669     iiiint.png
1670     iiiintop.png
1671     iiint.png
1672     iiintop.png
1673     iint.png
1674     iintop.png
1675     imath.png
1676     in.png
1677     infty.png
1678     int.png
1679     intercal.png
1680     intop.png
1681     iota.png
1682     jmath.png
1683     kappa.png
1684     lambda.png
1685     lambda2.png
1686     landdownint.png
1687     landdownintop.png
1688     landupint.png
1689     landupintop.png
1690     langle.png
1691     lbrace.png
1692     lbrace_rbrace.png
1693     lbracket.png
1694     lbracket_rbracket.png
1695     lceil.png
1696     lceil_rceil.png
1697     ldots.png
1698     leftarrow.png
1699     leftarrow2.png
1700     leftarrowtail.png
1701     leftharpoondown.png
1702     leftharpoonup.png
1703     leftleftarrows.png
1704     leftrightarrow.png
1705     leftrightarrow2.png
1706     leftrightarrows.png
1707     leftrightharpoons.png
1708     leftrightsquigarrow.png
1709     leftthreetimes.png
1710     leq.png
1711     leqq.png
1712     leqslant.png
1713     lessapprox.png
1714     lessdot.png
1715     lesseqgtr.png
1716     lesseqqgtr.png
1717     lessgtr.png
1718     lesssim.png
1719     lfloor.png
1720     lfloor_rfloor.png
1721     ll.png
1722     llcorner.png
1723     lll.png
1724     lnapprox.png
1725     lneq.png
1726     lneqq.png
1727     lnsim.png
1728     longleftarrow.png
1729     longleftarrow2.png
1730     longleftrightarrow.png
1731     longleftrightarrow2.png
1732     longmapsto.png
1733     longrightarrow.png
1734     longrightarrow2.png
1735     looparrowleft.png
1736     looparrowright.png
1737     lozenge.png
1738     lparen.png
1739     lparen_rparen.png
1740     lrcorner.png
1741     ltimes.png
1742     lvertneqq.png
1743     mapsto.png
1744     mathbb_C.png
1745     mathbb_H.png
1746     mathbb_N.png
1747     mathbb_Q.png
1748     mathbb_R.png
1749     mathbb_Z.png
1750     mathcal_F.png
1751     mathcal_H.png
1752     mathcal_L.png
1753     mathcal_O.png
1754     mathcircumflex.png
1755     mathrm_T.png
1756     matrix.png
1757     measuredangle.png
1758     mho.png
1759     mid.png
1760     models.png
1761     mp.png
1762     mu.png
1763     multimap.png
1764     nabla.png
1765     natural.png
1766     ncong.png
1767     nearrow.png
1768     neg.png
1769     neq.png
1770     nexists.png
1771     ngeq.png
1772     ngeqq.png
1773     ngeqslant.png
1774     ngtr.png
1775     ni.png
1776     nleftarrow.png
1777     nleftarrow2.png
1778     nleftrightarrow.png
1779     nleftrightarrow2.png
1780     nleq.png
1781     nleqq.png
1782     nleqslant.png
1783     nless.png
1784     nmid.png
1785     notin.png
1786     nparallel.png
1787     nprec.png
1788     npreceq.png
1789     nrightarrow.png
1790     nrightarrow2.png
1791     nshortmid.png
1792     nshortparallel.png
1793     nsim.png
1794     nsubseteq.png
1795     nsucc.png
1796     nsucceq.png
1797     nsupseteq.png
1798     nsupseteqq.png
1799     ntriangleleft.png
1800     ntrianglelefteq.png
1801     ntriangleright.png
1802     ntrianglerighteq.png
1803     nu.png
1804     nvdash.png
1805     nvdash2.png
1806     nvdash3.png
1807     nwarrow.png
1808     odot.png
1809     oiint.png
1810     oiintop.png
1811     oint.png
1812     ointclockwise.png
1813     ointclockwiseop.png
1814     ointctrclockwise.png
1815     ointctrclockwiseop.png
1816     ointop.png
1817     omega.png
1818     omega2.png
1819     ominus.png
1820     oplus.png
1821     oslash.png
1822     otimes.png
1823     overbrace.png
1824     overleftarrow.png
1825     overleftrightarrow.png
1826     overline.png
1827     overrightarrow.png
1828     overset.png
1829     parallel.png
1830     partial.png
1831     perp.png
1832     phantom.png
1833     phi.png
1834     phi2.png
1835     pi.png
1836     pi2.png
1837     pitchfork.png
1838     pm.png
1839     prec.png
1840     precapprox.png
1841     preccurlyeq.png
1842     preceq.png
1843     precnapprox.png
1844     precnsim.png
1845     precsim.png
1846     prime.png
1847     prod.png
1848     propto.png
1849     psi.png
1850     psi2.png
1851     rangle.png
1852     rbrace.png
1853     rbracket.png
1854     rceil.png
1855     rfloor.png
1856     rho.png
1857     rightarrow.png
1858     rightarrow2.png
1859     rightarrowtail.png
1860     rightharpoondown.png
1861     rightharpoonup.png
1862     rightleftarrows.png
1863     rightleftharpoons.png
1864     rightrightarrows.png
1865     rightsquigarrow.png
1866     rightthreetimes.png
1867     risingdotseq.png
1868     root.png
1869     rparen.png
1870     rtimes.png
1871     searrow.png
1872     setminus.png
1873     sharp.png
1874     shortmid.png
1875     shortparallel.png
1876     sigma.png
1877     sigma2.png
1878     sim.png
1879     simeq.png
1880     slash.png
1881     smallfrown.png
1882     smallsetminus.png
1883     smallsmile.png
1884     smile.png
1885     space.png
1886     spadesuit.png
1887     sphericalangle.png
1888     sqcap.png
1889     sqcup.png
1890     sqiint.png
1891     sqiintop.png
1892     sqint.png
1893     sqintop.png
1894     sqrt-square.png
1895     sqrt.png
1896     sqsubset.png
1897     sqsubseteq.png
1898     sqsupset.png
1899     sqsupseteq.png
1900     square.png
1901     star.png
1902     style.png
1903     style.png
1904     sub.png
1905     subset.png
1906     subset2.png
1907     subseteq.png
1908     subseteqq.png
1909     subsetneq.png
1910     subsetneqq.png
1911     succ.png
1912     succapprox.png
1913     succcurlyeq.png
1914     succeq.png
1915     succnapprox.png
1916     succnsim.png
1917     succsim.png
1918     sum.png
1919     super.png
1920     supset.png
1921     supset2.png
1922     supseteq.png
1923     supseteqq.png
1924     supsetneq.png
1925     supsetneqq.png
1926     surd.png
1927     swarrow.png
1928     tau.png
1929     textrm_AA.png
1930     textrm_O.png
1931     therefore.png
1932     theta.png
1933     theta2.png
1934     thickapprox.png
1935     thicksim.png
1936     tilde.png
1937     times.png
1938     top.png
1939     triangle.png
1940     triangledown.png
1941     triangleleft.png
1942     trianglelefteq.png
1943     triangleq.png
1944     triangleright.png
1945     trianglerighteq.png
1946     twoheadleftarrow.png
1947     twoheadrightarrow.png
1948     ulcorner.png
1949     underbrace.png
1950     underleftarrow.png
1951     underleftrightarrow.png
1952     underline.png
1953     underrightarrow.png
1954     underscore.png
1955     underset.png
1956     uparrow.png
1957     uparrow2.png
1958     update-others.png
1959     updownarrow.png
1960     updownarrow2.png
1961     upharpoonleft.png
1962     upharpoonright.png
1963     uplus.png
1964     upsilon.png
1965     upsilon2.png
1966     upuparrows.png
1967     urcorner.png
1968     varepsilon.png
1969     varkappa.png
1970     varnothing.png
1971     varphi.png
1972     varpi.png
1973     varpropto.png
1974     varrho.png
1975     varsigma.png
1976     varsubsetneq.png
1977     varsubsetneqq.png
1978     varsupsetneq.png
1979     varsupsetneqq.png
1980     vartheta.png
1981     vartriangle.png
1982     vartriangleleft.png
1983     vartriangleright.png
1984     vdash.png
1985     vdash2.png
1986     vdash3.png
1987     vdots.png
1988     vec.png
1989     vee.png
1990     veebar.png
1991     vert.png
1992     vert2.png
1993     view-others.png
1994     vphantom.png
1995     wedge.png
1996     widehat.png
1997     widetilde.png
1998     wp.png
1999     wr.png
2000     xi.png
2001     xi2.png
2002     zeta.png
2003 ''')
2004
2005
2006 lib_images_math_extra_files = Split('''
2007     ams_arrows.png
2008     ams_misc.png
2009     ams_nrel.png
2010     ams_ops.png
2011     ams_rel.png
2012     arrows.png
2013     bop.png
2014     brel.png
2015     deco.png
2016     deco.png
2017     delim.png
2018     delim0.png
2019     delim1.png
2020     dots.png
2021     font.png
2022     functions.png
2023     greek.png
2024     misc.png
2025     varsz.png
2026 ''')
2027
2028
2029 lib_images_commands_files = Split('''
2030 ''')
2031
2032
2033 lib_images_attic_extra_files = Split('''
2034     dialog-show_mathpanel.png
2035 ''')
2036
2037
2038 lib_tex_files = Split('''
2039     broadway.cls
2040     hollywood.cls
2041     lyxchess.sty
2042     lyxskak.sty
2043     revtex.cls
2044 ''')
2045
2046
2047 lib_doc_files = Split('''
2048     Customization.lyx
2049     DocStyle.lyx
2050     DummyDocument1.lyx
2051     DummyDocument2.lyx
2052     DummyTextDocument.txt
2053     EmbeddedObjects.lyx
2054     Extended.lyx
2055     Formula-numbering.lyx
2056     Intro.lyx
2057     LaTeXConfig.lyx
2058     LFUNs.lyx
2059     Math.lyx
2060     Shortcuts.lyx
2061     Tutorial.lyx
2062     UserGuide.lyx
2063 ''')
2064
2065
2066 lib_doc_biblio_files = Split('''
2067     alphadin.bst
2068     LyXDocs.bib
2069 ''')
2070
2071
2072 lib_doc_clipart_files = Split('''
2073     Abstract.pdf
2074     BoxInsetDefaultQt4.png
2075     ChangesToolbar.png
2076     ChildDocumentQt4.png
2077     CommentNoteImageQt4.png
2078     ERT.png
2079     ExternalMaterialQt4.png
2080     ExtraToolbar.png
2081     GreyedOutNoteImageQt4.png
2082     LaTeX.png
2083     LyXNoteImageQt4.png
2084     SpaceMarker.png
2085     StandardToolbar.png
2086     ToolbarEnvBox.png
2087     endnotes.pdf
2088     escher-lsd.eps
2089     floatQt4.png
2090     footnoteQt4.png
2091     labelQt4.png
2092     macrobox.png
2093     MacroToolbar.png
2094     macrouse.png
2095     mbox.png
2096     mobius.eps
2097     platypus.eps
2098     referenceQt4.png
2099     ViewToolbar.png
2100     with_fntright.pdf
2101     without_fntright.pdf
2102 ''')
2103
2104
2105 lib_doc_extra_files = Split('''
2106     Makefile.am
2107     README.Documentation
2108 ''')
2109
2110
2111 lib_doc_ca_files = Split('''
2112     Intro.lyx
2113 ''')
2114
2115
2116 lib_doc_cs_files = Split('''
2117     Tutorial.lyx
2118 ''')
2119
2120
2121 lib_doc_de_files = Split('''
2122     Customization.lyx
2123     DummyDocument1.lyx
2124     DummyDocument2.lyx
2125     DummyTextDocument.txt
2126     EmbeddedObjects.lyx
2127     Extended.lyx
2128     Formelnummerierung.lyx
2129     Intro.lyx
2130     Math.lyx
2131     Shortcuts.lyx
2132     Tutorial.lyx
2133     UserGuide.lyx
2134 ''')
2135
2136
2137 lib_doc_de_clipart_files = Split('''
2138     ERT.png
2139     ExternesMaterialQt4.png
2140     FussnoteQt4.png
2141     GleitobjektQt4.png
2142     GrauschriftNotizQt4.png
2143     KommentarQt4.png
2144     LyXNotizQt4.png
2145     Marke.png
2146     Querverweis.png
2147     StandardBoxQt4.png
2148     UnterdokumentQt4.png
2149 ''')
2150
2151
2152 lib_doc_da_files = Split('''
2153     Intro.lyx
2154 ''')
2155
2156
2157 lib_doc_es_files = Split('''
2158     Customization.lyx
2159     DocumentoPostizo1.lyx
2160     DocumentoPostizo2.lyx
2161     DocumentoTextoPostizo.txt
2162     EmbeddedObjects.lyx
2163     Extended.lyx
2164     Formula-numbering.lyx
2165     Intro.lyx
2166     Math.lyx
2167     Shortcuts.lyx
2168     Tutorial.lyx
2169     UserGuide.lyx
2170 ''')
2171
2172
2173 lib_doc_es_clipart_files = Split('''
2174     ComentNotaImagenQt4.png
2175     CuadroMinipagQt4.png
2176     DocumentoHijoQt4.png
2177     GrisNotaImagenQt4.png
2178     MaterialExternoQt4.png
2179     NotaLyXImagenQt4.png
2180     Resumen.pdf
2181     es_ERT.png
2182     es_ToolbarEnvBox.png
2183     etiquetaQt4.png
2184     flotanteQt4.png
2185     notapieQt4.png
2186     referenciaQt4.png
2187 ''')
2188
2189
2190 lib_doc_eu_files = Split('''
2191     Customization.lyx
2192     Extended.lyx
2193     Intro.lyx
2194     Tutorial.lyx
2195     UserGuide.lyx
2196 ''')
2197
2198
2199 lib_doc_fr_files = Split('''
2200     Customization.lyx
2201     DocumentBidon1.lyx
2202     DocumentBidon2.lyx
2203     DocumentTexteBidon.txt
2204     EmbeddedObjects.lyx
2205     Extended.lyx
2206     Formula-numbering.lyx
2207     Intro.lyx
2208     Math.lyx
2209     Shortcuts.lyx
2210     Tutorial.lyx
2211     UserGuide.lyx
2212 ''')
2213
2214
2215 lib_doc_fr_clipart_files = Split('''
2216     BoxInsetDefaultQt4.png
2217     ChildDocumentQt4.png
2218     CommentNoteImageQt4.png
2219     GreyedOutNoteImageQt4.png
2220     LyXNoteImageQt4.png
2221     floatQt4.png
2222     footnoteQt4.png
2223     labelQt4.png
2224 ''')
2225
2226
2227 lib_doc_gl_files = Split('''
2228     Intro.lyx
2229     Tutorial.lyx
2230 ''')
2231
2232
2233 lib_doc_he_files = Split('''
2234     Intro.lyx
2235     Tutorial.lyx
2236 ''')
2237
2238
2239 lib_doc_hu_files = Split('''
2240     Intro.lyx
2241     Tutorial.lyx
2242 ''')
2243
2244
2245 lib_doc_id_files = Split('''
2246     Intro.lyx
2247 ''')
2248
2249
2250 lib_doc_id_clipart_files = Split('''
2251     id-contrib.png
2252     id-footnote.png
2253 ''')
2254
2255
2256 lib_doc_it_files = Split('''
2257     Customization.lyx
2258     Intro.lyx
2259     Tutorial.lyx
2260     UserGuide.lyx
2261 ''')
2262
2263
2264 lib_doc_it_clipart_files = Split('''
2265     it_footnoteQt4.png
2266     it_referenceQt4.png
2267 ''')
2268
2269
2270 lib_doc_ja_files = Split('''
2271     Extended.lyx
2272     Intro.lyx
2273     LaTeXConfig.lyx
2274     Shortcuts.lyx
2275     Tutorial.lyx
2276     UserGuide.lyx
2277 ''')
2278
2279
2280 lib_doc_ja_clipart_files = Split('''
2281     floatQt4.png
2282     footnoteQt4.png
2283     referenceQt4.png
2284     ERT.png
2285     ToolbarEnvBox.png
2286 ''')
2287
2288
2289 lib_doc_nb_files = Split('''
2290     Intro.lyx
2291 ''')
2292
2293
2294 lib_doc_nl_files = Split('''
2295     Intro.lyx
2296     Tutorial.lyx
2297 ''')
2298
2299
2300 lib_doc_pl_files = Split('''
2301     Extended.lyx
2302     Intro.lyx
2303     Tutorial.lyx
2304 ''')
2305
2306
2307 lib_doc_pt_files = Split('''
2308     Intro.lyx
2309     Tutorial.lyx
2310 ''')
2311
2312
2313 lib_doc_ro_files = Split('''
2314     Intro.lyx
2315 ''')
2316
2317
2318 lib_doc_ru_files = Split('''
2319     Intro.lyx
2320     Tutorial.lyx
2321 ''')
2322
2323
2324 lib_doc_sl_files = Split('''
2325     Intro.lyx
2326     Tutorial.lyx
2327 ''')
2328
2329
2330 lib_doc_sk_files = Split('''
2331     Tutorial.lyx
2332     UserGuide.lyx
2333 ''')
2334
2335
2336 lib_doc_sv_files = Split('''
2337     Intro.lyx
2338     Tutorial.lyx
2339 ''')
2340
2341
2342 lib_doc_uk_files = Split('''
2343     Intro.lyx
2344 ''')
2345
2346
2347 lib_doc_uk_clipart_files = Split('''
2348     FootnoteQT4.png
2349 ''')
2350
2351
2352 lib_examples_files = Split('''
2353     aa_sample.lyx
2354     aas_sample.lyx
2355     achemso.lyx
2356     addressExample.adr
2357     amsart-test.lyx
2358     amsbook-test.lyx
2359     armenian-article.lyx
2360     beamer-g4-mask.jpg
2361     beamer-g4.jpg
2362     beamer-icsi-logo.pdf
2363     beamer-knight1-mask.png
2364     beamer-knight1.png
2365     beamer-knight2-mask.png
2366     beamer-knight2.png
2367     beamer-knight3-mask.png
2368     beamer-knight3.png
2369     beamer-knight4-mask.png
2370     beamer-knight4.png
2371     beamerlyxexample1.lyx
2372     biblioExample.bib
2373     Braille.lyx
2374     chess-article.lyx
2375     chessgame.lyx
2376     CV-image.eps
2377     CV-image.png
2378     docbook_article.lyx
2379     europeCV.lyx
2380     example_lyxified.lyx
2381     example_raw.lyx
2382     Foils.lyx
2383     iecc05.fen
2384     iecc07.fen
2385     iecc12.fen
2386     ItemizeBullets.lyx
2387     landslide.lyx
2388     linguistics.lyx
2389     listerrors.lyx
2390     Literate.lyx
2391     modernCV.lyx
2392     multicol.lyx
2393     noweb2lyx.lyx
2394     powerdot-example.lyx
2395     recipebook.lyx
2396     script_form.lyx
2397     seminar.lyx
2398     serial_letter1.lyx
2399     serial_letter2.lyx
2400     serial_letter3.lyx
2401     simplecv.lyx
2402     splash.lyx
2403     xyfigure.png
2404     xypic.lyx
2405 ''')
2406
2407
2408 lib_examples_ca_files = Split('''
2409     ItemizeBullets.lyx
2410     mathed.lyx
2411     splash.lyx
2412 ''')
2413
2414
2415 lib_examples_cs_files = Split('''
2416     splash.lyx
2417 ''')
2418
2419
2420 lib_examples_da_files = Split('''
2421     splash.lyx
2422 ''')
2423
2424
2425 lib_examples_de_files = Split('''
2426     beispiel_gelyxt.lyx
2427     beispiel_roh.lyx
2428     Braille.lyx
2429     Dezimal.lyx
2430     ItemizeBullets.lyx
2431     Lebenslauf.lyx
2432     linguistics.lyx
2433     multicol.lyx
2434     serienbrief1.lyx
2435     serienbrief2.lyx
2436     serienbrief3.lyx
2437     splash.lyx
2438 ''')
2439
2440
2441 lib_examples_fa_files = Split('''
2442     splash.lyx
2443 ''')
2444
2445
2446 lib_examples_fr_files = Split('''
2447     AlignementDecimal.lyx
2448     Foils.lyx
2449     ListesPuces.lyx
2450     exemple_brut.lyx
2451     exemple_lyxifie.lyx
2452     multicol.lyx
2453     simplecv.lyx
2454     splash.lyx
2455 ''')
2456
2457
2458 lib_examples_es_files = Split('''
2459     Braille.lyx
2460     ejemplo_con_lyx.lyx
2461     ejemplo_sin_lyx.lyx
2462     ItemizeBullets.lyx
2463     linguistics.lyx
2464     multicol.lyx
2465     splash.lyx
2466 ''')
2467
2468
2469 lib_examples_eu_files = Split('''
2470     adibide_gordina.lyx
2471     adibide_lyx-atua.lyx
2472     splash.lyx
2473 ''')
2474
2475
2476 lib_examples_gl_files = Split('''
2477     exemplo_bruto.lyx
2478     exemplo_lyxificado.lyx
2479     splash.lyx
2480 ''')
2481
2482
2483 lib_examples_he_files = Split('''
2484     example_lyxified.lyx
2485     example_raw.lyx
2486     splash.lyx
2487 ''')
2488
2489
2490 lib_examples_hu_files = Split('''
2491     example_lyxified.lyx
2492     example_raw.lyx
2493     splash.lyx
2494 ''')
2495
2496
2497 lib_examples_id_files = Split('''
2498     splash.lyx
2499 ''')
2500
2501
2502 lib_examples_it_files = Split('''
2503     ItemizeBullets.lyx
2504     splash.lyx
2505 ''')
2506
2507
2508 lib_examples_ja_files = Split('''
2509     splash.lyx
2510 ''')
2511
2512
2513 lib_examples_nl_files = Split('''
2514     multicol.lyx
2515     opsommingstekens.lyx
2516     splash.lyx
2517     voorbeeld_ruw.lyx
2518     voorbeeld_verlyxt.lyx
2519 ''')
2520
2521
2522 lib_examples_pl_files = Split('''
2523     splash.lyx
2524 ''')
2525
2526
2527 lib_examples_pt_files = Split('''
2528     splash.lyx
2529 ''')
2530
2531
2532 lib_examples_ro_files = Split('''
2533     splash.lyx
2534 ''')
2535
2536
2537 lib_examples_ru_files = Split('''
2538     splash.lyx
2539 ''')
2540
2541
2542 lib_examples_sl_files = Split('''
2543     primer_lyxan.lyx
2544     primer_surov.lyx
2545     splash.lyx
2546 ''')
2547
2548
2549 lib_examples_uk_files = Split('''
2550     splash.lyx
2551 ''')
2552
2553
2554 lib_lyx2lyx_files = Split('''
2555     LyX.py
2556     generate_encoding_info.py
2557     lyx2lyx
2558     lyx2lyx_lang.py
2559     lyx_0_06.py
2560     lyx_0_08.py
2561     lyx_0_10.py
2562     lyx_0_12.py
2563     lyx_1_0.py
2564     lyx_1_1.py
2565     lyx_1_1_5.py
2566     lyx_1_1_6_0.py
2567     lyx_1_1_6_3.py
2568     lyx_1_2.py
2569     lyx_1_3.py
2570     lyx_1_4.py
2571     lyx_1_5.py
2572     lyx_1_6.py
2573     lyx_2_0.py
2574     parser_tools.py
2575     profiling.py
2576     test_parser_tools.py
2577 ''')
2578
2579
2580 lib_lyx2lyx_extra_files = Split('''
2581     Makefile.am
2582     lyx2lyx_version.py.in
2583 ''')
2584
2585
2586 lib_layouts_files = Split('''
2587     aa.layout
2588     aapaper.layout
2589     aastex.layout
2590     achemso.layout
2591     acmsiggraph.layout
2592     agu-dtd.layout
2593     agums.layout
2594     amsart.layout
2595     amsbook.layout
2596     apa.layout
2597     arab-article.layout
2598     armenian-article.layout
2599     article.layout
2600     article-beamer.layout
2601     beamer.layout
2602     book.layout
2603     broadway.layout
2604     chess.layout
2605     cl2emult.layout
2606     dinbrief.layout
2607     docbook-book.layout
2608     docbook-chapter.layout
2609     docbook-section.layout
2610     docbook.layout
2611     dtk.layout
2612     egs.layout
2613     elsart.layout
2614     elsarticle.layout
2615     entcs.layout
2616     europecv.layout
2617     extarticle.layout
2618     extbook.layout
2619     extletter.layout
2620     extreport.layout
2621     foils.layout
2622     g-brief-de.layout
2623     g-brief-en.layout
2624     g-brief2.layout
2625     heb-article.layout
2626     heb-letter.layout
2627     hollywood.layout
2628     IEEEtran.layout
2629     ijmpc.layout
2630     ijmpd.layout
2631     iopart.layout
2632     isprs.layout
2633     jarticle.layout
2634     jbook.layout
2635     jgrga.layout
2636     jreport.layout
2637     jsarticle.layout
2638     jsbook.layout
2639     jss.layout
2640     kluwer.layout
2641     latex8.layout
2642     letter.layout
2643     literate-article.layout
2644     literate-book.layout
2645     literate-report.layout
2646     llncs.layout
2647     ltugboat.layout
2648     manpage.layout
2649     memoir.layout
2650     moderncv.layout
2651     mwart.layout
2652     mwbk.layout
2653     mwrep.layout
2654     paper.layout
2655     powerdot.layout
2656     recipebook.layout
2657     report.layout
2658     revtex.layout
2659     revtex4.layout
2660     scrartcl.layout
2661     scrarticle-beamer.layout
2662     scrbook.layout
2663     scrlettr.layout
2664     scrlttr2.layout
2665     scrreprt.layout
2666     seminar.layout
2667     siamltex.layout
2668     sigplanconf.layout
2669     simplecv.layout
2670     singlecol.layout
2671     slides.layout
2672     spie.layout
2673     svglobal.layout
2674     svglobal3.layout
2675     svjog.layout
2676     svprobth.layout
2677     tarticle.layout
2678     tbook.layout
2679     treport.layout
2680 ''')
2681
2682
2683 lib_layouts_inc_files = Split('''
2684     aapaper.inc
2685     agu_stdclass.inc
2686     agu_stdcounters.inc
2687     agu_stdlists.inc
2688     agu_stdsections.inc
2689     agu_stdtitle.inc
2690     aguplus.inc
2691     amsdefs.inc
2692     db_lyxmacros.inc
2693     db_stdcharstyles.inc
2694     db_stdclass.inc
2695     db_stdcounters.inc
2696     db_stdlayouts.inc
2697     db_stdlists.inc
2698     db_stdsections.inc
2699     db_stdstarsections.inc
2700     db_stdstruct.inc
2701     db_stdtitle.inc
2702     literate-scrap.inc
2703     lyxmacros.inc
2704     numarticle.inc
2705     numreport.inc
2706     numrevtex.inc
2707     scrclass.inc
2708     stdcharstyles.inc
2709     stdclass.inc
2710     stdcounters.inc
2711     stdcustom.inc
2712     stdfloats.inc
2713     stdinsets.inc
2714     stdlayouts.inc
2715     stdletter.inc
2716     stdlists.inc
2717     stdsections.inc
2718     stdstarsections.inc
2719     stdstruct.inc
2720     stdtitle.inc
2721     svjour.inc
2722     theorems.inc
2723     theorems-ams.inc
2724     theorems-order.inc
2725     theorems-proof.inc
2726     theorems-starred.inc
2727     theorems-starred-equivalents.inc
2728 ''')
2729
2730
2731 lib_layouts_module_files = Split('''
2732     braille.module
2733     endnotes.module
2734     foottoend.module
2735     hanging.module
2736     linguistics.module
2737     logicalmkup.module
2738     minimalistic.module
2739     theorems-ams-extended.module
2740     theorems-ams.module
2741     theorems-chap.module
2742     theorems-sec.module
2743     theorems-starred.module
2744     theorems-std.module
2745 ''')
2746
2747 lib_scripts_files = Split('''
2748     TeXFiles.py
2749     clean_dvi.py
2750     convertDefault.py
2751     csv2lyx.py
2752     date.py
2753     ext_copy.py
2754     fen2ascii.py
2755     fig2pdftex.py
2756     fig2pstex.py
2757     fig_copy.py
2758     layout2layout.py
2759     legacy_lyxpreview2ppm.py
2760     listerrors
2761     lyxpreview2bitmap.py
2762     lyxpreview-platex2bitmap.py
2763     lyxpreview_tools.py
2764     tex_copy.py
2765 ''')
2766
2767
2768 lib_bind_files = Split('''
2769     aqua.bind
2770     broadway.bind
2771     cua.bind
2772     cyrkeys.bind
2773     emacs.bind
2774     greekkeys.bind
2775     hollywood.bind
2776     latinkeys.bind
2777     mac.bind
2778     math.bind
2779     menus.bind
2780     sciword.bind
2781     site.bind
2782     xemacs.bind
2783 ''')
2784
2785
2786 lib_bind_fi_files = Split('''
2787     menus.bind
2788 ''')
2789
2790
2791 lib_bind_sv_files = Split('''
2792     menus.bind
2793 ''')
2794
2795
2796 lib_bind_pt_files = Split('''
2797     menus.bind
2798 ''')
2799
2800
2801 lib_bind_de_files = Split('''
2802     menus.bind
2803 ''')
2804
2805
2806 lib_commands_files = Split('''
2807     default.def
2808 ''')
2809
2810
2811 boost_extra_files = Split('''
2812     LICENSE_1_0.txt
2813     Makefile.am
2814 ''')
2815
2816
2817 boost_libs_extra_files = Split('''
2818     Makefile.am
2819     README
2820 ''')
2821
2822
2823 boost_libs_signals_extra_files = Split('''
2824     Makefile.am
2825     signals.vcproj
2826 ''')
2827
2828
2829 boost_libs_signals_src_files = Split('''
2830     connection.cpp
2831     named_slot_map.cpp
2832     signal_base.cpp
2833     slot.cpp
2834     trackable.cpp
2835 ''')
2836
2837
2838 boost_libs_signals_src_extra_files = Split('''
2839     Makefile.am
2840     pch.h
2841 ''')
2842
2843
2844 boost_libs_regex_extra_files = Split('''
2845     Makefile.am
2846     regex.vcproj
2847 ''')
2848
2849
2850 boost_libs_regex_src_files = Split('''
2851     c_regex_traits.cpp
2852     cpp_regex_traits.cpp
2853     cregex.cpp
2854     fileiter.cpp
2855     instances.cpp
2856     posix_api.cpp
2857     regex.cpp
2858     regex_debug.cpp
2859     regex_raw_buffer.cpp
2860     regex_traits_defaults.cpp
2861     w32_regex_traits.cpp
2862     wide_posix_api.cpp
2863     winstances.cpp
2864 ''')
2865
2866
2867 boost_libs_regex_src_extra_files = Split('''
2868     Makefile.am
2869     pch.h
2870 ''')
2871
2872
2873
2874 development_Win32_packaging_installer = Split('''
2875     license.rtf
2876     lyx.nsi
2877     settings.nsh
2878 ''')
2879
2880
2881 development_Win32_packaging_installer_graphics = Split('''
2882     header.bmp
2883     wizard.bmp
2884 ''')
2885
2886
2887 development_Win32_packaging_installer_gui = Split('''
2888     external.nsh
2889     langselect.nsh
2890     reinstall.nsh
2891 ''')
2892
2893
2894 development_Win32_packaging_installer_include = Split('''
2895     declarations.nsh
2896     detection.nsh
2897     dictlist.nsh    
2898     filelist.nsh
2899     gui.nsh
2900     init.nsh
2901     langlist.nsh
2902     nsis.nsh
2903     variables.nsh
2904 ''')
2905
2906
2907 development_Win32_packaging_installer_lang = Split('''
2908     english.nsh
2909     french.nsh
2910     german.nsh
2911     italian.nsh
2912 ''')
2913
2914
2915 development_Win32_packaging_installer_setup = Split('''
2916     configure.nsh
2917     install.nsh
2918     reinstall.nsh
2919 ''')