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