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