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