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