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