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