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