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