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