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