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