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