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