]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
This commit moves system font initialization and restoration to new support/fontutils...
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 intl_header_files = Split('''
4     eval-plural.h
5     gettextP.h
6     gmo.h
7     hash-string.h
8     libgnuintl.h
9     libintl.h
10     loadinfo.h
11     localcharset.h
12     os2compat.h
13     plural-exp.h
14     printf-args.h
15     printf-parse.h
16     relocatable.h
17     vasnprintf.h
18     vasnwprintf.h
19     wprintf-parse.h
20     xsize.h
21 ''')
22
23
24 intl_files = Split('''
25     bindtextdom.c
26     dcgettext.c
27     dcigettext.c
28     dcngettext.c
29     dgettext.c
30     dngettext.c
31     explodename.c
32     finddomain.c
33     gettext.c
34     intl-compat.c
35     l10nflist.c
36     loadmsgcat.c
37     localcharset.c
38     localealias.c
39     localename.c
40     log.c
41     ngettext.c
42     osdep.c
43     plural-exp.c
44     plural.c
45     printf.c
46     relocatable.c
47     textdomain.c
48 ''')
49
50
51 boost_libs_signals_src_files = Split('''
52     connection.cpp
53     named_slot_map.cpp
54     signal_base.cpp
55     slot.cpp
56     trackable.cpp
57 ''')
58
59
60 boost_libs_regex_src_files = Split('''
61     c_regex_traits.cpp
62     cpp_regex_traits.cpp
63     cregex.cpp
64     fileiter.cpp
65     instances.cpp
66     posix_api.cpp
67     regex.cpp
68     regex_debug.cpp
69     regex_raw_buffer.cpp
70     regex_traits_defaults.cpp
71     w32_regex_traits.cpp
72     wide_posix_api.cpp
73     winstances.cpp
74 ''')
75
76
77 boost_libs_filesystem_src_files = Split('''
78     exception.cpp
79     operations.cpp
80     path.cpp
81     portability.cpp
82 ''')
83
84
85 boost_libs_iostreams_src_files = Split('''
86     file_descriptor.cpp
87     mapped_file.cpp
88     zlib.cpp
89 ''')
90
91
92 src_support_header_files = Split('''
93     FileMonitor.h
94     RandomAccessList.h
95     convert.h
96     copied_ptr.h
97     cow_ptr.h
98     debugstream.h
99     docstring.h
100     environment.h
101     filefilterlist.h
102     filename.h
103     filetools.h
104     fontutils.h
105     forkedcall.h
106     forkedcallqueue.h
107     forkedcontr.h
108     fs_extras.h
109     limited_stack.h
110     lstrings.h
111     lyxalgo.h
112     lyxlib.h
113     lyxmanip.h
114     lyxtime.h
115     os.h
116     os_win32.h
117     package.h
118     path.h
119     socktools.h
120     std_istream.h
121     std_ostream.h
122     systemcall.h
123     textutils.h
124     translator.h
125     types.h
126     unicode.h
127     userinfo.h
128 ''')
129
130
131 src_support_files = Split('''
132     FileMonitor.C
133     abort.C
134     chdir.C
135     convert.C
136     copy.C
137     docstring.C
138     environment.C
139     filefilterlist.C
140     filename.C
141     filetools.C
142     fontutils.C
143     forkedcall.C
144     forkedcallqueue.C
145     forkedcontr.C
146     fs_extras.C
147     getcwd.C
148     kill.C
149     lstrings.C
150     lyxsum.C
151     lyxtime.C
152     mkdir.C
153     os.C
154     package.C
155     path.C
156     rename.C
157     socktools.C
158     systemcall.C
159     tempname.C
160     unicode.C
161     unlink.C
162     userinfo.C
163 ''')
164
165
166 src_mathed_header_files = Split('''
167     InsetMath.h
168     InsetMathAMSArray.h
169     InsetMathArray.h
170     InsetMathBig.h
171     InsetMathBinom.h
172     InsetMathBoldSymbol.h
173     InsetMathBox.h
174     InsetMathBoxed.h
175     InsetMathBrace.h
176     InsetMathCases.h
177     InsetMathChar.h
178     InsetMathColor.h
179     InsetMathCommand.h
180     InsetMathComment.h
181     InsetMathDFrac.h
182     InsetMathDecoration.h
183     InsetMathDelim.h
184     InsetMathDiff.h
185     InsetMathDim.h
186     InsetMathDots.h
187     InsetMathEnv.h
188     InsetMathExFunc.h
189     InsetMathExInt.h
190     InsetMathFBox.h
191     InsetMathFont.h
192     InsetMathFontOld.h
193     InsetMathFrac.h
194     InsetMathFracBase.h
195     InsetMathFrameBox.h
196     InsetMathGrid.h
197     InsetMathHull.h
198     InsetMathKern.h
199     InsetMathLefteqn.h
200     InsetMathLim.h
201     InsetMathMacro.h
202     InsetMathMakebox.h
203     InsetMathMatrix.h
204     InsetMathNest.h
205     InsetMathNumber.h
206     InsetMathOverset.h
207     InsetMathPar.h
208     InsetMathPhantom.h
209     InsetMathRef.h
210     InsetMathRoot.h
211     InsetMathScript.h
212     InsetMathSize.h
213     InsetMathSpace.h
214     InsetMathSplit.h
215     InsetMathSqrt.h
216     InsetMathStackrel.h
217     InsetMathString.h
218     InsetMathSubstack.h
219     InsetMathSymbol.h
220     InsetMathTFrac.h
221     InsetMathTabular.h
222     InsetMathUnderset.h
223     InsetMathUnknown.h
224     InsetMathXArrow.h
225     InsetMathXYMatrix.h
226     MathAtom.h
227     MathAutoCorrect.h
228     MathData.h
229     MathExtern.h
230     MathFactory.h
231     MathGridInfo.h
232     MathMLStream.h
233     MathMacroArgument.h
234     MathMacroTable.h
235     MathMacroTemplate.h
236     MathParser.h
237     MathReplace.h
238     MathStream.h
239     MathSupport.h
240     TextPainter.h
241 ''')
242
243
244 src_mathed_files = Split('''
245     InsetMath.C
246     InsetMathAMSArray.C
247     InsetMathArray.C
248     InsetMathBig.C
249     InsetMathBinom.C
250     InsetMathBoldSymbol.C
251     InsetMathBox.C
252     InsetMathBoxed.C
253     InsetMathBrace.C
254     InsetMathCases.C
255     InsetMathChar.C
256     InsetMathColor.C
257     InsetMathCommand.C
258     InsetMathComment.C
259     InsetMathDFrac.C
260     InsetMathDecoration.C
261     InsetMathDelim.C
262     InsetMathDiff.C
263     InsetMathDim.C
264     InsetMathDots.C
265     InsetMathEnv.C
266     InsetMathExFunc.C
267     InsetMathExInt.C
268     InsetMathFBox.C
269     InsetMathFont.C
270     InsetMathFontOld.C
271     InsetMathFrac.C
272     InsetMathFracBase.C
273     InsetMathFrameBox.C
274     InsetMathGrid.C
275     InsetMathHull.C
276     InsetMathKern.C
277     InsetMathLefteqn.C
278     InsetMathLim.C
279     InsetMathMacro.C
280     InsetMathMakebox.C
281     InsetMathMatrix.C
282     InsetMathNest.C
283     InsetMathNumber.C
284     InsetMathOverset.C
285     InsetMathPar.C
286     InsetMathPhantom.C
287     InsetMathRef.C
288     InsetMathRoot.C
289     InsetMathScript.C
290     InsetMathSize.C
291     InsetMathSpace.C
292     InsetMathSplit.C
293     InsetMathSqrt.C
294     InsetMathStackrel.C
295     InsetMathString.C
296     InsetMathSubstack.C
297     InsetMathSymbol.C
298     InsetMathTFrac.C
299     InsetMathTabular.C
300     InsetMathUnderset.C
301     InsetMathUnknown.C
302     InsetMathXArrow.C
303     InsetMathXYMatrix.C
304     MathAtom.C
305     MathAutoCorrect.C
306     MathData.C
307     MathExtern.C
308     MathFactory.C
309     MathMLStream.C
310     MathMacroArgument.C
311     MathMacroTable.C
312     MathMacroTemplate.C
313     MathParser.C
314     MathStream.C
315     MathSupport.C
316     TextPainter.C
317 ''')
318
319
320 src_insets_header_files = Split('''
321     ExternalSupport.h
322     ExternalTemplate.h
323     ExternalTransforms.h
324     inset.h
325     insetbase.h
326     insetbibitem.h
327     insetbibtex.h
328     insetbox.h
329     insetbranch.h
330     insetcaption.h
331     insetcharstyle.h
332     insetcite.h
333     insetcollapsable.h
334     insetcommand.h
335     insetcommandparams.h
336     insetenv.h
337     insetert.h
338     insetexternal.h
339     insetfloat.h
340     insetfloatlist.h
341     insetfoot.h
342     insetfootlike.h
343     insetgraphics.h
344     insetgraphicsParams.h
345     insethfill.h
346     insetinclude.h
347     insetindex.h
348     insetlabel.h
349     insetlatexaccent.h
350     insetline.h
351     insetmarginal.h
352     insetnewline.h
353     insetnote.h
354     insetoptarg.h
355     insetpagebreak.h
356     insetquotes.h
357     insetref.h
358     insetspace.h
359     insetspecialchar.h
360     insettabular.h
361     insettext.h
362     insettheorem.h
363     insettoc.h
364     inseturl.h
365     insetvspace.h
366     insetwrap.h
367     mailinset.h
368     render_base.h
369     render_button.h
370     render_graphic.h
371     render_preview.h
372 ''')
373
374
375 src_insets_files = Split('''
376     ExternalSupport.C
377     ExternalTemplate.C
378     ExternalTransforms.C
379     inset.C
380     insetbase.C
381     insetbibitem.C
382     insetbibtex.C
383     insetbox.C
384     insetbranch.C
385     insetcaption.C
386     insetcharstyle.C
387     insetcite.C
388     insetcollapsable.C
389     insetcommand.C
390     insetcommandparams.C
391     insetenv.C
392     insetert.C
393     insetexternal.C
394     insetfloat.C
395     insetfloatlist.C
396     insetfoot.C
397     insetfootlike.C
398     insetgraphics.C
399     insetgraphicsParams.C
400     insethfill.C
401     insetinclude.C
402     insetindex.C
403     insetlabel.C
404     insetlatexaccent.C
405     insetline.C
406     insetmarginal.C
407     insetnewline.C
408     insetnote.C
409     insetoptarg.C
410     insetpagebreak.C
411     insetquotes.C
412     insetref.C
413     insetspace.C
414     insetspecialchar.C
415     insettabular.C
416     insettext.C
417     insettoc.C
418     inseturl.C
419     insetvspace.C
420     insetwrap.C
421     mailinset.C
422     render_button.C
423     render_graphic.C
424     render_preview.C
425 ''')
426
427
428 src_frontends_header_files = Split('''
429     Alert.h
430     Alert_pimpl.h
431         Application_pimpl.h
432     Application.h
433     Clipboard.h
434     Dialogs.h
435     FileDialog.h
436     Gui.h
437     LyXKeySym.h
438     LyXKeySymFactory.h
439     LyXView.h
440     Menubar.h
441     Painter.h
442     Selection.h
443     Timeout.h
444     Toolbars.h
445     WorkArea.h
446     font_metrics.h
447     guiapi.h
448     key_state.h
449     lyx_gui.h
450     mouse_state.h
451     nullpainter.h
452 ''')
453
454
455 src_frontends_files = Split('''
456     Alert.C
457     Application.C
458     Dialogs.C
459     LyXView.C
460     Painter.C
461     Timeout.C
462     Toolbars.C
463     WorkArea.C
464     guiapi.C
465     nullpainter.C
466 ''')
467
468
469 src_graphics_header_files = Split('''
470     GraphicsCache.h
471     GraphicsCacheItem.h
472     GraphicsConverter.h
473     GraphicsImage.h
474     GraphicsLoader.h
475     GraphicsParams.h
476     GraphicsTypes.h
477     LoaderQueue.h
478     PreviewImage.h
479     PreviewLoader.h
480     Previews.h
481 ''')
482
483
484 src_graphics_files = Split('''
485     GraphicsCache.C
486     GraphicsCacheItem.C
487     GraphicsConverter.C
488     GraphicsImage.C
489     GraphicsLoader.C
490     GraphicsParams.C
491     GraphicsTypes.C
492     LoaderQueue.C
493     PreviewImage.C
494     PreviewLoader.C
495     Previews.C
496 ''')
497
498
499 src_frontends_controllers_header_files = Split('''
500     BCView.h
501     ButtonController.h
502     ButtonPolicies.h
503     ControlAboutlyx.h
504     ControlBibtex.h
505     ControlBox.h
506     ControlBranch.h
507     ControlChanges.h
508     ControlCharacter.h
509     ControlCitation.h
510     ControlCommand.h
511     ControlCommandBuffer.h
512     ControlDocument.h
513     ControlERT.h
514     ControlErrorList.h
515     ControlExternal.h
516     ControlFloat.h
517     ControlGraphics.h
518     ControlInclude.h
519     ControlLog.h
520     ControlMath.h
521     ControlNote.h
522     ControlParagraph.h
523     ControlPrefs.h
524     ControlPrint.h
525     ControlRef.h
526     ControlSearch.h
527     ControlSendto.h
528     ControlShowFile.h
529     ControlSpellchecker.h
530     ControlTabular.h
531     ControlTabularCreate.h
532     ControlTexinfo.h
533     ControlThesaurus.h
534     ControlToc.h
535     ControlVSpace.h
536     ControlViewSource.h
537     ControlWrap.h
538     Dialog.h
539     Kernel.h
540     biblio.h
541     character.h
542     frnt_lang.h
543     helper_funcs.h
544     tex_helpers.h
545 ''')
546
547
548 src_frontends_controllers_files = Split('''
549     BCView.C
550     ButtonController.C
551     ButtonPolicies.C
552     ControlAboutlyx.C
553     ControlBibtex.C
554     ControlBox.C
555     ControlBranch.C
556     ControlChanges.C
557     ControlCharacter.C
558     ControlCitation.C
559     ControlCommand.C
560     ControlCommandBuffer.C
561     ControlDocument.C
562     ControlERT.C
563     ControlErrorList.C
564     ControlExternal.C
565     ControlFloat.C
566     ControlGraphics.C
567     ControlInclude.C
568     ControlLog.C
569     ControlMath.C
570     ControlNote.C
571     ControlParagraph.C
572     ControlPrefs.C
573     ControlPrint.C
574     ControlRef.C
575     ControlSearch.C
576     ControlSendto.C
577     ControlShowFile.C
578     ControlSpellchecker.C
579     ControlTabular.C
580     ControlTabularCreate.C
581     ControlTexinfo.C
582     ControlThesaurus.C
583     ControlToc.C
584     ControlVSpace.C
585     ControlViewSource.C
586     ControlWrap.C
587     Dialog.C
588     Kernel.C
589     biblio.C
590     character.C
591     frnt_lang.C
592     helper_funcs.C
593     tex_helpers.C
594 ''')
595
596
597 src_frontends_qt3_ui_files = Split('''
598     BiblioModuleBase.ui
599     BranchesModuleBase.ui
600     BulletsModuleBase.ui
601     FontModuleBase.ui
602     LaTeXModuleBase.ui
603     LanguageModuleBase.ui
604     MarginsModuleBase.ui
605     MathsModuleBase.ui
606     NumberingModuleBase.ui
607     PageLayoutModuleBase.ui
608     PreambleModuleBase.ui
609     QAboutDialogBase.ui
610     QAskForTextDialog.ui
611     QBibitemDialogBase.ui
612     QBibtexAddDialogBase.ui
613     QBibtexDialogBase.ui
614     QBoxDialogBase.ui
615     QBranchDialogBase.ui
616     QChangesDialogBase.ui
617     QCharacterDialogBase.ui
618     QCitationDialogBase.ui
619     QCitationFindDialogBase.ui
620     QDelimiterDialogBase.ui
621     QDocumentDialogBase.ui
622     QERTDialogBase.ui
623     QErrorListDialogBase.ui
624     QExternalDialogBase.ui
625     QFloatDialogBase.ui
626     QGraphicsDialogBase.ui
627     QIncludeDialogBase.ui
628     QIndexDialogBase.ui
629     QLogDialogBase.ui
630     QMathDialogBase.ui
631     QMathMatrixDialogBase.ui
632     QNoteDialogBase.ui
633     QParagraphDialogBase.ui
634     QPrefAsciiModule.ui
635     QPrefColorsModule.ui
636     QPrefConvertersModule.ui
637     QPrefCopiersModule.ui
638     QPrefCygwinPathModule.ui
639     QPrefDateModule.ui
640     QPrefDisplayModule.ui
641     QPrefFileformatsModule.ui
642     QPrefIdentityModule.ui
643     QPrefKeyboardModule.ui
644     QPrefLanguageModule.ui
645     QPrefLatexModule.ui
646     QPrefPathsModule.ui
647     QPrefPrinterModule.ui
648     QPrefScreenFontsModule.ui
649     QPrefSpellcheckerModule.ui
650     QPrefUIModule.ui
651     QPrefsDialogBase.ui
652     QPrintDialogBase.ui
653     QRefDialogBase.ui
654     QSearchDialogBase.ui
655     QSendtoDialogBase.ui
656     QShowFileDialogBase.ui
657     QSpellcheckerDialogBase.ui
658     QTabularCreateDialogBase.ui
659     QTabularDialogBase.ui
660     QTexinfoDialogBase.ui
661     QThesaurusDialogBase.ui
662     QTocDialogBase.ui
663     QURLDialogBase.ui
664     QVSpaceDialogBase.ui
665     QViewSourceDialogBase.ui
666     QWrapDialogBase.ui
667     TextLayoutModuleBase.ui
668 ''')
669
670
671 src_frontends_qt3_moc_files = Split('''
672     BulletsModule.C
673     emptytable.C
674     floatplacement.C
675     FileDialog_private.C
676     iconpalette.C
677     lengthcombo.C
678     panelstack.C
679     QAboutDialog.C
680     QBibitemDialog.C
681     QBibtexDialog.C
682     QBoxDialog.C
683     QBranchDialog.C
684     QBrowseBox.C
685     QChangesDialog.C
686     QCharacterDialog.C
687     QCitationDialog.C
688     QCommandBuffer.C
689     QCommandEdit.C
690     QContentPane.C
691     QDelimiterDialog.C
692     QDocumentDialog.C
693     QErrorListDialog.C
694     QERTDialog.C
695     QExternalDialog.C
696     QFloatDialog.C
697     QGraphicsDialog.C
698     QIncludeDialog.C
699     QIndexDialog.C
700     QLogDialog.C
701     QViewSourceDialog.C
702     QLPopupMenu.C
703     QLPrintDialog.C
704     QMathDialog.C
705     QMathMatrixDialog.C
706     QNoteDialog.C
707     QParagraphDialog.C
708     QPrefsDialog.C
709     QRefDialog.C
710     QSearchDialog.C
711     QSendtoDialog.C
712     qsetborder.C
713     QShowFileDialog.C
714     QSpellcheckerDialog.C
715     QDialogView.C
716     QTabularCreateDialog.C
717     QTabularDialog.C
718     QTexinfoDialog.C
719     QThesaurusDialog.C
720     QTocDialog.C
721     qttableview.C
722     QtView.C
723     QURLDialog.C
724     QVSpaceDialog.C
725     QWrapDialog.C
726     QLToolbar.C
727     socket_callback.C
728     validators.C
729 ''')
730
731
732 src_frontends_qt3_header_files = Split('''
733     BulletsModule.h
734     FileDialog_private.h
735     GuiApplication.h
736     GuiClipboard.h
737     GuiImplementation.h
738     GuiSelection.h
739     GuiWorkArea.h
740     QAbout.h
741     QAboutDialog.h
742     QBibitem.h
743     QBibitemDialog.h
744     QBibtex.h
745     QBibtexDialog.h
746     QBox.h
747     QBoxDialog.h
748     QBranch.h
749     QBranchDialog.h
750     QBrowseBox.h
751     QChanges.h
752     QChangesDialog.h
753     QCharacter.h
754     QCharacterDialog.h
755     QCitation.h
756     QCitationDialog.h
757     QCommandBuffer.h
758     QCommandEdit.h
759     QContentPane.h
760     QDelimiterDialog.h
761     QDialogView.h
762     QDocument.h
763     QDocumentDialog.h
764     QERT.h
765     QERTDialog.h
766     QErrorList.h
767     QErrorListDialog.h
768     QExternal.h
769     QExternalDialog.h
770     QFloat.h
771     QFloatDialog.h
772     QGraphics.h
773     QGraphicsDialog.h
774     QInclude.h
775     QIncludeDialog.h
776     QIndex.h
777     QIndexDialog.h
778     QLImage.h
779     QLMenubar.h
780     QLPainter.h
781     QLPopupMenu.h
782     QLPrintDialog.h
783     QLToolbar.h
784     QLog.h
785     QLogDialog.h
786     QLyXKeySym.h
787     QMath.h
788     QMathDialog.h
789     QMathMatrixDialog.h
790     QNote.h
791     QNoteDialog.h
792     QParagraph.h
793     QParagraphDialog.h
794     QPrefs.h
795     QPrefsDialog.h
796     QPrint.h
797     QRef.h
798     QRefDialog.h
799     QSearch.h
800     QSearchDialog.h
801     QSendto.h
802     QSendtoDialog.h
803     QShowFile.h
804     QShowFileDialog.h
805     QSpellchecker.h
806     QSpellcheckerDialog.h
807     QTabular.h
808     QTabularCreate.h
809     QTabularCreateDialog.h
810     QTabularDialog.h
811     QTexinfo.h
812     QTexinfoDialog.h
813     QThesaurus.h
814     QThesaurusDialog.h
815     QToc.h
816     QTocDialog.h
817     QURL.h
818     QURLDialog.h
819     QVSpace.h
820     QVSpaceDialog.h
821     QViewSource.h
822     QViewSourceDialog.h
823     QWorkArea.h
824     QWrap.h
825     QWrapDialog.h
826     Qt2BC.h
827     QtLyXView.h
828     QtView.h
829     checkedwidgets.h
830     emptytable.h
831     floatplacement.h
832     iconpalette.h
833     lcolorcache.h
834     lengthcombo.h
835     panelstack.h
836     qcoloritem.h
837     qfont_loader.h
838     qfontexample.h
839     qlkey.h
840     qscreen.h
841     qsetborder.h
842     qtTimeout.h
843     qt_helpers.h
844     qttableview.h
845     socket_callback.h
846     validators.h
847 ''')
848
849
850 src_frontends_qt3_files = Split('''
851     Alert_pimpl.C
852     BulletsModule.C
853     Dialogs.C
854     FileDialog.C
855     FileDialog_private.C
856     GuiApplication.C
857     GuiClipboard.C
858     GuiSelection.C
859     LyXKeySymFactory.C
860     QAbout.C
861     QAboutDialog.C
862     QBibitem.C
863     QBibitemDialog.C
864     QBibtex.C
865     QBibtexDialog.C
866     QBox.C
867     QBoxDialog.C
868     QBranch.C
869     QBranchDialog.C
870     QBrowseBox.C
871     QChanges.C
872     QChangesDialog.C
873     QCharacter.C
874     QCharacterDialog.C
875     QCitation.C
876     QCitationDialog.C
877     QCommandBuffer.C
878     QCommandEdit.C
879     QContentPane.C
880     QDelimiterDialog.C
881     QDialogView.C
882     QDocument.C
883     QDocumentDialog.C
884     QERT.C
885     QERTDialog.C
886     QErrorList.C
887     QErrorListDialog.C
888     QExternal.C
889     QExternalDialog.C
890     QFloat.C
891     QFloatDialog.C
892     QGraphics.C
893     QGraphicsDialog.C
894     QInclude.C
895     QIncludeDialog.C
896     QIndex.C
897     QIndexDialog.C
898     QLImage.C
899     QLMenubar.C
900     QLPainter.C
901     QLPopupMenu.C
902     QLPrintDialog.C
903     QLToolbar.C
904     QLog.C
905     QLogDialog.C
906     QLyXKeySym.C
907     QMath.C
908     QMathDialog.C
909     QMathMatrixDialog.C
910     QNote.C
911     QNoteDialog.C
912     QParagraph.C
913     QParagraphDialog.C
914     QPrefs.C
915     QPrefsDialog.C
916     QPrint.C
917     QRef.C
918     QRefDialog.C
919     QSearch.C
920     QSearchDialog.C
921     QSendto.C
922     QSendtoDialog.C
923     QShowFile.C
924     QShowFileDialog.C
925     QSpellchecker.C
926     QSpellcheckerDialog.C
927     QTabular.C
928     QTabularCreate.C
929     QTabularCreateDialog.C
930     QTabularDialog.C
931     QTexinfo.C
932     QTexinfoDialog.C
933     QThesaurus.C
934     QThesaurusDialog.C
935     QToc.C
936     QTocDialog.C
937     QURL.C
938     QURLDialog.C
939     QVSpace.C
940     QVSpaceDialog.C
941     QViewSource.C
942     QViewSourceDialog.C
943     QWorkArea.C
944     QWrap.C
945     QWrapDialog.C
946     Qt2BC.C
947     QtView.C
948     checkedwidgets.C
949     emptytable.C
950     floatplacement.C
951     iconpalette.C
952     lcolorcache.C
953     lengthcombo.C
954     lyx_gui.C
955     panelstack.C
956     qcoloritem.C
957     qfont_loader.C
958     qfont_metrics.C
959     qfontexample.C
960     qscreen.C
961     qsetborder.C
962     qtTimeout.C
963     qt_helpers.C
964     qttableview.C
965     socket_callback.C
966     validators.C
967 ''')
968
969
970 src_frontends_qt4_ui_files = Split('''
971     BiblioUi.ui
972     BranchesUi.ui
973     BulletsUi.ui
974     FloatPlacementUi.ui
975     FontUi.ui
976     LaTeXUi.ui
977     LanguageUi.ui
978     MarginsUi.ui
979     MathsUi.ui
980     NumberingUi.ui
981     PageLayoutUi.ui
982     PreambleUi.ui
983     QAboutUi.ui
984     QAskForTextUi.ui
985     QBibitemUi.ui
986     QBibtexAddUi.ui
987     QBibtexUi.ui
988     QBoxUi.ui
989     QBranchUi.ui
990     QChangesUi.ui
991     QCharacterUi.ui
992     QCitationUi.ui
993     QDelimiterUi.ui
994     QDocumentUi.ui
995     QERTUi.ui
996     QErrorListUi.ui
997     QExternalUi.ui
998     QFloatUi.ui
999     QGraphicsUi.ui
1000     QIncludeUi.ui
1001     QIndexUi.ui
1002     QLogUi.ui
1003     QMathMatrixUi.ui
1004     QMathUi.ui
1005     QNoteUi.ui
1006     QParagraphUi.ui
1007     QPrefAsciiUi.ui
1008     QPrefColorsUi.ui
1009     QPrefConvertersUi.ui
1010     QPrefCopiersUi.ui
1011     QPrefCygwinPathUi.ui
1012     QPrefDateUi.ui
1013     QPrefDisplayUi.ui
1014     QPrefFileformatsUi.ui
1015     QPrefIdentityUi.ui
1016     QPrefKeyboardUi.ui
1017     QPrefLanguageUi.ui
1018     QPrefLatexUi.ui
1019     QPrefPathsUi.ui
1020     QPrefPrinterUi.ui
1021     QPrefScreenFontsUi.ui
1022     QPrefSpellcheckerUi.ui
1023     QPrefUi.ui
1024     QPrefsUi.ui
1025     QPrintUi.ui
1026     QRefUi.ui
1027     QSearchUi.ui
1028     QSendtoUi.ui
1029     QShowFileUi.ui
1030     QSpellcheckerUi.ui
1031     QTabularCreateUi.ui
1032     QTabularUi.ui
1033     QTexinfoUi.ui
1034     QThesaurusUi.ui
1035     QTocUi.ui
1036     QURLUi.ui
1037     QVSpaceUi.ui
1038     QViewSourceUi.ui
1039     QWrapUi.ui
1040     TextLayoutUi.ui
1041 ''')
1042
1043
1044 src_frontends_qt4_moc_files = Split('''
1045     BulletsModule.C
1046     emptytable.C
1047     FileDialog_private.C
1048     FloatPlacement.C
1049     iconpalette.C
1050     lengthcombo.C
1051     InsertTableWidget.C
1052     panelstack.C
1053     QAboutDialog.C
1054     QBibitemDialog.C
1055     QBibtexDialog.C
1056     QBoxDialog.C
1057     QBranchDialog.C
1058     QBranches.C
1059     QChangesDialog.C
1060     QCharacterDialog.C
1061     QCitationDialog.C
1062     QCommandBuffer.C
1063     QCommandEdit.C
1064     QDelimiterDialog.C
1065     QDocumentDialog.C
1066     QErrorListDialog.C
1067     QERTDialog.C
1068     QExternalDialog.C
1069     QFloatDialog.C
1070     QGraphicsDialog.C
1071     QIncludeDialog.C
1072     QIndexDialog.C
1073     Action.C
1074     QLogDialog.C
1075     QViewSourceDialog.C
1076     QViewSource.C
1077     QLMenubar.C
1078     QLPopupMenu.C
1079     QLPrintDialog.C
1080     QMathDialog.C
1081     QMathMatrixDialog.C
1082     QNoteDialog.C
1083     QParagraphDialog.C
1084     QPrefsDialog.C
1085     QRefDialog.C
1086     QSearchDialog.C
1087     QSendtoDialog.C
1088     qsetborder.C
1089     QShowFileDialog.C
1090     QSpellcheckerDialog.C
1091     QDialogView.C
1092     QTabularCreateDialog.C
1093     QTabularDialog.C
1094     QTexinfoDialog.C
1095     QThesaurusDialog.C
1096     TocModel.C
1097     QTocDialog.C
1098     GuiView.C
1099     QURLDialog.C
1100     QVSpaceDialog.C
1101     GuiWorkArea.C
1102     QWrapDialog.C
1103     QLToolbar.C
1104     socket_callback.C
1105     validators.C
1106 ''')
1107
1108
1109 src_frontends_qt4_header_files = Split('''
1110     Action.h
1111     BiblioModuleBase.h
1112     BulletsModule.h
1113     ColorCache.h
1114     FileDialog_private.h
1115     FontLoader.h
1116     GuiApplication.h
1117     GuiClipboard.h
1118     GuiImplementation.h
1119     GuiSelection.h
1120     GuiView.h
1121     GuiWorkArea.h
1122     InsertTableWidget.h
1123     QAbout.h
1124     QAboutDialog.h
1125     QBibitem.h
1126     QBibitemDialog.h
1127     QBibtex.h
1128     QBibtexDialog.h
1129     QBox.h
1130     QBoxDialog.h
1131     QBranch.h
1132     QBranchDialog.h
1133     QBranches.h
1134     QBrowseBox.h
1135     QChanges.h
1136     QChangesDialog.h
1137     QCharacter.h
1138     QCharacterDialog.h
1139     QCitation.h
1140     QCitationDialog.h
1141     QCommandBuffer.h
1142     QCommandEdit.h
1143     QDelimiterDialog.h
1144     QDialogView.h
1145     QDocument.h
1146     QDocumentDialog.h
1147     QERT.h
1148     QERTDialog.h
1149     QErrorList.h
1150     QErrorListDialog.h
1151     QExternal.h
1152     QExternalDialog.h
1153     QFloat.h
1154     QFloatDialog.h
1155     QGraphics.h
1156     QGraphicsDialog.h
1157     QGraphicsUi.h
1158     QInclude.h
1159     QIncludeDialog.h
1160     QIndex.h
1161     QIndexDialog.h
1162     QLImage.h
1163     QLMenubar.h
1164     QLPainter.h
1165     QLPopupMenu.h
1166     QLPrintDialog.h
1167     QLToolbar.h
1168     QLog.h
1169     QLogDialog.h
1170     QLyXKeySym.h
1171     QMath.h
1172     QMathDialog.h
1173     QMathMatrixDialog.h
1174     QNote.h
1175     QNoteDialog.h
1176     QParagraph.h
1177     QParagraphDialog.h
1178     QPrefs.h
1179     QPrefsDialog.h
1180     QPrint.h
1181     QRef.h
1182     QRefDialog.h
1183     QSearch.h
1184     QSearchDialog.h
1185     QSendto.h
1186     QSendtoDialog.h
1187     QShowFile.h
1188     QShowFileDialog.h
1189     QSpellchecker.h
1190     QSpellcheckerDialog.h
1191     QTabular.h
1192     QTabularCreate.h
1193     QTabularCreateDialog.h
1194     QTabularDialog.h
1195     QTexinfo.h
1196     QTexinfoDialog.h
1197     QThesaurus.h
1198     QThesaurusDialog.h
1199     QToc.h
1200     QTocDialog.h
1201     QURLDialog.h
1202     QVSpace.h
1203     QVSpaceDialog.h
1204     QViewSource.h
1205     QViewSourceDialog.h
1206     QWrap.h
1207     QWrapDialog.h
1208     Qt2BC.h
1209     TocModel.h
1210     UrlView.h
1211     checkedwidgets.h
1212     emptytable.h
1213     FloatPlacement.h
1214     iconpalette.h
1215     lengthcombo.h
1216     panelstack.h
1217     qfontexample.h
1218     qlkey.h
1219     qsetborder.h
1220     qtTimeout.h
1221     qt_helpers.h
1222     socket_callback.h
1223     validators.h
1224 ''')
1225
1226
1227 src_frontends_qt4_files = Split('''
1228     Action.C
1229     Alert_pimpl.C
1230     BulletsModule.C
1231     ColorCache.C
1232     Dialogs.C
1233     FileDialog.C
1234     FileDialog_private.C
1235     FontLoader.C
1236     GuiApplication.C
1237     GuiClipboard.C
1238     GuiImplementation.C
1239     GuiSelection.C
1240     GuiView.C
1241     GuiWorkArea.C
1242     InsertTableWidget.C
1243     LyXKeySymFactory.C
1244     QAbout.C
1245     QAboutDialog.C
1246     QBibitem.C
1247     QBibitemDialog.C
1248     QBibtex.C
1249     QBibtexDialog.C
1250     QBox.C
1251     QBoxDialog.C
1252     QBranch.C
1253     QBranchDialog.C
1254     QBranches.C
1255     QChanges.C
1256     QChangesDialog.C
1257     QCharacter.C
1258     QCharacterDialog.C
1259     QCitation.C
1260     QCitationDialog.C
1261     QCommandBuffer.C
1262     QCommandEdit.C
1263     QDelimiterDialog.C
1264     QDialogView.C
1265     QDocument.C
1266     QDocumentDialog.C
1267     QERT.C
1268     QERTDialog.C
1269     QErrorList.C
1270     QErrorListDialog.C
1271     QExternal.C
1272     QExternalDialog.C
1273     QFloat.C
1274     QFloatDialog.C
1275     QGraphics.C
1276     QGraphicsDialog.C
1277     QInclude.C
1278     QIncludeDialog.C
1279     QIndex.C
1280     QIndexDialog.C
1281     QLImage.C
1282     QLMenubar.C
1283     QLPainter.C
1284     QLPopupMenu.C
1285     QLPrintDialog.C
1286     QLToolbar.C
1287     QLog.C
1288     QLogDialog.C
1289     QLyXKeySym.C
1290     QMath.C
1291     QMathDialog.C
1292     QMathMatrixDialog.C
1293     QNote.C
1294     QNoteDialog.C
1295     QParagraph.C
1296     QParagraphDialog.C
1297     QPrefs.C
1298     QPrefsDialog.C
1299     QPrint.C
1300     QRef.C
1301     QRefDialog.C
1302     QSearch.C
1303     QSearchDialog.C
1304     QSendto.C
1305     QSendtoDialog.C
1306     QShowFile.C
1307     QShowFileDialog.C
1308     QSpellchecker.C
1309     QSpellcheckerDialog.C
1310     QTabular.C
1311     QTabularCreate.C
1312     QTabularCreateDialog.C
1313     QTabularDialog.C
1314     QTexinfo.C
1315     QTexinfoDialog.C
1316     QThesaurus.C
1317     QThesaurusDialog.C
1318     QToc.C
1319     QTocDialog.C
1320     QURLDialog.C
1321     QVSpace.C
1322     QVSpaceDialog.C
1323     QViewSource.C
1324     QViewSourceDialog.C
1325     QWrap.C
1326     QWrapDialog.C
1327     Qt2BC.C
1328     TocModel.C
1329     UrlView.C
1330     checkedwidgets.C
1331     emptytable.C
1332     FloatPlacement.C
1333     iconpalette.C
1334     lengthcombo.C
1335     lyx_gui.C
1336     panelstack.C
1337     qfont_metrics.C
1338     qfontexample.C
1339     qsetborder.C
1340     qtTimeout.C
1341     qt_helpers.C
1342     socket_callback.C
1343     validators.C
1344 ''')
1345
1346
1347 src_client_header_files = Split('''
1348     debug.h
1349     gettext.h
1350     messages.h
1351 ''')
1352
1353
1354 src_client_files = Split('''
1355     boost.C
1356     client.C
1357     debug.C
1358     gettext.C
1359     messages.C
1360 ''')
1361
1362
1363 src_tex2lyx_header_files = Split('''
1364     Spacing.h
1365     context.h
1366     gettext.h
1367     lyxfont.h
1368     tex2lyx.h
1369     texparser.h
1370 ''')
1371
1372
1373 src_tex2lyx_files = Split('''
1374     FloatList.C
1375     Floating.C
1376     boost.C
1377     context.C
1378     counters.C
1379     gettext.C
1380     lengthcommon.C
1381     lyxfont.C
1382     lyxlayout.C
1383     lyxlex.C
1384     lyxlex_pimpl.C
1385     lyxtextclass.C
1386     math.C
1387     preamble.C
1388     table.C
1389     tex2lyx.C
1390     texparser.C
1391     text.C
1392 ''')
1393
1394
1395 src_header_files = Split('''
1396     Bidi.h
1397     BranchList.h
1398     BufferView.h
1399     Bullet.h
1400     Chktex.h
1401     Color.h
1402     CutAndPaste.h
1403     DepTable.h
1404     FloatList.h
1405     Floating.h
1406     FontIterator.h
1407     FuncStatus.h
1408     InsetList.h
1409     LColor.h
1410     LaTeX.h
1411     LaTeXFeatures.h
1412     LyXAction.h
1413     MenuBackend.h
1414     ParagraphList.h
1415     ParagraphList_fwd.h
1416     ParagraphParameters.h
1417     PrinterParams.h
1418     RowList_fwd.h
1419     Sectioning.h
1420     Spacing.h
1421     SpellBase.h
1422     Thesaurus.h
1423     TocBackend.h
1424     ToolbarBackend.h
1425     Variables.h
1426     WordLangTuple.h
1427     aspell_local.h
1428     author.h
1429     box.h
1430     buffer.h
1431     buffer_funcs.h
1432     bufferlist.h
1433     bufferparams.h
1434     bufferview_funcs.h
1435     changes.h
1436     chset.h
1437     converter.h
1438     coordcache.h
1439     counters.h
1440     cursor.h
1441     cursor_slice.h
1442     debug.h
1443     dimension.h
1444     dispatchresult.h
1445     dociterator.h
1446     encoding.h
1447     errorlist.h
1448     exporter.h
1449     factory.h
1450     format.h
1451     funcrequest.h
1452     gettext.h
1453     graph.h
1454     importer.h
1455     insetiterator.h
1456     intl.h
1457     ispell.h
1458     kbmap.h
1459     kbsequence.h
1460     language.h
1461     layout.h
1462     lengthcommon.h
1463     lfuns.h
1464     lyx_cb.h
1465     lyx_main.h
1466     lyx_sty.h
1467     lyxfind.h
1468     lyxfont.h
1469     lyxfunc.h
1470     lyxgluelength.h
1471     lyxlayout.h
1472     lyxlayout_ptr_fwd.h
1473     lyxlength.h
1474     lyxlex.h
1475     lyxlex_pimpl.h
1476     lyxrc.h
1477     lyxrow.h
1478     lyxrow_funcs.h
1479     lyxserver.h
1480     lyxsocket.h
1481     lyxtext.h
1482     lyxtextclass.h
1483     lyxtextclasslist.h
1484     lyxvc.h
1485     messages.h
1486     metricsinfo.h
1487     mover.h
1488     output.h
1489     output_docbook.h
1490     output_latex.h
1491     output_plaintext.h
1492     outputparams.h
1493     paper.h
1494     paragraph.h
1495     paragraph_funcs.h
1496     paragraph_pimpl.h
1497     pariterator.h
1498     pspell.h
1499     rowpainter.h
1500     session.h
1501     sgml.h
1502     tabular.h
1503     tex-accent.h
1504     tex-strings.h
1505     texrow.h
1506     toc.h
1507     trans.h
1508     trans_decl.h
1509     trans_mgr.h
1510     undo.h
1511     vc-backend.h
1512     version.h
1513     vspace.h
1514 ''')
1515
1516
1517 src_pre_files = Split('''
1518     Bidi.C
1519     BranchList.C
1520     BufferView.C
1521     Bullet.C
1522     Chktex.C
1523     Color.C
1524     CutAndPaste.C
1525     DepTable.C
1526     FloatList.C
1527     Floating.C
1528     FontIterator.C
1529     FuncStatus.C
1530     InsetList.C
1531     LColor.C
1532     LaTeX.C
1533     LaTeXFeatures.C
1534     LyXAction.C
1535     MenuBackend.C
1536     ParagraphParameters.C
1537     Spacing.C
1538     TocBackend.C
1539     ToolbarBackend.C
1540     author.C
1541     boost.C
1542     buffer.C
1543     buffer_funcs.C
1544     bufferlist.C
1545     bufferparams.C
1546     bufferview_funcs.C
1547     changes.C
1548     chset.C
1549     converter.C
1550     coordcache.C
1551     counters.C
1552     cursor.C
1553     cursor_slice.C
1554     debug.C
1555     dociterator.C
1556     encoding.C
1557     errorlist.C
1558     exporter.C
1559     factory.C
1560     format.C
1561     funcrequest.C
1562     gettext.C
1563     graph.C
1564     importer.C
1565     insetiterator.C
1566     intl.C
1567     kbmap.C
1568     kbsequence.C
1569     language.C
1570     lengthcommon.C
1571     lyx_cb.C
1572     lyx_main.C
1573     lyx_sty.C
1574     lyxfind.C
1575     lyxfont.C
1576     lyxfunc.C
1577     lyxgluelength.C
1578     lyxlayout.C
1579     lyxlength.C
1580     lyxlex.C
1581     lyxlex_pimpl.C
1582     lyxrc.C
1583     lyxrow.C
1584     lyxrow_funcs.C
1585     lyxserver.C
1586     lyxsocket.C
1587     lyxtextclass.C
1588     lyxtextclasslist.C
1589     lyxvc.C
1590     messages.C
1591     metricsinfo.C
1592     mover.C
1593     output.C
1594     output_docbook.C
1595     output_latex.C
1596     output_plaintext.C
1597     outputparams.C
1598     paragraph.C
1599     paragraph_funcs.C
1600     paragraph_pimpl.C
1601     pariterator.C
1602     rowpainter.C
1603     session.C
1604     sgml.C
1605     tex-accent.C
1606     tex-strings.C
1607     texrow.C
1608     text.C
1609     text2.C
1610     text3.C
1611     toc.C
1612     trans.C
1613     trans_mgr.C
1614     undo.C
1615     vc-backend.C
1616     version.C
1617     vspace.C
1618 ''')
1619
1620
1621 src_post_files = Split('''
1622     tabular.C
1623     dimension.C
1624     PrinterParams.C
1625     box.C
1626     Thesaurus.C
1627     SpellBase.C
1628 ''')
1629
1630
1631 lib_files = Split('''
1632     lyxrc.example
1633     CREDITS
1634     chkconfig.ltx
1635     external_templates
1636     encodings
1637     languages
1638     symbols
1639     syntax.default
1640     configure.py
1641 ''')
1642
1643
1644 # do not install, ignore
1645 lib_image_noinst_files = Split('''
1646     images/README
1647     images/font-smallcaps.xpm
1648     images/math/ams_arrows.xbm
1649     images/math/ams_misc.xbm
1650     images/math/ams_nrel.xbm
1651     images/math/ams_ops.xbm
1652     images/math/ams_rel.xbm
1653     images/math/arrows.xbm
1654     images/math/bop.xbm
1655     images/math/brel.xbm
1656     images/math/deco.xbm
1657     images/math/deco.xpm
1658     images/math/delim0.xpm
1659     images/math/delim1.xpm
1660     images/math/delim.xbm
1661     images/math/dots.xbm
1662     images/math/font.xbm
1663     images/math/frac-square.xpm
1664     images/math/greek.xbm
1665     images/math/misc.xbm
1666     images/math/varsz.xbm
1667 ''')
1668
1669
1670 lib_bind_files = Split('''
1671     broadway.bind
1672     cua.bind
1673     cyrkeys.bind
1674     de_menus.bind
1675     emacs.bind
1676     fi_menus.bind
1677     greekkeys.bind
1678     hollywood.bind
1679     latinkeys.bind
1680     mac.bind
1681     math.bind
1682     menus.bind
1683     pt_menus.bind
1684     sciword.bind
1685     sv_menus.bind
1686     xemacs.bind
1687     aqua.bind
1688 ''')
1689
1690 lib_clipart_files = ['platypus.eps']
1691
1692
1693 lib_examples_files = Split('''
1694     Foils.lyx
1695     ItemizeBullets.lyx
1696     Literate.lyx
1697     Minipage.lyx
1698     TableExamples.lyx
1699     aa_sample.lyx
1700     aas_sample.lyx
1701     amsart-test.lyx
1702     amsbook-test.lyx
1703     ca_splash.lyx
1704     chess-article.lyx
1705     chessgame.lyx
1706     cs_splash.lyx
1707     currency.lyx
1708     cv.lyx
1709     da_splash.lyx
1710     de_ItemizeBullets.lyx
1711     de_Lebenslauf.lyx
1712     de_Minipage.lyx
1713     de_TableExamples.lyx
1714     de_Waehrungen.lyx
1715     de_beispiel_gelyxt.lyx
1716     de_beispiel_roh.lyx
1717     de_decimal.lyx
1718     de_splash.lyx
1719     de_mathed.lyx
1720     de_multicol.lyx
1721     decimal.lyx
1722     docbook_article.lyx
1723     es_ejemplo_con_lyx.lyx
1724     es_ejemplo_sin_lyx.lyx
1725     es_splash.lyx
1726     eu_adibide_gordina.lyx
1727     eu_adibide_lyx-atua.lyx
1728     eu_splash.lyx
1729     example_lyxified.lyx
1730     example_raw.lyx
1731     fr_AlignementDecimal.lyx
1732     fr_CV.lyx
1733     fr_ExemplesTableaux.lyx
1734     fr_Foils.lyx
1735     fr_ListesPuces.lyx
1736     fr_Minipage.lyx
1737     fr_exemple_brut.lyx
1738     fr_exemple_lyxifie.lyx
1739     fr_mathed.lyx
1740     fr_multicol.lyx
1741     fr_splash.lyx
1742     he_example_raw.lyx
1743     he_he_example_lyxified.lyx
1744     he_he_example_raw.lyx
1745     hu_splash.lyx
1746     iecc05.fen
1747     iecc07.fen
1748     iecc12.fen
1749     it_ItemizeBullets.lyx
1750     it_splash.lyx
1751     landslide.lyx
1752     listerrors.lyx
1753     mathed.lyx
1754     multicol.lyx
1755     nl_multicol.lyx
1756     nl_opsommingstekens.lyx
1757     nl_splash.lyx
1758     nl_voorbeeld_ruw.lyx
1759     nl_voorbeeld_verlyxt.lyx
1760     noweb2lyx.lyx
1761     pl_splash.lyx
1762     pt_splash.lyx
1763     ru_splash.lyx
1764     script_form.lyx
1765     sl_primer_lyxan.lyx
1766     sl_primer_surov.lyx
1767     sl_splash.lyx
1768     splash.lyx
1769     g-brief2.lyx
1770     ro_splash.lyx
1771 ''')
1772
1773
1774 lib_images_files = Split('''
1775     amssymb.xpm
1776     banner.ppm
1777     bookmark-goto.xpm
1778     bookmark-save.xpm
1779     break-line.xpm
1780     buffer-close.xpm
1781     buffer-export_dvi.xpm
1782     buffer-export_latex.xpm
1783     buffer-export_ps.xpm
1784     buffer-export_text.xpm
1785     buffer-new.xpm
1786     buffer-reload.xpm
1787     buffer-update_dvi.xpm
1788     buffer-update_ps.xpm
1789     buffer-view_dvi.xpm
1790     buffer-view_ps.xpm
1791     buffer-write-as.xpm
1792     buffer-write.xpm
1793     build-program.xpm
1794     copy.xpm
1795     cut.xpm
1796     depth-decrement.xpm
1797     depth-increment.xpm
1798     dialog-preferences.xpm
1799     dialog-show-new-inset_citation.xpm
1800     dialog-show-new-inset_graphics.xpm
1801     dialog-show-new-inset_include.xpm
1802     dialog-show-new-inset_ref.xpm
1803     dialog-show_character.xpm
1804     dialog-show_findreplace.xpm
1805     dialog-show_mathpanel.xpm
1806     dialog-show_print.xpm
1807     dialog-show_spellchecker.xpm
1808     down.xpm
1809     ert-insert.xpm
1810     file-open.xpm
1811     float-insert_figure.xpm
1812     float-insert_table.xpm
1813     font-bold.xpm
1814     font-emph.xpm
1815     font-free-apply.xpm
1816     font-noun.xpm
1817     font-sans.xpm
1818     footnote-insert.xpm
1819     index-insert.xpm
1820     label-insert.xpm
1821     layout-document.xpm
1822     layout-paragraph.xpm
1823     layout_Description.xpm
1824     layout_Enumerate.xpm 
1825     layout_Itemize.xpm
1826     layout_List.xpm
1827     layout_LyX-Code.xpm
1828     layout_Scrap.xpm
1829     layout_Section.xpm
1830     lyx-quit.xpm
1831     lyx.xpm
1832     marginalnote-insert.xpm
1833     math-display.xpm
1834     math-matrix.xpm
1835     math-mode.xpm
1836     math-subscript.xpm
1837     math-superscript.xpm
1838     note-insert.xpm
1839     paste.xpm
1840     psnfss1.xpm
1841     psnfss2.xpm
1842     psnfss3.xpm
1843     psnfss4.xpm
1844     redo.xpm
1845     standard.xpm
1846     tabular-feature_align-center.xpm
1847     tabular-feature_align-left.xpm
1848     tabular-feature_align-right.xpm
1849     tabular-feature_append-column.xpm
1850     tabular-feature_append-row.xpm
1851     tabular-feature_delete-column.xpm
1852     tabular-feature_delete-row.xpm
1853     tabular-feature_multicolumn.xpm
1854     tabular-feature_set-all-lines.xpm
1855     tabular-feature_set-longtabular.xpm
1856     tabular-feature_set-rotate-cell.xpm
1857     tabular-feature_set-rotate-tabular.xpm
1858     tabular-feature_toggle-line-bottom.xpm
1859     tabular-feature_toggle-line-left.xpm
1860     tabular-feature_toggle-line-right.xpm
1861     tabular-feature_toggle-line-top.xpm
1862     tabular-feature_unset-all-lines.xpm
1863     tabular-feature_valign-bottom.xpm
1864     tabular-feature_valign-middle.xpm
1865     tabular-feature_valign-top.xpm
1866     tabular-insert.xpm
1867     thesaurus-entry.xpm
1868     toc-view.xpm
1869     undo.xpm
1870     unknown.xpm
1871     up.xpm
1872     url-insert.xpm
1873 ''')
1874
1875
1876 lib_images_math_files = Split('''
1877     style.xbm
1878     font.xpm
1879     delim.xpm
1880     equation.xpm
1881     matrix.xpm
1882     space.xpm
1883     sqrt-square.xpm
1884     style.xpm
1885     sub.xpm
1886     super.xpm
1887     Bbbk.xpm
1888     Finv.xpm
1889     Game.xpm
1890     Im.xpm
1891     Lleftarrow.xpm
1892     Lsh.xpm
1893     Re.xpm
1894     Rsh.xpm
1895     Vert.xpm
1896     Vvdash.xpm
1897     acute.xpm
1898     aleph.xpm
1899     alpha.xpm
1900     amalg.xpm
1901     angle.xpm
1902     approx.xpm
1903     approxeq.xpm
1904     asymp.xpm
1905     backepsilon.xpm
1906     backprime.xpm
1907     backsim.xpm
1908     backsimeq.xpm
1909     backslash.xpm
1910     bar.xpm
1911     bars.xpm
1912     barwedge.xpm
1913     because.xpm
1914     beta.xpm
1915     beth.xpm
1916     between.xpm
1917     bigcap.xpm
1918     bigcirc.xpm
1919     bigcup.xpm
1920     bigodot.xpm
1921     bigoplus.xpm
1922     bigotimes.xpm
1923     bigsqcup.xpm
1924     bigstar.xpm
1925     bigtriangledown.xpm
1926     bigtriangleup.xpm
1927     biguplus.xpm
1928     bigvee.xpm
1929     bigwedge.xpm
1930     blacklozenge.xpm
1931     blacksquare.xpm
1932     blacktriangle.xpm
1933     blacktriangledown.xpm
1934     blacktriangleleft.xpm
1935     blacktriangleright.xpm
1936     bot.xpm
1937     bowtie.xpm
1938     boxdot.xpm
1939     boxminus.xpm
1940     boxplus.xpm
1941     boxtimes.xpm
1942     breve.xpm
1943     bullet.xpm
1944     bumpeq.xpm
1945     bumpeq2.xpm
1946     cap.xpm
1947     cap2.xpm
1948     cases.xpm
1949     cdot.xpm
1950     cdots.xpm
1951     centerdot.xpm
1952     check.xpm
1953     chi.xpm
1954     circ.xpm
1955     circeq.xpm
1956     circlearrowleft.xpm
1957     circlearrowright.xpm
1958     circledS.xpm
1959     circledast.xpm
1960     circledcirc.xpm
1961     circleddash.xpm
1962     clubsuit.xpm
1963     complement.xpm
1964     cong.xpm
1965     coprod.xpm
1966     cup.xpm
1967     cup2.xpm
1968     curlyeqprec.xpm
1969     curlyeqsucc.xpm
1970     curlyvee.xpm
1971     curlywedge.xpm
1972     curvearrowleft.xpm
1973     curvearrowright.xpm
1974     dagger.xpm
1975     daleth.xpm
1976     dashleftarrow.xpm
1977     dashrightarrow.xpm
1978     dashv.xpm
1979     ddagger.xpm
1980     ddot.xpm
1981     ddots.xpm
1982     delta.xpm
1983     delta2.xpm
1984     diagdown.xpm
1985     diagup.xpm
1986     diamond.xpm
1987     diamondsuit.xpm
1988     digamma.xpm
1989     div.xpm
1990     divideontimes.xpm
1991     dot.xpm
1992     doteq.xpm
1993     doteqdot.xpm
1994     dotplus.xpm
1995     doublebarwedge.xpm
1996     downarrow.xpm
1997     downarrow2.xpm
1998     downdownarrows.xpm
1999     downharpoonleft.xpm
2000     downharpoonright.xpm
2001     ell.xpm
2002     empty.xpm
2003     emptyset.xpm
2004     epsilon.xpm
2005     eqcirc.xpm
2006     eqslantgtr.xpm
2007     eqslantless.xpm
2008     equiv.xpm
2009     eta.xpm
2010     eth.xpm
2011     exists.xpm
2012     fallingdotseq.xpm
2013     flat.xpm
2014     forall.xpm
2015     frac.xpm
2016     frown.xpm
2017     gamma.xpm
2018     gamma2.xpm
2019     geq.xpm
2020     geqq.xpm
2021     geqslant.xpm
2022     gg.xpm
2023     ggg.xpm
2024     gimel.xpm
2025     gnapprox.xpm
2026     gneq.xpm
2027     gneqq.xpm
2028     gnsim.xpm
2029     grave.xpm
2030     gtrapprox.xpm
2031     gtrdot.xpm
2032     gtreqless.xpm
2033     gtreqqless.xpm
2034     gtrless.xpm
2035     gtrsim.xpm
2036     gvertneqq.xpm
2037     hat.xpm
2038     hbar.xpm
2039     heartsuit.xpm
2040     hookleftarrow.xpm
2041     hookrightarrow.xpm
2042     hphantom.xpm
2043     hslash.xpm
2044     imath.xpm
2045     in.xpm
2046     infty.xpm
2047     int.xpm
2048     intercal.xpm
2049     intop.xpm
2050     iota.xpm
2051     jmath.xpm
2052     kappa.xpm
2053     lambda.xpm
2054     lambda2.xpm
2055     langle.xpm
2056     lbrace.xpm
2057     lbrace_rbrace.xpm
2058     lbracket.xpm
2059     lbracket_rbracket.xpm
2060     lceil.xpm
2061     lceil_rceil.xpm
2062     ldots.xpm
2063     leftarrow.xpm
2064     leftarrow2.xpm
2065     leftarrowtail.xpm
2066     leftharpoondown.xpm
2067     leftharpoonup.xpm
2068     leftleftarrows.xpm
2069     leftrightarrow.xpm
2070     leftrightarrow2.xpm
2071     leftrightarrows.xpm
2072     leftrightharpoons.xpm
2073     leftrightsquigarrow.xpm
2074     leftthreetimes.xpm
2075     leq.xpm
2076     leqq.xpm
2077     leqslant.xpm
2078     lessapprox.xpm
2079     lessdot.xpm
2080     lesseqgtr.xpm
2081     lesseqqgtr.xpm
2082     lessgtr.xpm
2083     lesssim.xpm
2084     lfloor.xpm
2085     lfloor_rfloor.xpm
2086     ll.xpm
2087     llcorner.xpm
2088     lll.xpm
2089     lnapprox.xpm
2090     lneq.xpm
2091     lneqq.xpm
2092     lnsim.xpm
2093     longleftarrow.xpm
2094     longleftarrow2.xpm
2095     longleftrightarrow.xpm
2096     longleftrightarrow2.xpm
2097     longmapsto.xpm
2098     longrightarrow.xpm
2099     longrightarrow2.xpm
2100     looparrowleft.xpm
2101     looparrowright.xpm
2102     lozenge.xpm
2103     lparen.xpm
2104     lparen_rparen.xpm
2105     lrcorner.xpm
2106     ltimes.xpm
2107     lvertneqq.xpm
2108     mapsto.xpm
2109     mathbb_C.xpm
2110     mathbb_H.xpm
2111     mathbb_N.xpm
2112     mathbb_Q.xpm
2113     mathbb_R.xpm
2114     mathbb_Z.xpm
2115     mathcal_F.xpm
2116     mathcal_H.xpm
2117     mathcal_L.xpm
2118     mathcal_O.xpm
2119     mathcircumflex.xpm
2120     mathrm_T.xpm
2121     measuredangle.xpm
2122     mho.xpm
2123     mid.xpm
2124     models.xpm
2125     mp.xpm
2126     mu.xpm
2127     multimap.xpm
2128     nabla.xpm
2129     natural.xpm
2130     ncong.xpm
2131     nearrow.xpm
2132     neg.xpm
2133     neq.xpm
2134     nexists.xpm
2135     ngeq.xpm
2136     ngeqq.xpm
2137     ngeqslant.xpm
2138     ngtr.xpm
2139     ni.xpm
2140     nleftarrow.xpm
2141     nleftarrow2.xpm
2142     nleftrightarrow.xpm
2143     nleftrightarrow2.xpm
2144     nleq.xpm
2145     nleqq.xpm
2146     nleqslant.xpm
2147     nless.xpm
2148     nmid.xpm
2149     notin.xpm
2150     nparallel.xpm
2151     nprec.xpm
2152     npreceq.xpm
2153     nrightarrow.xpm
2154     nrightarrow2.xpm
2155     nshortmid.xpm
2156     nshortparallel.xpm
2157     nsim.xpm
2158     nsubseteq.xpm
2159     nsucc.xpm
2160     nsucceq.xpm
2161     nsupseteq.xpm
2162     nsupseteqq.xpm
2163     ntriangleleft.xpm
2164     ntrianglelefteq.xpm
2165     ntriangleright.xpm
2166     ntrianglerighteq.xpm
2167     nu.xpm
2168     nvdash.xpm
2169     nvdash2.xpm
2170     nvdash3.xpm
2171     nwarrow.xpm
2172     odot.xpm
2173     oint.xpm
2174     ointop.xpm
2175     omega.xpm
2176     omega2.xpm
2177     ominus.xpm
2178     oplus.xpm
2179     oslash.xpm
2180     otimes.xpm
2181     overbrace.xpm
2182     overleftarrow.xpm
2183     overleftrightarrow.xpm
2184     overline.xpm
2185     overrightarrow.xpm
2186     overset.xpm
2187     parallel.xpm
2188     partial.xpm
2189     perp.xpm
2190     phantom.xpm
2191     phi.xpm
2192     phi2.xpm
2193     pi.xpm
2194     pi2.xpm
2195     pitchfork.xpm
2196     pm.xpm
2197     prec.xpm
2198     precapprox.xpm
2199     preccurlyeq.xpm
2200     preceq.xpm
2201     precnapprox.xpm
2202     precnsim.xpm
2203     precsim.xpm
2204     prime.xpm
2205     prod.xpm
2206     propto.xpm
2207     psi.xpm
2208     psi2.xpm
2209     rangle.xpm
2210     rbrace.xpm
2211     rbracket.xpm
2212     rceil.xpm
2213     rfloor.xpm
2214     rho.xpm
2215     rightarrow.xpm
2216     rightarrow2.xpm
2217     rightarrowtail.xpm
2218     rightharpoondown.xpm
2219     rightharpoonup.xpm
2220     rightleftarrows.xpm
2221     rightleftharpoons.xpm
2222     rightrightarrows.xpm
2223     rightsquigarrow.xpm
2224     rightthreetimes.xpm
2225     risingdotseq.xpm
2226     root.xpm
2227     rparen.xpm
2228     rtimes.xpm
2229     searrow.xpm
2230     setminus.xpm
2231     sharp.xpm
2232     shortmid.xpm
2233     shortparallel.xpm
2234     sigma.xpm
2235     sigma2.xpm
2236     sim.xpm
2237     simeq.xpm
2238     slash.xpm
2239     smallfrown.xpm
2240     smallsetminus.xpm
2241     smallsmile.xpm
2242     smile.xpm
2243     spadesuit.xpm
2244     sphericalangle.xpm
2245     sqcap.xpm
2246     sqcup.xpm
2247     sqrt.xpm
2248     sqsubset.xpm
2249     sqsubseteq.xpm
2250     sqsupset.xpm
2251     sqsupseteq.xpm
2252     square.xpm
2253     star.xpm
2254     subset.xpm
2255     subset2.xpm
2256     subseteq.xpm
2257     subseteqq.xpm
2258     subsetneq.xpm
2259     subsetneqq.xpm
2260     succ.xpm
2261     succapprox.xpm
2262     succcurlyeq.xpm
2263     succeq.xpm
2264     succnapprox.xpm
2265     succnsim.xpm
2266     succsim.xpm
2267     sum.xpm
2268     supset.xpm
2269     supset2.xpm
2270     supseteq.xpm
2271     supseteqq.xpm
2272     supsetneq.xpm
2273     supsetneqq.xpm
2274     surd.xpm
2275     swarrow.xpm
2276     tau.xpm
2277     textrm_Oe.xpm
2278     textrm_AA.xpm
2279     therefore.xpm
2280     theta.xpm
2281     theta2.xpm
2282     thickapprox.xpm
2283     thicksim.xpm
2284     tilde.xpm
2285     times.xpm
2286     top.xpm
2287     triangle.xpm
2288     triangledown.xpm
2289     triangleleft.xpm
2290     trianglelefteq.xpm
2291     triangleq.xpm
2292     triangleright.xpm
2293     trianglerighteq.xpm
2294     twoheadleftarrow.xpm
2295     twoheadrightarrow.xpm
2296     ulcorner.xpm
2297     underbrace.xpm
2298     underleftarrow.xpm
2299     underleftrightarrow.xpm
2300     underline.xpm
2301     underrightarrow.xpm
2302     underscore.xpm
2303     underset.xpm
2304     uparrow.xpm
2305     uparrow2.xpm
2306     updownarrow.xpm
2307     updownarrow2.xpm
2308     upharpoonleft.xpm
2309     upharpoonright.xpm
2310     uplus.xpm
2311     upsilon.xpm
2312     upsilon2.xpm
2313     upuparrows.xpm
2314     urcorner.xpm
2315     varepsilon.xpm
2316     varkappa.xpm
2317     varnothing.xpm
2318     varphi.xpm
2319     varpi.xpm
2320     varpropto.xpm
2321     varsigma.xpm
2322     varsubsetneq.xpm
2323     varsubsetneqq.xpm
2324     varsupsetneq.xpm
2325     varsupsetneqq.xpm
2326     vartheta.xpm
2327     vartriangle.xpm
2328     vartriangleleft.xpm
2329     vartriangleright.xpm
2330     vdash.xpm
2331     vdash2.xpm
2332     vdash3.xpm
2333     vdots.xpm
2334     vec.xpm
2335     vee.xpm
2336     veebar.xpm
2337     vphantom.xpm
2338     wedge.xpm
2339     widehat.xpm
2340     widetilde.xpm
2341     wp.xpm
2342     wr.xpm
2343     xi.xpm
2344     xi2.xpm
2345     zeta.xpm
2346 ''')
2347
2348
2349 lib_kbd_files = Split('''
2350     american-2.kmap
2351     american.kmap
2352     arabic.kmap
2353     bg-bds-1251.kmap
2354     brazil.kmap
2355     brazil2.kmap
2356     cp1251.cdef
2357     czech-prg.kmap
2358     czech.kmap
2359     european.kmap
2360     francais.kmap
2361     french.kmap
2362     german-2.kmap
2363     german-3.kmap
2364     german.kmap
2365     greek.kmap
2366     hebrew.kmap
2367     ibm866.cdef
2368     iso8859-1.cdef
2369     iso8859-15.cdef
2370     iso8859-2.cdef
2371     iso8859-3.cdef
2372     iso8859-4.cdef
2373     iso8859-7.cdef
2374     iso8859-8.cdef
2375     iso8859-9.cdef
2376     koi8-r.cdef
2377     koi8-r.kmap
2378     koi8-t.cdef
2379     koi8-u.cdef
2380     koi8-u.kmap
2381     latvian.kmap
2382     magyar-2.kmap
2383     magyar-3.kmap
2384     magyar.kmap
2385     null.kmap
2386     polish.kmap
2387     polski.kmap
2388     portuges.kmap
2389     romanian.kmap
2390     serbian.kmap
2391     serbocroatian.kmap
2392     sf.kmap
2393     sg.kmap
2394     slovak.kmap
2395     slovene.kmap
2396     thai-kedmanee.kmap
2397     tis620-0.cdef
2398     transilvanian.kmap
2399     turkish-f.kmap
2400     turkish.kmap
2401     espanol.kmap
2402 ''')
2403
2404
2405 lib_layouts_files = Split('''
2406     IEEEtran.layout
2407     aa.layout
2408     aapaper.inc
2409     aapaper.layout
2410     aastex.layout
2411     aguplus.inc
2412     amsart-plain.layout
2413     amsart-seq.layout
2414     amsart.layout
2415     amsbook.layout
2416     amsdefs.inc
2417     amsmaths-plain.inc
2418     amsmaths-seq.inc
2419     amsmaths.inc
2420     apa.layout
2421     article.layout
2422     book.layout
2423     broadway.layout
2424     chess.layout
2425     cl2emult.layout
2426     cv.layout
2427     db_lyxmacros.inc
2428     db_stdclass.inc
2429     db_stdcharstyles.inc
2430     db_stdcounters.inc
2431     db_stdlayouts.inc
2432     db_stdlists.inc
2433     db_stdsections.inc
2434     db_stdstarsections.inc
2435     db_stdstruct.inc
2436     db_stdtitle.inc
2437     dinbrief.layout
2438     docbook-book.layout
2439     docbook-chapter.layout
2440     docbook-section.layout
2441     docbook.layout
2442     dtk.layout
2443     egs.layout
2444     elsart.layout
2445     entcs.layout
2446     extarticle.layout
2447     extbook.layout
2448     extletter.layout
2449     extreport.layout
2450     foils.layout
2451     g-brief-de.layout
2452     g-brief-en.layout
2453     heb-article.layout
2454     heb-letter.layout
2455     hollywood.layout
2456     ijmpc.layout
2457     ijmpd.layout
2458     jgrga.layout
2459     kluwer.layout
2460     latex8.layout
2461     letter.layout
2462     literate-article.layout
2463     literate-book.layout
2464     literate-report.layout
2465     literate-scrap.inc
2466     llncs.layout
2467     ltugboat.layout
2468     lyxmacros.inc
2469     manpage.layout
2470     mwart.layout
2471     mwbk.layout
2472     mwrep.layout
2473     paper.layout
2474     report.layout
2475     revtex.layout
2476     revtex4.layout
2477     scrartcl.layout
2478     scrbook.layout
2479     scrclass.inc
2480     scrlettr.layout
2481     scrlttr2.layout
2482     scrreprt.layout
2483     seminar.layout
2484     siamltex.layout
2485     slides.layout
2486     spie.layout
2487     stdclass.inc
2488     stdcounters.inc
2489     stdfloats.inc
2490     stdlayouts.inc
2491     stdletter.inc
2492     stdlists.inc
2493     stdsections.inc
2494     stdstarsections.inc
2495     stdstruct.inc
2496     stdtitle.inc
2497     svjog.layout
2498     svjour.inc
2499     svprobth.layout
2500     agums.layout
2501     memoir.layout
2502     numarticle.inc
2503     numreport.inc
2504     numrevtex.inc
2505     agu-dtd.layout
2506     agu_stdclass.inc
2507     agu_stdcounters.inc
2508     agu_stdlists.inc
2509     agu_stdsections.inc
2510     agu_stdtitle.inc
2511     g-brief2.layout
2512     svglobal.layout
2513 ''')
2514
2515
2516 lib_scripts_files = Split('''
2517     TeXFiles.py
2518     clean_dvi.py
2519     convertDefault.py
2520     fen2ascii.py
2521     fig2pdftex.py
2522     fig2pstex.py
2523     fig_copy.py
2524     layout2layout.py
2525     legacy_lyxpreview2ppm.py
2526     listerrors
2527     lyxpreview2bitmap.py
2528     lyxpreview_tools.py
2529     tex_copy.py
2530 ''')
2531
2532
2533 lib_templates_files = Split('''
2534     IEEEtran.lyx
2535     README.new_templates
2536     aa.lyx
2537     aastex.lyx
2538     dinbrief.lyx
2539     docbook_article.lyx
2540     elsart.lyx
2541     g-brief-de.lyx
2542     g-brief-en.lyx
2543     hollywood.lyx
2544     kluwer.lyx
2545     koma-letter2.lyx
2546     latex8.lyx
2547     letter.lyx
2548     revtex.lyx
2549     revtex4.lyx
2550     slides.lyx
2551     ijmpc.lyx
2552     ijmpd.lyx
2553     agu_article.lyx
2554 ''')
2555
2556
2557 lib_tex_files = Split('''
2558     broadway.cls
2559     cv.cls
2560     hollywood.cls
2561     lyxchess.sty
2562     lyxskak.sty
2563     revtex.cls
2564 ''')
2565
2566
2567 lib_ui_files = Split('''
2568     classic.ui
2569     default.ui
2570     stdmenus.ui
2571     stdtoolbars.ui
2572 ''')
2573
2574
2575 lib_doc_files = Split('''
2576     cs_Tutorial.lyx
2577     Customization.lyx
2578     da_Intro.lyx
2579     de_Customization.lyx
2580     de_Extended.lyx
2581     de_FAQ.lyx
2582     de_Intro.lyx
2583     de_Tutorial.lyx
2584     de_UserGuide.lyx
2585     DocStyle.lyx
2586     es_Intro.lyx
2587     es_Tutorial.lyx
2588     eu_Customization.lyx
2589     eu_Extended.lyx
2590     eu_FAQ.lyx
2591     eu_Intro.lyx
2592     eu_Tutorial.lyx
2593     eu_UserGuide.lyx
2594     Extended.lyx
2595     FAQ.lyx
2596     fr_Customization.lyx
2597     fr_Extended.lyx
2598     fr_FAQ.lyx
2599     fr_Intro.lyx
2600     fr_Tutorial.lyx
2601     fr_UserGuide.lyx
2602     he_Intro.lyx
2603     he_Tutorial.lyx
2604     hu_Intro.lyx
2605     hu_Tutorial.lyx
2606     Intro.lyx
2607     it_Customization.lyx
2608     it_Intro.lyx
2609     it_Tutorial.lyx
2610     it_UserGuide.lyx
2611     LaTeXConfig.lyx.in
2612     nl_Intro.lyx
2613     nl_Tutorial.lyx
2614     nb_Intro.lyx
2615     pl_Extended.lyx
2616     pl_Intro.lyx
2617     pl_Tutorial.lyx
2618     pt_Intro.lyx
2619     pt_Tutorial.lyx
2620     Reference.lyx
2621     ro_Intro.lyx
2622     ru_FAQ.lyx
2623     ru_Intro.lyx
2624     ru_Tutorial.lyx
2625     sk_Tutorial.lyx
2626     sk_UserGuide.lyx
2627     sl_Intro.lyx
2628     sl_Tutorial.lyx
2629     sv_Intro.lyx
2630     sv_Tutorial.lyx
2631     Tutorial.lyx
2632     UserGuide.lyx
2633     escher-lsd.eps
2634     mobius.eps
2635     platypus.eps
2636 ''')
2637
2638 lib_lyx2lyx_files = Split('''
2639     lyx2lyx
2640     lyx2lyx_lang.py
2641     generate_encoding_info.py
2642     parser_tools.py
2643     LyX.py
2644     lyx_0_06.py
2645     lyx_0_08.py
2646     lyx_0_10.py
2647     lyx_0_12.py
2648     lyx_1_0.py
2649     lyx_1_1.py
2650     lyx_1_1_5.py
2651     lyx_1_1_6_0.py
2652     lyx_1_1_6_3.py
2653     lyx_1_2.py
2654     lyx_1_3.py
2655     lyx_1_4.py
2656     lyx_1_5.py
2657     profiling.py
2658     test_parser_tools.py
2659 ''')
2660
2661 win32_bakoma_fonts = Split('''
2662     Readme.txt   
2663     Licence.txt  
2664     cmex10.ttf  
2665     cmr10.ttf   
2666     eufm10.ttf  
2667     msbm10.ttf
2668     cmmi10.ttf  
2669     cmsy10.ttf  
2670     msam10.ttf  
2671     wasy10.ttf
2672 ''')