]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Present to Abdel: Syntax highlighting for LaTeX Log. (I know I should have been readi...
[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     ExceptionMessage.h
103     filefilterlist.h
104     filename.h
105     filetools.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     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     qstring_helpers.C
159     rename.C
160     socktools.C
161     systemcall.C
162     tempname.C
163     textutils.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     insetline.h
352     insetmarginal.h
353     insetnewline.h
354     insetnomencl.h
355     insetnote.h
356     insetoptarg.h
357     insetpagebreak.h
358     insetquotes.h
359     insetref.h
360     insetspace.h
361     insetspecialchar.h
362     insettabular.h
363     insettext.h
364     insettheorem.h
365     insettoc.h
366     inseturl.h
367     insetvspace.h
368     insetwrap.h
369     mailinset.h
370     render_base.h
371     render_button.h
372     render_graphic.h
373     render_preview.h
374 ''')
375
376
377 src_insets_files = Split('''
378     ExternalSupport.C
379     ExternalTemplate.C
380     ExternalTransforms.C
381     inset.C
382     insetbase.C
383     insetbibitem.C
384     insetbibtex.C
385     insetbox.C
386     insetbranch.C
387     insetcaption.C
388     insetcharstyle.C
389     insetcite.C
390     insetcollapsable.C
391     insetcommand.C
392     insetcommandparams.C
393     insetenv.C
394     insetert.C
395     insetexternal.C
396     insetfloat.C
397     insetfloatlist.C
398     insetfoot.C
399     insetfootlike.C
400     insetgraphics.C
401     insetgraphicsParams.C
402     insethfill.C
403     insetinclude.C
404     insetindex.C
405     insetlabel.C
406     insetline.C
407     insetmarginal.C
408     insetnewline.C
409     insetnomencl.C
410     insetnote.C
411     insetoptarg.C
412     insetpagebreak.C
413     insetquotes.C
414     insetref.C
415     insetspace.C
416     insetspecialchar.C
417     insettabular.C
418     insettext.C
419     insettoc.C
420     inseturl.C
421     insetvspace.C
422     insetwrap.C
423     mailinset.C
424     render_button.C
425     render_graphic.C
426     render_preview.C
427 ''')
428
429
430 src_frontends_header_files = Split('''
431     Alert.h
432     Alert_pimpl.h
433     Application.h
434     Clipboard.h
435     NoGuiFontLoader.h
436     NoGuiFontMetrics.h
437     Dialogs.h
438     FileDialog.h
439     FontLoader.h
440     FontMetrics.h
441     Gui.h
442     LyXKeySym.h
443     LyXKeySymFactory.h
444     LyXView.h
445     Menubar.h
446     Painter.h
447     Selection.h
448     Timeout.h
449     Toolbars.h
450     WorkArea.h
451     key_state.h
452     mouse_state.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 ''')
466
467
468 src_graphics_header_files = Split('''
469     GraphicsCache.h
470     GraphicsCacheItem.h
471     GraphicsConverter.h
472     GraphicsImage.h
473     GraphicsLoader.h
474     GraphicsParams.h
475     GraphicsTypes.h
476     LoaderQueue.h
477     PreviewImage.h
478     PreviewLoader.h
479     Previews.h
480 ''')
481
482
483 src_graphics_files = Split('''
484     GraphicsCache.C
485     GraphicsCacheItem.C
486     GraphicsConverter.C
487     GraphicsImage.C
488     GraphicsLoader.C
489     GraphicsParams.C
490     GraphicsTypes.C
491     LoaderQueue.C
492     PreviewImage.C
493     PreviewLoader.C
494     Previews.C
495 ''')
496
497
498 src_frontends_controllers_header_files = Split('''
499     BCView.h
500     ButtonController.h
501     ButtonPolicies.h
502     ControlAboutlyx.h
503     ControlBibtex.h
504     ControlBox.h
505     ControlBranch.h
506     ControlChanges.h
507     ControlCharacter.h
508     ControlCitation.h
509     ControlCommand.h
510     ControlCommandBuffer.h
511     ControlDocument.h
512     ControlERT.h
513     ControlErrorList.h
514     ControlExternal.h
515     ControlFloat.h
516     ControlGraphics.h
517     ControlInclude.h
518     ControlLog.h
519     ControlMath.h
520     ControlNote.h
521     ControlParagraph.h
522     ControlPrefs.h
523     ControlPrint.h
524     ControlRef.h
525     ControlSearch.h
526     ControlSendto.h
527     ControlShowFile.h
528     ControlSpellchecker.h
529     ControlTabular.h
530     ControlTabularCreate.h
531     ControlTexinfo.h
532     ControlThesaurus.h
533     ControlToc.h
534     ControlVSpace.h
535     ControlViewSource.h
536     ControlWrap.h
537     Dialog.h
538     Kernel.h
539     biblio.h
540     character.h
541     frnt_lang.h
542     helper_funcs.h
543     tex_helpers.h
544 ''')
545
546
547 src_frontends_controllers_files = Split('''
548     BCView.C
549     ButtonController.C
550     ButtonPolicies.C
551     ControlAboutlyx.C
552     ControlBibtex.C
553     ControlBox.C
554     ControlBranch.C
555     ControlChanges.C
556     ControlCharacter.C
557     ControlCitation.C
558     ControlCommand.C
559     ControlCommandBuffer.C
560     ControlDocument.C
561     ControlERT.C
562     ControlErrorList.C
563     ControlExternal.C
564     ControlFloat.C
565     ControlGraphics.C
566     ControlInclude.C
567     ControlLog.C
568     ControlMath.C
569     ControlNote.C
570     ControlParagraph.C
571     ControlPrefs.C
572     ControlPrint.C
573     ControlRef.C
574     ControlSearch.C
575     ControlSendto.C
576     ControlShowFile.C
577     ControlSpellchecker.C
578     ControlTabular.C
579     ControlTabularCreate.C
580     ControlTexinfo.C
581     ControlThesaurus.C
582     ControlToc.C
583     ControlVSpace.C
584     ControlViewSource.C
585     ControlWrap.C
586     Dialog.C
587     Kernel.C
588     biblio.C
589     character.C
590     frnt_lang.C
591     helper_funcs.C
592     tex_helpers.C
593 ''')
594
595
596
597 src_frontends_qt4_ui_files = Split('''
598     BiblioUi.ui
599     BranchesUi.ui
600     BulletsUi.ui
601     FloatPlacementUi.ui
602     FontUi.ui
603     LaTeXUi.ui
604     LanguageUi.ui
605     MarginsUi.ui
606     MathsUi.ui
607     NumberingUi.ui
608     PageLayoutUi.ui
609     PreambleUi.ui
610     QAboutUi.ui
611     QAskForTextUi.ui
612     QBibitemUi.ui
613     QBibtexAddUi.ui
614     QBibtexUi.ui
615     QBoxUi.ui
616     QBranchUi.ui
617     QChangesUi.ui
618     QCharacterUi.ui
619     QCitationUi.ui
620     QDelimiterUi.ui
621     QDocumentUi.ui
622     QERTUi.ui
623     QErrorListUi.ui
624     QExternalUi.ui
625     QFloatUi.ui
626     QGraphicsUi.ui
627     QIncludeUi.ui
628     QIndexUi.ui
629     QLogUi.ui
630     QMathMatrixUi.ui
631     QMathUi.ui
632     QNomenclUi.ui
633     QNoteUi.ui
634     QParagraphUi.ui
635     QPrefColorsUi.ui
636     QPrefConvertersUi.ui
637     QPrefCopiersUi.ui
638     QPrefCygwinPathUi.ui
639     QPrefDateUi.ui
640     QPrefDisplayUi.ui
641     QPrefFileformatsUi.ui
642     QPrefIdentityUi.ui
643     QPrefKeyboardUi.ui
644     QPrefLanguageUi.ui
645     QPrefLatexUi.ui
646     QPrefPathsUi.ui
647     QPrefPlaintextUi.ui
648     QPrefPrinterUi.ui
649     QPrefScreenFontsUi.ui
650     QPrefSpellcheckerUi.ui
651     QPrefUi.ui
652     QPrefsUi.ui
653     QPrintUi.ui
654     QRefUi.ui
655     QSearchUi.ui
656     QSendtoUi.ui
657     QShowFileUi.ui
658     QSpellcheckerUi.ui
659     QTabularCreateUi.ui
660     QTabularUi.ui
661     QTexinfoUi.ui
662     QThesaurusUi.ui
663     QTocUi.ui
664     QURLUi.ui
665     QVSpaceUi.ui
666     QViewSourceUi.ui
667     QWrapUi.ui
668     TextLayoutUi.ui
669 ''')
670
671
672 src_frontends_qt4_moc_files = Split('''
673     BulletsModule.C
674     emptytable.C
675     FileDialog_private.C
676     FloatPlacement.C
677     GuiApplication.C
678     GuiImplementation.C
679     iconpalette.C
680     lengthcombo.C
681     InsertTableWidget.C
682     panelstack.C
683     QAboutDialog.C
684     QBibitemDialog.C
685     QBibtexDialog.C
686     QBoxDialog.C
687     QBranchDialog.C
688     QBranches.C
689     QChangesDialog.C
690     QCharacterDialog.C
691     QCitationDialog.C
692     QCommandBuffer.C
693     QCommandEdit.C
694     QDelimiterDialog.C
695     QDocumentDialog.C
696     QErrorListDialog.C
697     QERTDialog.C
698     QExternalDialog.C
699     QFloatDialog.C
700     QGraphicsDialog.C
701     QIncludeDialog.C
702     QIndexDialog.C
703     Action.C
704     QLog.C
705     QLogDialog.C
706     QViewSourceDialog.C
707     QViewSource.C
708     QLMenubar.C
709     QLPopupMenu.C
710     QLPrintDialog.C
711     QMathDialog.C
712     QMathMatrixDialog.C
713     QNomencl.C
714     QNomenclDialog.C
715     QNoteDialog.C
716     QParagraphDialog.C
717     QPrefsDialog.C
718     QRefDialog.C
719     QSearchDialog.C
720     QSendtoDialog.C
721     qsetborder.C
722     QShowFileDialog.C
723     QSpellcheckerDialog.C
724     QDialogView.C
725     QTabularCreateDialog.C
726     QTabularDialog.C
727     QTexinfoDialog.C
728     QThesaurusDialog.C
729     TocModel.C
730     TocWidget.C
731     QToc.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     DockView.h
749     FileDialog_private.h
750     GuiApplication.h
751     GuiClipboard.h
752     GuiFontLoader.h
753     GuiImplementation.h
754     GuiSelection.h
755     GuiView.h
756     GuiWorkArea.h
757     InsertTableWidget.h
758     QAbout.h
759     QAboutDialog.h
760     QBibitem.h
761     QBibitemDialog.h
762     QBibtex.h
763     QBibtexDialog.h
764     QBox.h
765     QBoxDialog.h
766     QBranch.h
767     QBranchDialog.h
768     QBranches.h
769     QBrowseBox.h
770     QChanges.h
771     QChangesDialog.h
772     QCharacter.h
773     QCharacterDialog.h
774     QCitation.h
775     QCitationDialog.h
776     QCommandBuffer.h
777     QCommandEdit.h
778     QDelimiterDialog.h
779     QDialogView.h
780     QDocument.h
781     QDocumentDialog.h
782     QERT.h
783     QERTDialog.h
784     QErrorList.h
785     QErrorListDialog.h
786     QExternal.h
787     QExternalDialog.h
788     QFloat.h
789     QFloatDialog.h
790     QGraphics.h
791     QGraphicsDialog.h
792     QGraphicsUi.h
793     QInclude.h
794     QIncludeDialog.h
795     QIndex.h
796     QIndexDialog.h
797     QLImage.h
798     QLMenubar.h
799     QLPainter.h
800     QLPopupMenu.h
801     QLPrintDialog.h
802     QLToolbar.h
803     QLog.h
804     QLogDialog.h
805     QLyXKeySym.h
806     QMath.h
807     QMathDialog.h
808     QMathMatrixDialog.h
809     QNomencl.h
810     QNomenclDialog.h
811     QNote.h
812     QNoteDialog.h
813     QParagraph.h
814     QParagraphDialog.h
815     QPrefs.h
816     QPrefsDialog.h
817     QPrint.h
818     QRef.h
819     QRefDialog.h
820     QSearch.h
821     QSearchDialog.h
822     QSendto.h
823     QSendtoDialog.h
824     QShowFile.h
825     QShowFileDialog.h
826     QSpellchecker.h
827     QSpellcheckerDialog.h
828     QTabular.h
829     QTabularCreate.h
830     QTabularCreateDialog.h
831     QTabularDialog.h
832     QTexinfo.h
833     QTexinfoDialog.h
834     QThesaurus.h
835     QThesaurusDialog.h
836     QToc.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     TocWidget.h
847     UrlView.h
848     checkedwidgets.h
849     emptytable.h
850     FloatPlacement.h
851     iconpalette.h
852     lengthcombo.h
853     panelstack.h
854     qfontexample.h
855     qlkey.h
856     qsetborder.h
857     qtTimeout.h
858     qt_helpers.h
859     socket_callback.h
860     validators.h
861 ''')
862
863
864 src_frontends_qt4_files = Split('''
865     Action.C
866     Alert_pimpl.C
867     BulletsModule.C
868     ColorCache.C
869     Dialogs.C
870     FileDialog.C
871     FileDialog_private.C
872     GuiApplication.C
873     GuiClipboard.C
874     GuiFontLoader.C
875     GuiFontMetrics.C
876     GuiImplementation.C
877     GuiSelection.C
878     GuiView.C
879     GuiWorkArea.C
880     InsertTableWidget.C
881     LyXKeySymFactory.C
882     QAbout.C
883     QAboutDialog.C
884     QBibitem.C
885     QBibitemDialog.C
886     QBibtex.C
887     QBibtexDialog.C
888     QBox.C
889     QBoxDialog.C
890     QBranch.C
891     QBranchDialog.C
892     QBranches.C
893     QChanges.C
894     QChangesDialog.C
895     QCharacter.C
896     QCharacterDialog.C
897     QCitation.C
898     QCitationDialog.C
899     QCommandBuffer.C
900     QCommandEdit.C
901     QDelimiterDialog.C
902     QDialogView.C
903     QDocument.C
904     QDocumentDialog.C
905     QERT.C
906     QERTDialog.C
907     QErrorList.C
908     QErrorListDialog.C
909     QExternal.C
910     QExternalDialog.C
911     QFloat.C
912     QFloatDialog.C
913     QGraphics.C
914     QGraphicsDialog.C
915     QInclude.C
916     QIncludeDialog.C
917     QIndex.C
918     QIndexDialog.C
919     QLImage.C
920     QLMenubar.C
921     QLPainter.C
922     QLPopupMenu.C
923     QLPrintDialog.C
924     QLToolbar.C
925     QLog.C
926     QLogDialog.C
927     QLyXKeySym.C
928     QMath.C
929     QMathDialog.C
930     QMathMatrixDialog.C
931     QNomencl.C
932     QNomenclDialog.C
933     QNote.C
934     QNoteDialog.C
935     QParagraph.C
936     QParagraphDialog.C
937     QPrefs.C
938     QPrefsDialog.C
939     QPrint.C
940     QRef.C
941     QRefDialog.C
942     QSearch.C
943     QSearchDialog.C
944     QSendto.C
945     QSendtoDialog.C
946     QShowFile.C
947     QShowFileDialog.C
948     QSpellchecker.C
949     QSpellcheckerDialog.C
950     QTabular.C
951     QTabularCreate.C
952     QTabularCreateDialog.C
953     QTabularDialog.C
954     QTexinfo.C
955     QTexinfoDialog.C
956     QThesaurus.C
957     QThesaurusDialog.C
958     QToc.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     TocWidget.C
969     UrlView.C
970     checkedwidgets.C
971     emptytable.C
972     FloatPlacement.C
973     iconpalette.C
974     lengthcombo.C
975     panelstack.C
976     qfontexample.C
977     qsetborder.C
978     qtTimeout.C
979     qt_helpers.C
980     socket_callback.C
981     validators.C
982 ''')
983
984
985 src_client_header_files = Split('''
986     debug.h
987     messages.h
988 ''')
989
990
991 src_client_files = Split('''
992     boost.C
993     client.C
994     debug.C
995     gettext.C
996     messages.C
997 ''')
998
999
1000 src_tex2lyx_header_files = Split('''
1001     Spacing.h
1002     context.h
1003     lyxfont.h
1004     tex2lyx.h
1005     texparser.h
1006 ''')
1007
1008
1009 src_tex2lyx_files = Split('''
1010     FloatList.C
1011     Floating.C
1012     boost.C
1013     context.C
1014     counters.C
1015     gettext.C
1016     lengthcommon.C
1017     lyxfont.C
1018     lyxlayout.C
1019     lyxlex.C
1020     lyxlex_pimpl.C
1021     lyxtextclass.C
1022     math.C
1023     preamble.C
1024     table.C
1025     tex2lyx.C
1026     texparser.C
1027     text.C
1028 ''')
1029
1030
1031 src_header_files = Split('''
1032     Bidi.h
1033     BranchList.h
1034     BufferView.h
1035     Bullet.h
1036     Chktex.h
1037     Color.h
1038     ConverterCache.h
1039     CutAndPaste.h
1040     DepTable.h
1041     FloatList.h
1042     Floating.h
1043     FontIterator.h
1044     FuncStatus.h
1045     InsetList.h
1046     LColor.h
1047     LaTeX.h
1048     LaTeXFeatures.h
1049     LyXAction.h
1050     MenuBackend.h
1051     ParagraphList.h
1052     ParagraphList_fwd.h
1053     ParagraphParameters.h
1054     PrinterParams.h
1055     RowList_fwd.h
1056     Sectioning.h
1057     Spacing.h
1058     SpellBase.h
1059     Thesaurus.h
1060     TocBackend.h
1061     ToolbarBackend.h
1062     UpdateFlags.h
1063     Variables.h
1064     WordLangTuple.h
1065     aspell_local.h
1066     author.h
1067     box.h
1068     buffer.h
1069     buffer_funcs.h
1070     bufferlist.h
1071     bufferparams.h
1072     bufferview_funcs.h
1073     changes.h
1074     chset.h
1075     converter.h
1076     coordcache.h
1077     counters.h
1078     cursor.h
1079     cursor_slice.h
1080     debug.h
1081     dimension.h
1082     dispatchresult.h
1083     dociterator.h
1084     encoding.h
1085     errorlist.h
1086     exporter.h
1087     factory.h
1088     format.h
1089     funcrequest.h
1090     gettext.h
1091     graph.h
1092     importer.h
1093     insetiterator.h
1094     intl.h
1095     ispell.h
1096     kbmap.h
1097     kbsequence.h
1098     language.h
1099     layout.h
1100     lengthcommon.h
1101     lfuns.h
1102     lyx_cb.h
1103     lyx_main.h
1104     lyx_sty.h
1105     lyxfind.h
1106     lyxfont.h
1107     lyxfunc.h
1108     lyxgluelength.h
1109     lyxlayout.h
1110     lyxlayout_ptr_fwd.h
1111     lyxlength.h
1112     lyxlex.h
1113     lyxlex_pimpl.h
1114     lyxrc.h
1115     lyxrow.h
1116     lyxserver.h
1117     lyxsocket.h
1118     lyxtext.h
1119     lyxtextclass.h
1120     lyxtextclasslist.h
1121     lyxvc.h
1122     messages.h
1123     metricsinfo.h
1124     mover.h
1125     output.h
1126     output_docbook.h
1127     output_latex.h
1128     output_plaintext.h
1129     outputparams.h
1130     paper.h
1131     paragraph.h
1132     paragraph_funcs.h
1133     paragraph_pimpl.h
1134     ParagraphMetrics.h
1135     pariterator.h
1136     pspell.h
1137     rowpainter.h
1138     session.h
1139     sgml.h
1140     tabular.h
1141     tex-accent.h
1142     tex-strings.h
1143     texrow.h
1144     TextMetrics.h
1145     toc.h
1146     trans.h
1147     trans_decl.h
1148     trans_mgr.h
1149     undo.h
1150     vc-backend.h
1151     version.h
1152     vspace.h
1153 ''')
1154
1155
1156 src_pre_files = Split('''
1157     Bidi.C
1158     BranchList.C
1159     BufferView.C
1160     Bullet.C
1161     Chktex.C
1162     Color.C
1163     ConverterCache.C
1164     CutAndPaste.C
1165     DepTable.C
1166     FloatList.C
1167     Floating.C
1168     FontIterator.C
1169     FuncStatus.C
1170     InsetList.C
1171     LColor.C
1172     LaTeX.C
1173     LaTeXFeatures.C
1174     LyXAction.C
1175     MenuBackend.C
1176     ParagraphParameters.C
1177     Spacing.C
1178     TocBackend.C
1179     ToolbarBackend.C
1180     author.C
1181     boost.C
1182     buffer.C
1183     buffer_funcs.C
1184     bufferlist.C
1185     bufferparams.C
1186     bufferview_funcs.C
1187     changes.C
1188     chset.C
1189     converter.C
1190     coordcache.C
1191     counters.C
1192     cursor.C
1193     cursor_slice.C
1194     debug.C
1195     dociterator.C
1196     encoding.C
1197     errorlist.C
1198     exporter.C
1199     factory.C
1200     format.C
1201     funcrequest.C
1202     gettext.C
1203     graph.C
1204     importer.C
1205     insetiterator.C
1206     intl.C
1207     kbmap.C
1208     kbsequence.C
1209     language.C
1210     lengthcommon.C
1211     lyx_cb.C
1212     lyx_main.C
1213     lyx_sty.C
1214     lyxfind.C
1215     lyxfont.C
1216     lyxfunc.C
1217     lyxgluelength.C
1218     lyxlayout.C
1219     lyxlength.C
1220     lyxlex.C
1221     lyxlex_pimpl.C
1222     lyxrc.C
1223     lyxrow.C
1224     lyxserver.C
1225     lyxsocket.C
1226     lyxtextclass.C
1227     lyxtextclasslist.C
1228     lyxvc.C
1229     messages.C
1230     metricsinfo.C
1231     mover.C
1232     output.C
1233     output_docbook.C
1234     output_latex.C
1235     output_plaintext.C
1236     outputparams.C
1237     paragraph.C
1238     paragraph_funcs.C
1239     paragraph_pimpl.C
1240     ParagraphMetrics.C
1241     pariterator.C
1242     rowpainter.C
1243     session.C
1244     sgml.C
1245     tex-accent.C
1246     tex-strings.C
1247     texrow.C
1248     text.C
1249     text2.C
1250     text3.C
1251     TextMetrics.C
1252     toc.C
1253     trans.C
1254     trans_mgr.C
1255     undo.C
1256     vc-backend.C
1257     version.C
1258     vspace.C
1259 ''')
1260
1261
1262 src_post_files = Split('''
1263     tabular.C
1264     dimension.C
1265     PrinterParams.C
1266     box.C
1267     Thesaurus.C
1268     SpellBase.C
1269 ''')
1270
1271
1272 lib_files = Split('''
1273     CREDITS
1274     chkconfig.ltx
1275     external_templates
1276     encodings
1277     languages
1278     symbols
1279     syntax.default
1280     unicodesymbols
1281     configure.py
1282 ''')
1283
1284
1285 # do not install, ignore
1286 lib_image_noinst_files = Split('''
1287     images/README
1288     images/font-smallcaps.xpm
1289     images/math/ams_arrows.xbm
1290     images/math/ams_misc.xbm
1291     images/math/ams_nrel.xbm
1292     images/math/ams_ops.xbm
1293     images/math/ams_rel.xbm
1294     images/math/arrows.xbm
1295     images/math/bop.xbm
1296     images/math/brel.xbm
1297     images/math/deco.xbm
1298     images/math/deco.xpm
1299     images/math/delim0.xpm
1300     images/math/delim1.xpm
1301     images/math/delim.xbm
1302     images/math/dots.xbm
1303     images/math/font.xbm
1304     images/math/greek.xbm
1305     images/math/misc.xbm
1306     images/math/varsz.xbm
1307 ''')
1308
1309
1310 lib_bind_de_files = Split('''
1311     menus.bind
1312 ''')
1313
1314 lib_bind_fi_files = Split('''
1315     menus.bind
1316 ''')
1317
1318 lib_bind_pt_files = Split('''
1319     menus.bind
1320 ''')
1321
1322 lib_bind_sv_files = Split('''
1323     menus.bind
1324 ''')
1325
1326 lib_bind_files = Split('''
1327     broadway.bind
1328     cua.bind
1329     cyrkeys.bind
1330     emacs.bind
1331     greekkeys.bind
1332     hollywood.bind
1333     latinkeys.bind
1334     mac.bind
1335     math.bind
1336     menus.bind
1337     sciword.bind
1338     xemacs.bind
1339     aqua.bind
1340 ''')
1341
1342
1343 lib_examples_ca_files = Split('''
1344     splash.lyx
1345 ''')
1346
1347 lib_examples_cs_files = Split('''
1348     splash.lyx
1349 ''')
1350
1351 lib_examples_da_files = Split('''
1352     splash.lyx
1353 ''')
1354
1355 lib_examples_de_files = Split('''
1356     ItemizeBullets.lyx
1357     Lebenslauf.lyx
1358     Minipage.lyx
1359     TableExamples.lyx
1360     Waehrungen.lyx
1361     beispiel_gelyxt.lyx
1362     beispiel_roh.lyx
1363     decimal.lyx
1364     splash.lyx
1365     mathed.lyx
1366     multicol.lyx
1367 ''')
1368
1369 lib_examples_es_files = Split('''
1370     ejemplo_con_lyx.lyx
1371     ejemplo_sin_lyx.lyx
1372     splash.lyx
1373 ''')
1374
1375 lib_examples_eu_files = Split('''
1376     adibide_gordina.lyx
1377     adibide_lyx-atua.lyx
1378     splash.lyx
1379 ''')
1380
1381 lib_examples_fr_files = Split('''
1382     AlignementDecimal.lyx
1383     CV.lyx
1384     ExemplesTableaux.lyx
1385     Foils.lyx
1386     ListesPuces.lyx
1387     Minipage.lyx
1388     exemple_brut.lyx
1389     exemple_lyxifie.lyx
1390     mathed.lyx
1391     multicol.lyx
1392     splash.lyx
1393 ''')
1394
1395 lib_examples_he_files = Split('''
1396     example_raw.lyx
1397     he_example_lyxified.lyx
1398     he_example_raw.lyx
1399 ''')
1400
1401 lib_examples_hu_files = Split('''
1402     splash.lyx
1403 ''')
1404
1405 lib_examples_it_files = Split('''
1406     ItemizeBullets.lyx
1407     splash.lyx
1408 ''')
1409
1410 lib_examples_nl_files = Split('''
1411     multicol.lyx
1412     opsommingstekens.lyx
1413     splash.lyx
1414     voorbeeld_ruw.lyx
1415     voorbeeld_verlyxt.lyx
1416 ''')
1417
1418 lib_examples_pl_files = Split('''
1419     splash.lyx
1420 ''')
1421
1422 lib_examples_pt_files = Split('''
1423     splash.lyx
1424 ''')
1425
1426 lib_examples_ru_files = Split('''
1427     splash.lyx
1428 ''')
1429
1430 lib_examples_sl_files = Split('''
1431     primer_lyxan.lyx
1432     primer_surov.lyx
1433     splash.lyx
1434 ''')
1435
1436 lib_examples_ro_files = Split('''
1437     splash.lyx
1438 ''')
1439
1440 lib_examples_files = Split('''
1441     Foils.lyx
1442     ItemizeBullets.lyx
1443     Literate.lyx
1444     Minipage.lyx
1445     TableExamples.lyx
1446     aa_sample.lyx
1447     aas_sample.lyx
1448     amsart-test.lyx
1449     amsbook-test.lyx
1450     beamer-g4.jpg
1451     beamer-g4-mask.jpg
1452     beamer-icsi-logo.pdf
1453     beamer-knight1-mask.png
1454     beamer-knight1.png
1455     beamer-knight2-mask.png
1456     beamer-knight2.png
1457     beamer-knight3-mask.png
1458     beamer-knight3.png
1459     beamer-knight4-mask.png
1460     beamer-knight4.png
1461     beamerlyxexample1.lyx
1462     chess-article.lyx
1463     chessgame.lyx
1464     currency.lyx
1465     cv.lyx
1466     decimal.lyx
1467     docbook_article.lyx
1468     example_lyxified.lyx
1469     example_raw.lyx
1470     iecc05.fen
1471     iecc07.fen
1472     iecc12.fen
1473     landslide.lyx
1474     listerrors.lyx
1475     mathed.lyx
1476     multicol.lyx
1477     noweb2lyx.lyx
1478     script_form.lyx
1479     splash.lyx
1480     g-brief2.lyx
1481 ''')
1482
1483
1484 lib_images_files = Split('''
1485     all-changes-reject.xpm
1486     all-changes-accept.xpm
1487     amssymb.xpm
1488     banner.ppm
1489     bookmark-goto.xpm
1490     bookmark-save.xpm
1491     break-line.xpm
1492     buffer-close.xpm
1493     buffer-export_dvi.xpm
1494     buffer-export_latex.xpm
1495     buffer-export_pdf2.xpm
1496     buffer-export_ps.xpm
1497     buffer-export_text.xpm
1498     buffer-new.xpm
1499     buffer-reload.xpm
1500     buffer-update_dvi.xpm
1501     buffer-update_pdf2.xpm
1502     buffer-update_ps.xpm
1503     buffer-view_dvi.xpm
1504     buffer-view_pdf2.xpm
1505     buffer-view_ps.xpm
1506     buffer-write-as.xpm
1507     buffer-write.xpm
1508     build-program.xpm
1509     change-accept.xpm
1510     change-next.xpm
1511     change-reject.xpm
1512     changes-merge.xpm
1513     changes-output.xpm
1514     changes-track.xpm
1515     copy.xpm
1516     cut.xpm
1517     depth-decrement.xpm
1518     depth-increment.xpm
1519     dialog-preferences.xpm
1520     dialog-show-new-inset_citation.xpm
1521     dialog-show-new-inset_graphics.xpm
1522     dialog-show-new-inset_include.xpm
1523     dialog-show-new-inset_ref.xpm
1524     dialog-show_character.xpm
1525     dialog-show_findreplace.xpm
1526     dialog-show_mathpanel.xpm
1527     dialog-show_print.xpm
1528     dialog-show_spellchecker.xpm
1529     down.xpm
1530     ert-insert.xpm
1531     file-open.xpm
1532     float-insert_figure.xpm
1533     float-insert_table.xpm
1534     font-bold.xpm
1535     font-emph.xpm
1536     font-free-apply.xpm
1537     font-noun.xpm
1538     font-sans.xpm
1539     footnote-insert.xpm
1540     index-insert.xpm
1541     label-insert.xpm
1542     layout.xpm
1543     layout-document.xpm
1544     layout-paragraph.xpm
1545     layout_Description.xpm
1546     layout_Enumerate.xpm
1547     layout_Itemize.xpm
1548     layout_List.xpm
1549     layout_LyX-Code.xpm
1550     layout_Scrap.xpm
1551     layout_Section.xpm
1552     lyx-quit.xpm
1553     lyx.xpm
1554     marginalnote-insert.xpm
1555     math-display.xpm
1556     math-matrix.xpm
1557     math-mode.xpm
1558     math-subscript.xpm
1559     math-superscript.xpm
1560     nomencl-insert.xpm
1561     note-insert.xpm
1562     note-next.xpm
1563     paste.xpm
1564     psnfss1.xpm
1565     psnfss2.xpm
1566     psnfss3.xpm
1567     psnfss4.xpm
1568     redo.xpm
1569     standard.xpm
1570     tabular-feature_align-center.xpm
1571     tabular-feature_align-left.xpm
1572     tabular-feature_align-right.xpm
1573     tabular-feature_append-column.xpm
1574     tabular-feature_append-row.xpm
1575     tabular-feature_delete-column.xpm
1576     tabular-feature_delete-row.xpm
1577     tabular-feature_multicolumn.xpm
1578     tabular-feature_set-all-lines.xpm
1579     tabular-feature_set-longtabular.xpm
1580     tabular-feature_set-rotate-cell.xpm
1581     tabular-feature_set-rotate-tabular.xpm
1582     tabular-feature_toggle-line-bottom.xpm
1583     tabular-feature_toggle-line-left.xpm
1584     tabular-feature_toggle-line-right.xpm
1585     tabular-feature_toggle-line-top.xpm
1586     tabular-feature_unset-all-lines.xpm
1587     tabular-feature_valign-bottom.xpm
1588     tabular-feature_valign-middle.xpm
1589     tabular-feature_valign-top.xpm
1590     tabular-insert.xpm
1591     thesaurus-entry.xpm
1592     toc-view.xpm
1593     undo.xpm
1594     unknown.xpm
1595     up.xpm
1596     url-insert.xpm
1597 ''')
1598
1599
1600 lib_images_math_files = Split('''
1601     style.xbm
1602     font.xpm
1603     delim.xpm
1604     equation.xpm
1605     matrix.xpm
1606     space.xpm
1607     sqrt-square.xpm
1608     style.xpm
1609     sub.xpm
1610     super.xpm
1611     Bbbk.xpm
1612     Finv.xpm
1613     Game.xpm
1614     Im.xpm
1615     Lleftarrow.xpm
1616     Rrightarrow.xpm
1617     Lsh.xpm
1618     Re.xpm
1619     Rsh.xpm
1620     Vert.xpm
1621     Vvdash.xpm
1622     acute.xpm
1623     aleph.xpm
1624     alpha.xpm
1625     amalg.xpm
1626     angle.xpm
1627     approx.xpm
1628     approxeq.xpm
1629     asymp.xpm
1630     backepsilon.xpm
1631     backprime.xpm
1632     backsim.xpm
1633     backsimeq.xpm
1634     backslash.xpm
1635     bar.xpm
1636     bars.xpm
1637     barwedge.xpm
1638     because.xpm
1639     beta.xpm
1640     beth.xpm
1641     between.xpm
1642     bigcap.xpm
1643     bigcirc.xpm
1644     bigcup.xpm
1645     bigodot.xpm
1646     bigoplus.xpm
1647     bigotimes.xpm
1648     bigsqcup.xpm
1649     bigstar.xpm
1650     bigtriangledown.xpm
1651     bigtriangleup.xpm
1652     biguplus.xpm
1653     bigvee.xpm
1654     bigwedge.xpm
1655     blacklozenge.xpm
1656     blacksquare.xpm
1657     blacktriangle.xpm
1658     blacktriangledown.xpm
1659     blacktriangleleft.xpm
1660     blacktriangleright.xpm
1661     bot.xpm
1662     bowtie.xpm
1663     boxdot.xpm
1664     boxminus.xpm
1665     boxplus.xpm
1666     boxtimes.xpm
1667     breve.xpm
1668     bullet.xpm
1669     bumpeq.xpm
1670     bumpeq2.xpm
1671     cap.xpm
1672     cap2.xpm
1673     cases.xpm
1674     cdot.xpm
1675     cdots.xpm
1676     centerdot.xpm
1677     check.xpm
1678     chi.xpm
1679     circ.xpm
1680     circeq.xpm
1681     circlearrowleft.xpm
1682     circlearrowright.xpm
1683     circledS.xpm
1684     circledast.xpm
1685     circledcirc.xpm
1686     circleddash.xpm
1687     clubsuit.xpm
1688     complement.xpm
1689     cong.xpm
1690     coprod.xpm
1691     cup.xpm
1692     cup2.xpm
1693     curlyeqprec.xpm
1694     curlyeqsucc.xpm
1695     curlyvee.xpm
1696     curlywedge.xpm
1697     curvearrowleft.xpm
1698     curvearrowright.xpm
1699     dagger.xpm
1700     daleth.xpm
1701     dashleftarrow.xpm
1702     dashrightarrow.xpm
1703     dashv.xpm
1704     ddagger.xpm
1705     ddot.xpm
1706     ddots.xpm
1707     delta.xpm
1708     delta2.xpm
1709     diagdown.xpm
1710     diagup.xpm
1711     diamond.xpm
1712     diamondsuit.xpm
1713     digamma.xpm
1714     div.xpm
1715     divideontimes.xpm
1716     dot.xpm
1717     doteq.xpm
1718     doteqdot.xpm
1719     dotsint.xpm
1720     dotsintop.xpm
1721     dotplus.xpm
1722     doublebarwedge.xpm
1723     downarrow.xpm
1724     downarrow2.xpm
1725     downdownarrows.xpm
1726     downharpoonleft.xpm
1727     downharpoonright.xpm
1728     ell.xpm
1729     empty.xpm
1730     emptyset.xpm
1731     epsilon.xpm
1732     eqcirc.xpm
1733     eqslantgtr.xpm
1734     eqslantless.xpm
1735     equiv.xpm
1736     eta.xpm
1737     eth.xpm
1738     exists.xpm
1739     fallingdotseq.xpm
1740     flat.xpm
1741     forall.xpm
1742     frac.xpm
1743     frac-square.xpm
1744     frown.xpm
1745     gamma.xpm
1746     gamma2.xpm
1747     geq.xpm
1748     geqq.xpm
1749     geqslant.xpm
1750     gg.xpm
1751     ggg.xpm
1752     gimel.xpm
1753     gnapprox.xpm
1754     gneq.xpm
1755     gneqq.xpm
1756     gnsim.xpm
1757     grave.xpm
1758     gtrapprox.xpm
1759     gtrdot.xpm
1760     gtreqless.xpm
1761     gtreqqless.xpm
1762     gtrless.xpm
1763     gtrsim.xpm
1764     gvertneqq.xpm
1765     hat.xpm
1766     hbar.xpm
1767     heartsuit.xpm
1768     hookleftarrow.xpm
1769     hookrightarrow.xpm
1770     hphantom.xpm
1771     hslash.xpm
1772     iiiint.xpm
1773     iiiintop.xpm
1774     iiint.xpm
1775     iiintop.xpm
1776     iintop.xpm
1777     iint.xpm
1778     imath.xpm
1779     in.xpm
1780     infty.xpm
1781     int.xpm
1782     intercal.xpm
1783     intop.xpm
1784     iota.xpm
1785     jmath.xpm
1786     kappa.xpm
1787     lambda.xpm
1788     lambda2.xpm
1789     langle.xpm
1790     lbrace.xpm
1791     lbrace_rbrace.xpm
1792     lbracket.xpm
1793     lbracket_rbracket.xpm
1794     lceil.xpm
1795     lceil_rceil.xpm
1796     ldots.xpm
1797     leftarrow.xpm
1798     leftarrow2.xpm
1799     leftarrowtail.xpm
1800     leftharpoondown.xpm
1801     leftharpoonup.xpm
1802     leftleftarrows.xpm
1803     leftrightarrow.xpm
1804     leftrightarrow2.xpm
1805     leftrightarrows.xpm
1806     leftrightharpoons.xpm
1807     leftrightsquigarrow.xpm
1808     leftthreetimes.xpm
1809     leq.xpm
1810     leqq.xpm
1811     leqslant.xpm
1812     lessapprox.xpm
1813     lessdot.xpm
1814     lesseqgtr.xpm
1815     lesseqqgtr.xpm
1816     lessgtr.xpm
1817     lesssim.xpm
1818     lfloor.xpm
1819     lfloor_rfloor.xpm
1820     ll.xpm
1821     llcorner.xpm
1822     lll.xpm
1823     lnapprox.xpm
1824     lneq.xpm
1825     lneqq.xpm
1826     lnsim.xpm
1827     longleftarrow.xpm
1828     longleftarrow2.xpm
1829     longleftrightarrow.xpm
1830     longleftrightarrow2.xpm
1831     longmapsto.xpm
1832     longrightarrow.xpm
1833     longrightarrow2.xpm
1834     looparrowleft.xpm
1835     looparrowright.xpm
1836     lozenge.xpm
1837     lparen.xpm
1838     lparen_rparen.xpm
1839     lrcorner.xpm
1840     ltimes.xpm
1841     lvertneqq.xpm
1842     mapsto.xpm
1843     mathbb_C.xpm
1844     mathbb_H.xpm
1845     mathbb_N.xpm
1846     mathbb_Q.xpm
1847     mathbb_R.xpm
1848     mathbb_Z.xpm
1849     mathcal_F.xpm
1850     mathcal_H.xpm
1851     mathcal_L.xpm
1852     mathcal_O.xpm
1853     mathcircumflex.xpm
1854     mathrm_T.xpm
1855     measuredangle.xpm
1856     mho.xpm
1857     mid.xpm
1858     models.xpm
1859     mp.xpm
1860     mu.xpm
1861     multimap.xpm
1862     nabla.xpm
1863     natural.xpm
1864     ncong.xpm
1865     nearrow.xpm
1866     neg.xpm
1867     neq.xpm
1868     nexists.xpm
1869     ngeq.xpm
1870     ngeqq.xpm
1871     ngeqslant.xpm
1872     ngtr.xpm
1873     ni.xpm
1874     nleftarrow.xpm
1875     nleftarrow2.xpm
1876     nleftrightarrow.xpm
1877     nleftrightarrow2.xpm
1878     nleq.xpm
1879     nleqq.xpm
1880     nleqslant.xpm
1881     nless.xpm
1882     nmid.xpm
1883     notin.xpm
1884     nparallel.xpm
1885     nprec.xpm
1886     npreceq.xpm
1887     nrightarrow.xpm
1888     nrightarrow2.xpm
1889     nshortmid.xpm
1890     nshortparallel.xpm
1891     nsim.xpm
1892     nsubseteq.xpm
1893     nsucc.xpm
1894     nsucceq.xpm
1895     nsupseteq.xpm
1896     nsupseteqq.xpm
1897     ntriangleleft.xpm
1898     ntrianglelefteq.xpm
1899     ntriangleright.xpm
1900     ntrianglerighteq.xpm
1901     nu.xpm
1902     nvdash.xpm
1903     nvdash2.xpm
1904     nvdash3.xpm
1905     nwarrow.xpm
1906     odot.xpm
1907     oiint.xpm
1908     oiintop.xpm
1909     oint.xpm
1910     ointclockwise.xpm
1911     ointclockwiseop.xpm
1912     ointctrclockwise.xpm
1913     ointctrclockwiseop.xpm
1914     ointop.xpm
1915     omega.xpm
1916     omega2.xpm
1917     ominus.xpm
1918     oplus.xpm
1919     oslash.xpm
1920     otimes.xpm
1921     overbrace.xpm
1922     overleftarrow.xpm
1923     overleftrightarrow.xpm
1924     overline.xpm
1925     overrightarrow.xpm
1926     overset.xpm
1927     parallel.xpm
1928     partial.xpm
1929     perp.xpm
1930     phantom.xpm
1931     phi.xpm
1932     phi2.xpm
1933     pi.xpm
1934     pi2.xpm
1935     pitchfork.xpm
1936     pm.xpm
1937     prec.xpm
1938     precapprox.xpm
1939     preccurlyeq.xpm
1940     preceq.xpm
1941     precnapprox.xpm
1942     precnsim.xpm
1943     precsim.xpm
1944     prime.xpm
1945     prod.xpm
1946     propto.xpm
1947     psi.xpm
1948     psi2.xpm
1949     rangle.xpm
1950     rbrace.xpm
1951     rbracket.xpm
1952     rceil.xpm
1953     rfloor.xpm
1954     rho.xpm
1955     rightarrow.xpm
1956     rightarrow2.xpm
1957     rightarrowtail.xpm
1958     rightharpoondown.xpm
1959     rightharpoonup.xpm
1960     rightleftarrows.xpm
1961     rightleftharpoons.xpm
1962     rightrightarrows.xpm
1963     rightsquigarrow.xpm
1964     rightthreetimes.xpm
1965     risingdotseq.xpm
1966     root.xpm
1967     rparen.xpm
1968     rtimes.xpm
1969     searrow.xpm
1970     setminus.xpm
1971     sharp.xpm
1972     shortmid.xpm
1973     shortparallel.xpm
1974     sigma.xpm
1975     sigma2.xpm
1976     sim.xpm
1977     simeq.xpm
1978     slash.xpm
1979     smallfrown.xpm
1980     smallsetminus.xpm
1981     smallsmile.xpm
1982     smile.xpm
1983     spadesuit.xpm
1984     sphericalangle.xpm
1985     sqcap.xpm
1986     sqcup.xpm
1987     sqiint.xpm
1988     sqiintop.xpm
1989     sqint.xpm
1990     sqintop.xpm
1991     sqrt.xpm
1992     sqsubset.xpm
1993     sqsubseteq.xpm
1994     sqsupset.xpm
1995     sqsupseteq.xpm
1996     square.xpm
1997     star.xpm
1998     subset.xpm
1999     subset2.xpm
2000     subseteq.xpm
2001     subseteqq.xpm
2002     subsetneq.xpm
2003     subsetneqq.xpm
2004     succ.xpm
2005     succapprox.xpm
2006     succcurlyeq.xpm
2007     succeq.xpm
2008     succnapprox.xpm
2009     succnsim.xpm
2010     succsim.xpm
2011     sum.xpm
2012     supset.xpm
2013     supset2.xpm
2014     supseteq.xpm
2015     supseteqq.xpm
2016     supsetneq.xpm
2017     supsetneqq.xpm
2018     surd.xpm
2019     swarrow.xpm
2020     tau.xpm
2021     textrm_Oe.xpm
2022     textrm_AA.xpm
2023     therefore.xpm
2024     theta.xpm
2025     theta2.xpm
2026     thickapprox.xpm
2027     thicksim.xpm
2028     tilde.xpm
2029     times.xpm
2030     top.xpm
2031     triangle.xpm
2032     triangledown.xpm
2033     triangleleft.xpm
2034     trianglelefteq.xpm
2035     triangleq.xpm
2036     triangleright.xpm
2037     trianglerighteq.xpm
2038     twoheadleftarrow.xpm
2039     twoheadrightarrow.xpm
2040     ulcorner.xpm
2041     underbrace.xpm
2042     underleftarrow.xpm
2043     underleftrightarrow.xpm
2044     underline.xpm
2045     underrightarrow.xpm
2046     underscore.xpm
2047     underset.xpm
2048     uparrow.xpm
2049     uparrow2.xpm
2050     updownarrow.xpm
2051     updownarrow2.xpm
2052     upharpoonleft.xpm
2053     upharpoonright.xpm
2054     uplus.xpm
2055     upsilon.xpm
2056     upsilon2.xpm
2057     upuparrows.xpm
2058     urcorner.xpm
2059     varepsilon.xpm
2060     varkappa.xpm
2061     varnothing.xpm
2062     varphi.xpm
2063     varpi.xpm
2064     varpropto.xpm
2065     varsigma.xpm
2066     varsubsetneq.xpm
2067     varsubsetneqq.xpm
2068     varsupsetneq.xpm
2069     varsupsetneqq.xpm
2070     vartheta.xpm
2071     vartriangle.xpm
2072     vartriangleleft.xpm
2073     vartriangleright.xpm
2074     vdash.xpm
2075     vdash2.xpm
2076     vdash3.xpm
2077     vdots.xpm
2078     vec.xpm
2079     vee.xpm
2080     veebar.xpm
2081     vphantom.xpm
2082     wedge.xpm
2083     widehat.xpm
2084     widetilde.xpm
2085     wp.xpm
2086     wr.xpm
2087     xi.xpm
2088     xi2.xpm
2089     zeta.xpm
2090 ''')
2091
2092
2093 lib_kbd_files = Split('''
2094     american-2.kmap
2095     american.kmap
2096     arabic.kmap
2097     bg-bds-1251.kmap
2098     brazil.kmap
2099     brazil2.kmap
2100     cp1251.cdef
2101     czech-prg.kmap
2102     czech.kmap
2103     european.kmap
2104     francais.kmap
2105     french.kmap
2106     german-2.kmap
2107     german-3.kmap
2108     german.kmap
2109     greek.kmap
2110     hebrew.kmap
2111     ibm866.cdef
2112     iso8859-1.cdef
2113     iso8859-15.cdef
2114     iso8859-2.cdef
2115     iso8859-3.cdef
2116     iso8859-4.cdef
2117     iso8859-7.cdef
2118     iso8859-8.cdef
2119     iso8859-9.cdef
2120     koi8-r.cdef
2121     koi8-r.kmap
2122     koi8-t.cdef
2123     koi8-u.cdef
2124     koi8-u.kmap
2125     latvian.kmap
2126     magyar-2.kmap
2127     magyar-3.kmap
2128     magyar.kmap
2129     null.kmap
2130     polish.kmap
2131     polski.kmap
2132     portuges.kmap
2133     romanian.kmap
2134     serbian.kmap
2135     serbocroatian.kmap
2136     sf.kmap
2137     sg.kmap
2138     slovak.kmap
2139     slovene.kmap
2140     thai-kedmanee.kmap
2141     tis620-0.cdef
2142     transilvanian.kmap
2143     turkish-f.kmap
2144     turkish.kmap
2145     espanol.kmap
2146 ''')
2147
2148
2149 lib_layouts_files = Split('''
2150     IEEEtran.layout
2151     aa.layout
2152     aapaper.layout
2153     aastex.layout
2154     agu-dtd.layout
2155     agums.layout
2156     amsart-plain.layout
2157     amsart-seq.layout
2158     amsart.layout
2159     amsbook.layout
2160     apa.layout
2161     arab-article.layout
2162     article.layout
2163     beamer.layout
2164     book.layout
2165     broadway.layout
2166     chess.layout
2167     cl2emult.layout
2168     cv.layout
2169     dinbrief.layout
2170     docbook-book.layout
2171     docbook-chapter.layout
2172     docbook-section.layout
2173     docbook.layout
2174     dtk.layout
2175     egs.layout
2176     elsart.layout
2177     entcs.layout
2178     extarticle.layout
2179     extbook.layout
2180     extletter.layout
2181     extreport.layout
2182     foils.layout
2183     g-brief-de.layout
2184     g-brief-en.layout
2185     g-brief2.layout
2186     heb-article.layout
2187     heb-letter.layout
2188     hollywood.layout
2189     ijmpc.layout
2190     ijmpd.layout
2191     isprs.layout
2192     jgrga.layout
2193     kluwer.layout
2194     latex8.layout
2195     letter.layout
2196     literate-article.layout
2197     literate-book.layout
2198     literate-report.layout
2199     llncs.layout
2200     ltugboat.layout
2201     manpage.layout
2202     memoir.layout
2203     mwart.layout
2204     mwbk.layout
2205     mwrep.layout
2206     paper.layout
2207     report.layout
2208     revtex.layout
2209     revtex4.layout
2210     scrartcl.layout
2211     scrbook.layout
2212     scrlettr.layout
2213     scrlttr2.layout
2214     scrreprt.layout
2215     seminar.layout
2216     siamltex.layout
2217     slides.layout
2218     spie.layout
2219     svglobal.layout
2220     svjog.layout
2221     svprobth.layout
2222     aapaper.inc
2223     agu_stdclass.inc
2224     agu_stdcounters.inc
2225     agu_stdlists.inc
2226     agu_stdsections.inc
2227     agu_stdtitle.inc
2228     aguplus.inc
2229     amsdefs.inc
2230     amsmaths-plain.inc
2231     amsmaths-seq.inc
2232     amsmaths.inc
2233     db_lyxmacros.inc
2234     db_stdcharstyles.inc
2235     db_stdclass.inc
2236     db_stdcounters.inc
2237     db_stdlayouts.inc
2238     db_stdlists.inc
2239     db_stdsections.inc
2240     db_stdstarsections.inc
2241     db_stdstruct.inc
2242     db_stdtitle.inc
2243     literate-scrap.inc
2244     lyxmacros.inc
2245     numarticle.inc
2246     numreport.inc
2247     numrevtex.inc
2248     scrclass.inc
2249     stdclass.inc
2250     stdcounters.inc
2251     stdfloats.inc
2252     stdlayouts.inc
2253     stdletter.inc
2254     stdlists.inc
2255     stdsections.inc
2256     stdstarsections.inc
2257     stdstruct.inc
2258     stdtitle.inc
2259     svjour.inc
2260 ''')
2261
2262
2263 lib_scripts_files = Split('''
2264     TeXFiles.py
2265     clean_dvi.py
2266     convertDefault.py
2267     date.py
2268     fen2ascii.py
2269     fig2pdftex.py
2270     fig2pstex.py
2271     fig_copy.py
2272     layout2layout.py
2273     legacy_lyxpreview2ppm.py
2274     listerrors
2275     lyxpreview2bitmap.py
2276     lyxpreview_tools.py
2277     tex_copy.py
2278 ''')
2279
2280
2281 lib_templates_files = Split('''
2282     IEEEtran.lyx
2283     README.new_templates
2284     aa.lyx
2285     aastex.lyx
2286     beamer-conference-ornate-20min.lyx
2287     de_beamer-conference-ornate-20min.lyx
2288     dinbrief.lyx
2289     docbook_article.lyx
2290     elsart.lyx
2291     fr_beamer-conference-ornate-20min.lyx
2292     g-brief-de.lyx
2293     g-brief-en.lyx
2294     hollywood.lyx
2295     kluwer.lyx
2296     koma-letter2.lyx
2297     latex8.lyx
2298     letter.lyx
2299     revtex.lyx
2300     revtex4.lyx
2301     slides.lyx
2302     ijmpc.lyx
2303     ijmpd.lyx
2304     agu_article.lyx
2305 ''')
2306
2307
2308 lib_tex_files = Split('''
2309     broadway.cls
2310     cv.cls
2311     hollywood.cls
2312     lyxchess.sty
2313     lyxskak.sty
2314     revtex.cls
2315 ''')
2316
2317
2318 lib_ui_files = Split('''
2319     classic.ui
2320     default.ui
2321     stdmenus.inc
2322     stdtoolbars.inc
2323 ''')
2324
2325 lib_doc_clipart_files = Split('''
2326     BoxInsetDefaultQt4.png
2327     ChildDocumentQt4.png
2328     CommentNoteImageQt4.png
2329     escher-lsd.eps
2330     endnotes.pdf
2331     ExternalMaterialQt4.png
2332     floatQt4.png
2333     footnoteQt4.png
2334     FramedNoteImageQt4.png
2335     GreyedOutNoteImageQt4.png
2336     labelQt4.png
2337     LyXNoteImageQt4.png
2338     mobius.eps
2339     platypus.eps
2340     referenceQt4.png
2341     ShadedNoteImageQt4.png
2342     with_fntright.pdf
2343     without_fntright.pdf
2344 ''')
2345
2346 lib_doc_cs_files = Split('''
2347     Tutorial.lyx
2348 ''')
2349
2350 lib_doc_da_files = Split('''
2351     Intro.lyx
2352 ''')
2353
2354 lib_doc_de_files = Split('''
2355     Customization.lyx
2356     Extended.lyx
2357     FAQ.lyx
2358     Intro.lyx
2359     Tutorial.lyx
2360     UserGuide.lyx
2361 ''')
2362
2363 lib_doc_es_files = Split('''
2364     DummyTextDocument.txt
2365     DummyDocument1.lyx
2366     DummyDocument2.lyx
2367     EmbeddedObjects.lyx
2368     Intro.lyx
2369     Tutorial.lyx
2370 ''')
2371
2372 lib_doc_es_clipart_files = Split('''
2373     ComentNotaImagenQt4.png
2374     ChildDocumentQt4.png
2375     CuadroMinipagQt4.png
2376     etiquetaQt4.png
2377     ExternalMaterialQt4.png
2378     flotanteQt4.png
2379     GrisNotaImagenQt4.png
2380     NotaEnmarcadaImg.png
2381     NotaLyXImagenQt4.png
2382     notapieQt4.png
2383     NotaSombreadaImg.png
2384     referenciaQt4.png
2385 ''')
2386
2387 lib_doc_eu_files = Split('''
2388     Customization.lyx
2389     Extended.lyx
2390     FAQ.lyx
2391     Intro.lyx
2392     Tutorial.lyx
2393     UserGuide.lyx
2394 ''')
2395
2396 lib_doc_fr_files = Split('''
2397     Customization.lyx
2398     Extended.lyx
2399     FAQ.lyx
2400     Intro.lyx
2401     Tutorial.lyx
2402     UserGuide.lyx
2403 ''')
2404
2405 lib_doc_he_files = Split('''
2406     Intro.lyx
2407     Tutorial.lyx
2408 ''')
2409
2410 lib_doc_hu_files = Split('''
2411     Intro.lyx
2412     Tutorial.lyx
2413 ''')
2414
2415 lib_doc_it_files = Split('''
2416     Customization.lyx
2417     Intro.lyx
2418     Tutorial.lyx
2419     UserGuide.lyx
2420 ''')
2421
2422 lib_doc_nl_files = Split('''
2423     Intro.lyx
2424     Tutorial.lyx
2425 ''')
2426
2427 lib_doc_nb_files = Split('''
2428     Intro.lyx
2429 ''')
2430
2431 lib_doc_pl_files = Split('''
2432     Extended.lyx
2433     Intro.lyx
2434     Tutorial.lyx
2435 ''')
2436
2437 lib_doc_pt_files = Split('''
2438     Intro.lyx
2439     Tutorial.lyx
2440 ''')
2441
2442 lib_doc_ro_files = Split('''
2443     Intro.lyx
2444 ''')
2445
2446 lib_doc_ru_files = Split('''
2447     FAQ.lyx
2448     Intro.lyx
2449     Tutorial.lyx
2450 ''')
2451
2452 lib_doc_sk_files = Split('''
2453     Tutorial.lyx
2454     UserGuide.lyx
2455 ''')
2456
2457 lib_doc_sl_files = Split('''
2458     Intro.lyx
2459     Tutorial.lyx
2460 ''')
2461
2462 lib_doc_sv_files = Split('''
2463     Intro.lyx
2464     Tutorial.lyx
2465 ''')
2466
2467 lib_doc_files = Split('''
2468     Customization.lyx
2469     DocStyle.lyx
2470     DummyTextDocument.txt
2471     DummyDocument1.lyx
2472     DummyDocument2.lyx
2473     EmbeddedObjects.lyx
2474     Extended.lyx
2475     FAQ.lyx
2476     Intro.lyx
2477     LaTeXConfig.lyx.in
2478     Reference.lyx
2479     Tutorial.lyx
2480     UserGuide.lyx
2481 ''')
2482
2483
2484 lib_lyx2lyx_files = Split('''
2485     lyx2lyx
2486     lyx2lyx_lang.py
2487     generate_encoding_info.py
2488     parser_tools.py
2489     LyX.py
2490     lyx_0_06.py
2491     lyx_0_08.py
2492     lyx_0_10.py
2493     lyx_0_12.py
2494     lyx_1_0.py
2495     lyx_1_1.py
2496     lyx_1_1_5.py
2497     lyx_1_1_6_0.py
2498     lyx_1_1_6_3.py
2499     lyx_1_2.py
2500     lyx_1_3.py
2501     lyx_1_4.py
2502     lyx_1_5.py
2503     profiling.py
2504     test_parser_tools.py
2505 ''')
2506
2507
2508 win32_bakoma_fonts = Split('''
2509     Readme.txt
2510     Licence.txt
2511     cmex10.ttf
2512     cmr10.ttf
2513     eufm10.ttf
2514     msbm10.ttf
2515     cmmi10.ttf
2516     cmsy10.ttf
2517     msam10.ttf
2518     wasy10.ttf
2519 ''')
2520
2521
2522 win32_packaging_installer_files = Split('''
2523     license.rtf
2524     lyx.nsi
2525     settings.nsh
2526     settings.user.nsh
2527 ''')
2528
2529
2530 win32_packaging_installer_components_files = Split('''
2531     configure.nsh
2532     dicts.nsh
2533     langselect.nsh
2534     uninstall.nsh
2535     viewer.nsh
2536     core.nsh
2537     external.nsh
2538     reinstall.nsh
2539     user.nsh
2540 ''')
2541
2542
2543 win32_packaging_installer_dialogs_files = Split('''
2544     external.ini
2545     langselect.ini
2546     reinstall.ini
2547     user.ini
2548     viewer.ini
2549 ''')
2550
2551
2552 win32_packaging_installer_graphics_files = Split('''
2553     header.bmp
2554     wizard.bmp
2555 ''')
2556
2557
2558 win32_packaging_installer_include_files = Split('''
2559     declarations.nsh
2560     detection.nsh
2561     filelists.nsh
2562     gui.nsh
2563     init.nsh
2564     lang.nsh
2565     windows.nsh
2566 ''')
2567
2568
2569 win32_packaging_installer_lang_files = Split('''
2570     english.nsh
2571     french.nsh
2572     german.nsh
2573     italian.nsh
2574 ''')