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