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