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