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