]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Satisfy André's Sprachgefühl.
[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     QNomenclUi.ui
632     QNoteUi.ui
633     QParagraphUi.ui
634     QPrefColorsUi.ui
635     QPrefConvertersUi.ui
636     QPrefCopiersUi.ui
637     QPrefCygwinPathUi.ui
638     QPrefDateUi.ui
639     QPrefDisplayUi.ui
640     QPrefFileformatsUi.ui
641     QPrefIdentityUi.ui
642     QPrefKeyboardUi.ui
643     QPrefLanguageUi.ui
644     QPrefLatexUi.ui
645     QPrefPathsUi.ui
646     QPrefPlaintextUi.ui
647     QPrefPrinterUi.ui
648     QPrefScreenFontsUi.ui
649     QPrefSpellcheckerUi.ui
650     QPrefUi.ui
651     QPrefsUi.ui
652     QPrintUi.ui
653     QRefUi.ui
654     QSearchUi.ui
655     QSendtoUi.ui
656     QShowFileUi.ui
657     QSpellcheckerUi.ui
658     QTabularCreateUi.ui
659     QTabularUi.ui
660     QTexinfoUi.ui
661     QThesaurusUi.ui
662     QTocUi.ui
663     QURLUi.ui
664     QVSpaceUi.ui
665     QViewSourceUi.ui
666     QWrapUi.ui
667     TextLayoutUi.ui
668 ''')
669
670
671 src_frontends_qt4_moc_files = Split('''
672     BulletsModule.C
673     emptytable.C
674     FileDialog_private.C
675     FloatPlacement.C
676     GuiApplication.C
677     GuiImplementation.C
678     iconpalette.C
679     lengthcombo.C
680     InsertTableWidget.C
681     panelstack.C
682     QAboutDialog.C
683     QBibitemDialog.C
684     QBibtexDialog.C
685     QBoxDialog.C
686     QBranchDialog.C
687     QBranches.C
688     QChangesDialog.C
689     QCharacterDialog.C
690     QCitationDialog.C
691     QCommandBuffer.C
692     QCommandEdit.C
693     QDelimiterDialog.C
694     QDocumentDialog.C
695     QErrorListDialog.C
696     QERTDialog.C
697     QExternalDialog.C
698     QFloatDialog.C
699     QGraphicsDialog.C
700     QIncludeDialog.C
701     QIndexDialog.C
702     Action.C
703     QLog.C
704     QLogDialog.C
705     QViewSourceDialog.C
706     QViewSource.C
707     QLMenubar.C
708     QLPopupMenu.C
709     QLPrintDialog.C
710     QMathMatrixDialog.C
711     QNomencl.C
712     QNomenclDialog.C
713     QNoteDialog.C
714     QParagraphDialog.C
715     QPrefsDialog.C
716     QRefDialog.C
717     QSearchDialog.C
718     QSendtoDialog.C
719     qsetborder.C
720     QShowFileDialog.C
721     QSpellcheckerDialog.C
722     QDialogView.C
723     QTabularCreateDialog.C
724     QTabularDialog.C
725     QTexinfoDialog.C
726     QThesaurusDialog.C
727     TocModel.C
728     TocWidget.C
729     QToc.C
730     GuiView.C
731     QURLDialog.C
732     QVSpaceDialog.C
733     GuiWorkArea.C
734     QWrapDialog.C
735     QLToolbar.C
736     socket_callback.C
737     validators.C
738 ''')
739
740
741 src_frontends_qt4_header_files = Split('''
742     Action.h
743     BiblioModuleBase.h
744     BulletsModule.h
745     ColorCache.h
746     DockView.h
747     FileDialog_private.h
748     GuiApplication.h
749     GuiClipboard.h
750     GuiFontLoader.h
751     GuiImplementation.h
752     GuiSelection.h
753     GuiView.h
754     GuiWorkArea.h
755     InsertTableWidget.h
756     QAbout.h
757     QAboutDialog.h
758     QBibitem.h
759     QBibitemDialog.h
760     QBibtex.h
761     QBibtexDialog.h
762     QBox.h
763     QBoxDialog.h
764     QBranch.h
765     QBranchDialog.h
766     QBranches.h
767     QBrowseBox.h
768     QChanges.h
769     QChangesDialog.h
770     QCharacter.h
771     QCharacterDialog.h
772     QCitation.h
773     QCitationDialog.h
774     QCommandBuffer.h
775     QCommandEdit.h
776     QDelimiterDialog.h
777     QDialogView.h
778     QDocument.h
779     QDocumentDialog.h
780     QERT.h
781     QERTDialog.h
782     QErrorList.h
783     QErrorListDialog.h
784     QExternal.h
785     QExternalDialog.h
786     QFloat.h
787     QFloatDialog.h
788     QGraphics.h
789     QGraphicsDialog.h
790     QGraphicsUi.h
791     QInclude.h
792     QIncludeDialog.h
793     QIndex.h
794     QIndexDialog.h
795     QLImage.h
796     QLMenubar.h
797     QLPainter.h
798     QLPopupMenu.h
799     QLPrintDialog.h
800     QLToolbar.h
801     QLog.h
802     QLogDialog.h
803     QLyXKeySym.h
804     QMathMatrixDialog.h
805     QNomencl.h
806     QNomenclDialog.h
807     QNote.h
808     QNoteDialog.h
809     QParagraph.h
810     QParagraphDialog.h
811     QPrefs.h
812     QPrefsDialog.h
813     QPrint.h
814     QRef.h
815     QRefDialog.h
816     QSearch.h
817     QSearchDialog.h
818     QSendto.h
819     QSendtoDialog.h
820     QShowFile.h
821     QShowFileDialog.h
822     QSpellchecker.h
823     QSpellcheckerDialog.h
824     QTabular.h
825     QTabularCreate.h
826     QTabularCreateDialog.h
827     QTabularDialog.h
828     QTexinfo.h
829     QTexinfoDialog.h
830     QThesaurus.h
831     QThesaurusDialog.h
832     QToc.h
833     QURLDialog.h
834     QVSpace.h
835     QVSpaceDialog.h
836     QViewSource.h
837     QViewSourceDialog.h
838     QWrap.h
839     QWrapDialog.h
840     Qt2BC.h
841     TocModel.h
842     TocWidget.h
843     UrlView.h
844     checkedwidgets.h
845     emptytable.h
846     FloatPlacement.h
847     iconpalette.h
848     lengthcombo.h
849     panelstack.h
850     qfontexample.h
851     qlkey.h
852     qsetborder.h
853     qtTimeout.h
854     qt_helpers.h
855     socket_callback.h
856     validators.h
857 ''')
858
859
860 src_frontends_qt4_files = Split('''
861     Action.C
862     Alert_pimpl.C
863     BulletsModule.C
864     ColorCache.C
865     Dialogs.C
866     FileDialog.C
867     FileDialog_private.C
868     GuiApplication.C
869     GuiClipboard.C
870     GuiFontLoader.C
871     GuiFontMetrics.C
872     GuiImplementation.C
873     GuiSelection.C
874     GuiView.C
875     GuiWorkArea.C
876     InsertTableWidget.C
877     LyXKeySymFactory.C
878     QAbout.C
879     QAboutDialog.C
880     QBibitem.C
881     QBibitemDialog.C
882     QBibtex.C
883     QBibtexDialog.C
884     QBox.C
885     QBoxDialog.C
886     QBranch.C
887     QBranchDialog.C
888     QBranches.C
889     QChanges.C
890     QChangesDialog.C
891     QCharacter.C
892     QCharacterDialog.C
893     QCitation.C
894     QCitationDialog.C
895     QCommandBuffer.C
896     QCommandEdit.C
897     QDelimiterDialog.C
898     QDialogView.C
899     QDocument.C
900     QDocumentDialog.C
901     QERT.C
902     QERTDialog.C
903     QErrorList.C
904     QErrorListDialog.C
905     QExternal.C
906     QExternalDialog.C
907     QFloat.C
908     QFloatDialog.C
909     QGraphics.C
910     QGraphicsDialog.C
911     QInclude.C
912     QIncludeDialog.C
913     QIndex.C
914     QIndexDialog.C
915     QLImage.C
916     QLMenubar.C
917     QLPainter.C
918     QLPopupMenu.C
919     QLPrintDialog.C
920     QLToolbar.C
921     QLog.C
922     QLogDialog.C
923     QLyXKeySym.C
924     QMathMatrixDialog.C
925     QNomencl.C
926     QNomenclDialog.C
927     QNote.C
928     QNoteDialog.C
929     QParagraph.C
930     QParagraphDialog.C
931     QPrefs.C
932     QPrefsDialog.C
933     QPrint.C
934     QRef.C
935     QRefDialog.C
936     QSearch.C
937     QSearchDialog.C
938     QSendto.C
939     QSendtoDialog.C
940     QShowFile.C
941     QShowFileDialog.C
942     QSpellchecker.C
943     QSpellcheckerDialog.C
944     QTabular.C
945     QTabularCreate.C
946     QTabularCreateDialog.C
947     QTabularDialog.C
948     QTexinfo.C
949     QTexinfoDialog.C
950     QThesaurus.C
951     QThesaurusDialog.C
952     QToc.C
953     QURLDialog.C
954     QVSpace.C
955     QVSpaceDialog.C
956     QViewSource.C
957     QViewSourceDialog.C
958     QWrap.C
959     QWrapDialog.C
960     Qt2BC.C
961     TocModel.C
962     TocWidget.C
963     UrlView.C
964     checkedwidgets.C
965     emptytable.C
966     FloatPlacement.C
967     iconpalette.C
968     lengthcombo.C
969     panelstack.C
970     qfontexample.C
971     qsetborder.C
972     qtTimeout.C
973     qt_helpers.C
974     socket_callback.C
975     validators.C
976 ''')
977
978
979 src_client_header_files = Split('''
980     debug.h
981     messages.h
982 ''')
983
984
985 src_client_files = Split('''
986     boost.C
987     client.C
988     debug.C
989     gettext.C
990     messages.C
991 ''')
992
993
994 src_tex2lyx_header_files = Split('''
995     Spacing.h
996     context.h
997     lyxfont.h
998     tex2lyx.h
999     texparser.h
1000 ''')
1001
1002
1003 src_tex2lyx_files = Split('''
1004     FloatList.C
1005     Floating.C
1006     boost.C
1007     context.C
1008     counters.C
1009     gettext.C
1010     lengthcommon.C
1011     lyxfont.C
1012     lyxlayout.C
1013     lyxlex.C
1014     lyxlex_pimpl.C
1015     lyxtextclass.C
1016     math.C
1017     preamble.C
1018     table.C
1019     tex2lyx.C
1020     texparser.C
1021     text.C
1022 ''')
1023
1024
1025 src_header_files = Split('''
1026     Bidi.h
1027     BranchList.h
1028     BufferView.h
1029     Bullet.h
1030     Chktex.h
1031     Color.h
1032     ConverterCache.h
1033     CutAndPaste.h
1034     DepTable.h
1035     FloatList.h
1036     Floating.h
1037     FontIterator.h
1038     FuncStatus.h
1039     InsetList.h
1040     LColor.h
1041     LaTeX.h
1042     LaTeXFeatures.h
1043     LyXAction.h
1044     MenuBackend.h
1045     ParagraphList.h
1046     ParagraphList_fwd.h
1047     ParagraphParameters.h
1048     PrinterParams.h
1049     RowList_fwd.h
1050     Sectioning.h
1051     Spacing.h
1052     SpellBase.h
1053     Thesaurus.h
1054     TocBackend.h
1055     ToolbarBackend.h
1056     UpdateFlags.h
1057     Variables.h
1058     WordLangTuple.h
1059     aspell_local.h
1060     author.h
1061     box.h
1062     buffer.h
1063     buffer_funcs.h
1064     bufferlist.h
1065     bufferparams.h
1066     bufferview_funcs.h
1067     changes.h
1068     converter.h
1069     coordcache.h
1070     counters.h
1071     cursor.h
1072     cursor_slice.h
1073     debug.h
1074     dimension.h
1075     dispatchresult.h
1076     dociterator.h
1077     encoding.h
1078     errorlist.h
1079     exporter.h
1080     factory.h
1081     format.h
1082     funcrequest.h
1083     gettext.h
1084     graph.h
1085     importer.h
1086     insetiterator.h
1087     intl.h
1088     ispell.h
1089     kbmap.h
1090     kbsequence.h
1091     language.h
1092     layout.h
1093     lengthcommon.h
1094     lfuns.h
1095     lyx_cb.h
1096     lyx_main.h
1097     lyx_sty.h
1098     lyxfind.h
1099     lyxfont.h
1100     lyxfunc.h
1101     lyxgluelength.h
1102     lyxlayout.h
1103     lyxlayout_ptr_fwd.h
1104     lyxlength.h
1105     lyxlex.h
1106     lyxlex_pimpl.h
1107     lyxrc.h
1108     lyxrow.h
1109     lyxserver.h
1110     lyxsocket.h
1111     lyxtext.h
1112     lyxtextclass.h
1113     lyxtextclasslist.h
1114     lyxvc.h
1115     messages.h
1116     metricsinfo.h
1117     mover.h
1118     output.h
1119     output_docbook.h
1120     output_latex.h
1121     output_plaintext.h
1122     outputparams.h
1123     paper.h
1124     paragraph.h
1125     paragraph_funcs.h
1126     paragraph_pimpl.h
1127     ParagraphMetrics.h
1128     pariterator.h
1129     pspell.h
1130     rowpainter.h
1131     session.h
1132     sgml.h
1133     tabular.h
1134     tex-accent.h
1135     tex-strings.h
1136     texrow.h
1137     TextMetrics.h
1138     toc.h
1139     trans.h
1140     trans_decl.h
1141     trans_mgr.h
1142     undo.h
1143     vc-backend.h
1144     version.h
1145     vspace.h
1146 ''')
1147
1148
1149 src_pre_files = Split('''
1150     Bidi.C
1151     BranchList.C
1152     BufferView.C
1153     Bullet.C
1154     Chktex.C
1155     Color.C
1156     ConverterCache.C
1157     CutAndPaste.C
1158     DepTable.C
1159     FloatList.C
1160     Floating.C
1161     FontIterator.C
1162     FuncStatus.C
1163     InsetList.C
1164     LColor.C
1165     LaTeX.C
1166     LaTeXFeatures.C
1167     LyXAction.C
1168     MenuBackend.C
1169     ParagraphParameters.C
1170     Spacing.C
1171     TocBackend.C
1172     ToolbarBackend.C
1173     author.C
1174     boost.C
1175     buffer.C
1176     buffer_funcs.C
1177     bufferlist.C
1178     bufferparams.C
1179     bufferview_funcs.C
1180     changes.C
1181     converter.C
1182     coordcache.C
1183     counters.C
1184     cursor.C
1185     cursor_slice.C
1186     debug.C
1187     dociterator.C
1188     encoding.C
1189     errorlist.C
1190     exporter.C
1191     factory.C
1192     format.C
1193     funcrequest.C
1194     gettext.C
1195     graph.C
1196     importer.C
1197     insetiterator.C
1198     intl.C
1199     kbmap.C
1200     kbsequence.C
1201     language.C
1202     lengthcommon.C
1203     lyx_cb.C
1204     lyx_main.C
1205     lyx_sty.C
1206     lyxfind.C
1207     lyxfont.C
1208     lyxfunc.C
1209     lyxgluelength.C
1210     lyxlayout.C
1211     lyxlength.C
1212     lyxlex.C
1213     lyxlex_pimpl.C
1214     lyxrc.C
1215     lyxrow.C
1216     lyxserver.C
1217     lyxsocket.C
1218     lyxtextclass.C
1219     lyxtextclasslist.C
1220     lyxvc.C
1221     messages.C
1222     metricsinfo.C
1223     mover.C
1224     output.C
1225     output_docbook.C
1226     output_latex.C
1227     output_plaintext.C
1228     outputparams.C
1229     paragraph.C
1230     paragraph_funcs.C
1231     paragraph_pimpl.C
1232     ParagraphMetrics.C
1233     pariterator.C
1234     rowpainter.C
1235     session.C
1236     sgml.C
1237     tex-accent.C
1238     tex-strings.C
1239     texrow.C
1240     text.C
1241     text2.C
1242     text3.C
1243     TextMetrics.C
1244     toc.C
1245     trans.C
1246     trans_mgr.C
1247     undo.C
1248     vc-backend.C
1249     version.C
1250     vspace.C
1251 ''')
1252
1253
1254 src_post_files = Split('''
1255     tabular.C
1256     dimension.C
1257     PrinterParams.C
1258     box.C
1259     Thesaurus.C
1260     SpellBase.C
1261 ''')
1262
1263
1264 lib_files = Split('''
1265     CREDITS
1266     chkconfig.ltx
1267     external_templates
1268     encodings
1269     languages
1270     symbols
1271     syntax.default
1272     unicodesymbols
1273     configure.py
1274 ''')
1275
1276
1277 # do not install, ignore
1278 lib_image_noinst_files = Split('''
1279     images/README
1280     images/font-smallcaps.xpm
1281     images/math/ams_arrows.xbm
1282     images/math/ams_misc.xbm
1283     images/math/ams_nrel.xbm
1284     images/math/ams_ops.xbm
1285     images/math/ams_rel.xbm
1286     images/math/arrows.xbm
1287     images/math/bop.xbm
1288     images/math/brel.xbm
1289     images/math/deco.xbm
1290     images/math/deco.xpm
1291     images/math/delim0.xpm
1292     images/math/delim1.xpm
1293     images/math/delim.xbm
1294     images/math/dots.xbm
1295     images/math/font.xbm
1296     images/math/greek.xbm
1297     images/math/misc.xbm
1298     images/math/varsz.xbm
1299 ''')
1300
1301
1302 lib_bind_de_files = Split('''
1303     menus.bind
1304 ''')
1305
1306 lib_bind_fi_files = Split('''
1307     menus.bind
1308 ''')
1309
1310 lib_bind_pt_files = Split('''
1311     menus.bind
1312 ''')
1313
1314 lib_bind_sv_files = Split('''
1315     menus.bind
1316 ''')
1317
1318 lib_bind_files = Split('''
1319     broadway.bind
1320     cua.bind
1321     cyrkeys.bind
1322     emacs.bind
1323     greekkeys.bind
1324     hollywood.bind
1325     latinkeys.bind
1326     mac.bind
1327     math.bind
1328     menus.bind
1329     sciword.bind
1330     xemacs.bind
1331     aqua.bind
1332 ''')
1333
1334
1335 lib_examples_ca_files = Split('''
1336     splash.lyx
1337 ''')
1338
1339 lib_examples_cs_files = Split('''
1340     splash.lyx
1341 ''')
1342
1343 lib_examples_da_files = Split('''
1344     splash.lyx
1345 ''')
1346
1347 lib_examples_de_files = Split('''
1348     ItemizeBullets.lyx
1349     Lebenslauf.lyx
1350     Minipage.lyx
1351     TableExamples.lyx
1352     Waehrungen.lyx
1353     beispiel_gelyxt.lyx
1354     beispiel_roh.lyx
1355     decimal.lyx
1356     splash.lyx
1357     mathed.lyx
1358     multicol.lyx
1359 ''')
1360
1361 lib_examples_es_files = Split('''
1362     ejemplo_con_lyx.lyx
1363     ejemplo_sin_lyx.lyx
1364     splash.lyx
1365 ''')
1366
1367 lib_examples_eu_files = Split('''
1368     adibide_gordina.lyx
1369     adibide_lyx-atua.lyx
1370     splash.lyx
1371 ''')
1372
1373 lib_examples_fr_files = Split('''
1374     AlignementDecimal.lyx
1375     CV.lyx
1376     ExemplesTableaux.lyx
1377     Foils.lyx
1378     ListesPuces.lyx
1379     Minipage.lyx
1380     exemple_brut.lyx
1381     exemple_lyxifie.lyx
1382     mathed.lyx
1383     multicol.lyx
1384     splash.lyx
1385 ''')
1386
1387 lib_examples_he_files = Split('''
1388     example_raw.lyx
1389     he_example_lyxified.lyx
1390     he_example_raw.lyx
1391 ''')
1392
1393 lib_examples_hu_files = Split('''
1394     splash.lyx
1395 ''')
1396
1397 lib_examples_it_files = Split('''
1398     ItemizeBullets.lyx
1399     splash.lyx
1400 ''')
1401
1402 lib_examples_nl_files = Split('''
1403     multicol.lyx
1404     opsommingstekens.lyx
1405     splash.lyx
1406     voorbeeld_ruw.lyx
1407     voorbeeld_verlyxt.lyx
1408 ''')
1409
1410 lib_examples_pl_files = Split('''
1411     splash.lyx
1412 ''')
1413
1414 lib_examples_pt_files = Split('''
1415     splash.lyx
1416 ''')
1417
1418 lib_examples_ru_files = Split('''
1419     splash.lyx
1420 ''')
1421
1422 lib_examples_sl_files = Split('''
1423     primer_lyxan.lyx
1424     primer_surov.lyx
1425     splash.lyx
1426 ''')
1427
1428 lib_examples_ro_files = Split('''
1429     splash.lyx
1430 ''')
1431
1432 lib_examples_files = Split('''
1433     Foils.lyx
1434     ItemizeBullets.lyx
1435     Literate.lyx
1436     Minipage.lyx
1437     TableExamples.lyx
1438     aa_sample.lyx
1439     aas_sample.lyx
1440     amsart-test.lyx
1441     amsbook-test.lyx
1442     beamer-g4.jpg
1443     beamer-g4-mask.jpg
1444     beamer-icsi-logo.pdf
1445     beamer-knight1-mask.png
1446     beamer-knight1.png
1447     beamer-knight2-mask.png
1448     beamer-knight2.png
1449     beamer-knight3-mask.png
1450     beamer-knight3.png
1451     beamer-knight4-mask.png
1452     beamer-knight4.png
1453     beamerlyxexample1.lyx
1454     chess-article.lyx
1455     chessgame.lyx
1456     currency.lyx
1457     cv.lyx
1458     decimal.lyx
1459     docbook_article.lyx
1460     example_lyxified.lyx
1461     example_raw.lyx
1462     iecc05.fen
1463     iecc07.fen
1464     iecc12.fen
1465     landslide.lyx
1466     listerrors.lyx
1467     mathed.lyx
1468     multicol.lyx
1469     noweb2lyx.lyx
1470     script_form.lyx
1471     splash.lyx
1472     g-brief2.lyx
1473 ''')
1474
1475 lib_fonts_files = Split('''
1476     BaKoMaFontLicense.txt
1477     cmex10.ttf
1478     cmmi10.ttf
1479     cmr10.ttf
1480     cmsy10.ttf
1481     eufm10.ttf
1482     msam10.ttf
1483     msbm10.ttf
1484     ReadmeBaKoMa4LyX.txt
1485     wasy10.ttf
1486 ''')
1487
1488 lib_images_files = Split('''
1489     all-changes-reject.xpm
1490     all-changes-accept.xpm
1491     amssymb.xpm
1492     banner.png
1493     bookmark-goto.xpm
1494     bookmark-save.xpm
1495     break-line.xpm
1496     buffer-close.xpm
1497     buffer-export_dvi.xpm
1498     buffer-export_latex.xpm
1499     buffer-export_pdf2.xpm
1500     buffer-export_ps.xpm
1501     buffer-export_text.xpm
1502     buffer-new.xpm
1503     buffer-reload.xpm
1504     buffer-update_dvi.xpm
1505     buffer-update_pdf2.xpm
1506     buffer-update_ps.xpm
1507     buffer-view_dvi.xpm
1508     buffer-view_pdf2.xpm
1509     buffer-view_ps.xpm
1510     buffer-write-as.xpm
1511     buffer-write.xpm
1512     build-program.xpm
1513     change-accept.xpm
1514     change-next.xpm
1515     change-reject.xpm
1516     changes-merge.xpm
1517     changes-output.xpm
1518     changes-track.xpm
1519     copy.xpm
1520     cut.xpm
1521     depth-decrement.xpm
1522     depth-increment.xpm
1523     dialog-preferences.xpm
1524     dialog-show-new-inset_citation.xpm
1525     dialog-show-new-inset_graphics.xpm
1526     dialog-show-new-inset_include.xpm
1527     dialog-show-new-inset_ref.xpm
1528     dialog-show_character.xpm
1529     dialog-show_findreplace.xpm
1530     dialog-show_mathdelimiter.xpm
1531     dialog-show_mathmatrix.xpm
1532     dialog-show_print.xpm
1533     dialog-show_spellchecker.xpm
1534     down.xpm
1535     ert-insert.xpm
1536     file-open.xpm
1537     float-insert_figure.xpm
1538     float-insert_table.xpm
1539     font-bold.xpm
1540     font-emph.xpm
1541     font-free-apply.xpm
1542     font-noun.xpm
1543     font-sans.xpm
1544     footnote-insert.xpm
1545     index-insert.xpm
1546     label-insert.xpm
1547     layout.xpm
1548     layout-document.xpm
1549     layout-paragraph.xpm
1550     layout_Description.xpm
1551     layout_Enumerate.xpm
1552     layout_Itemize.xpm
1553     layout_List.xpm
1554     layout_LyX-Code.xpm
1555     layout_Scrap.xpm
1556     layout_Section.xpm
1557     lyx-quit.xpm
1558     lyx.xpm
1559     marginalnote-insert.xpm
1560     math-display.xpm
1561     math-matrix.xpm
1562     math-mode.xpm
1563     math-subscript.xpm
1564     math-superscript.xpm
1565     nomencl-insert.xpm
1566     note-insert.xpm
1567     note-next.xpm
1568     paste.xpm
1569     psnfss1.xpm
1570     psnfss2.xpm
1571     psnfss3.xpm
1572     psnfss4.xpm
1573     redo.xpm
1574     standard.xpm
1575     tabular-feature_align-center.xpm
1576     tabular-feature_align-left.xpm
1577     tabular-feature_align-right.xpm
1578     tabular-feature_append-column.xpm
1579     tabular-feature_append-row.xpm
1580     tabular-feature_delete-column.xpm
1581     tabular-feature_delete-row.xpm
1582     tabular-feature_multicolumn.xpm
1583     tabular-feature_set-all-lines.xpm
1584     tabular-feature_set-longtabular.xpm
1585     tabular-feature_set-rotate-cell.xpm
1586     tabular-feature_set-rotate-tabular.xpm
1587     tabular-feature_toggle-line-bottom.xpm
1588     tabular-feature_toggle-line-left.xpm
1589     tabular-feature_toggle-line-right.xpm
1590     tabular-feature_toggle-line-top.xpm
1591     tabular-feature_unset-all-lines.xpm
1592     tabular-feature_valign-bottom.xpm
1593     tabular-feature_valign-middle.xpm
1594     tabular-feature_valign-top.xpm
1595     tabular-insert.xpm
1596     thesaurus-entry.xpm
1597     toc-view.xpm
1598     undo.xpm
1599     unknown.xpm
1600     up.xpm
1601     url-insert.xpm
1602 ''')
1603
1604
1605 lib_images_math_files = Split('''
1606     style.xbm
1607     font.xpm
1608     delim.xpm
1609     equation.xpm
1610     matrix.xpm
1611     space.xpm
1612     sqrt-square.xpm
1613     style.xpm
1614     sub.xpm
1615     super.xpm
1616     Bbbk.xpm
1617     Finv.xpm
1618     Game.xpm
1619     Im.xpm
1620     Lleftarrow.xpm
1621     Rrightarrow.xpm
1622     Lsh.xpm
1623     Re.xpm
1624     Rsh.xpm
1625     Vert.xpm
1626     Vvdash.xpm
1627     acute.xpm
1628     aleph.xpm
1629     alpha.xpm
1630     amalg.xpm
1631     angle.xpm
1632     approx.xpm
1633     approxeq.xpm
1634     asymp.xpm
1635     backepsilon.xpm
1636     backprime.xpm
1637     backsim.xpm
1638     backsimeq.xpm
1639     backslash.xpm
1640     bar.xpm
1641     bars.xpm
1642     barwedge.xpm
1643     because.xpm
1644     beta.xpm
1645     beth.xpm
1646     between.xpm
1647     bigcap.xpm
1648     bigcirc.xpm
1649     bigcup.xpm
1650     bigodot.xpm
1651     bigoplus.xpm
1652     bigotimes.xpm
1653     bigsqcup.xpm
1654     bigstar.xpm
1655     bigtriangledown.xpm
1656     bigtriangleup.xpm
1657     biguplus.xpm
1658     bigvee.xpm
1659     bigwedge.xpm
1660     blacklozenge.xpm
1661     blacksquare.xpm
1662     blacktriangle.xpm
1663     blacktriangledown.xpm
1664     blacktriangleleft.xpm
1665     blacktriangleright.xpm
1666     bot.xpm
1667     bowtie.xpm
1668     boxdot.xpm
1669     boxminus.xpm
1670     boxplus.xpm
1671     boxtimes.xpm
1672     breve.xpm
1673     bullet.xpm
1674     bumpeq.xpm
1675     bumpeq2.xpm
1676     cap.xpm
1677     cap2.xpm
1678     cases.xpm
1679     cdot.xpm
1680     cdots.xpm
1681     centerdot.xpm
1682     check.xpm
1683     chi.xpm
1684     circ.xpm
1685     circeq.xpm
1686     circlearrowleft.xpm
1687     circlearrowright.xpm
1688     circledS.xpm
1689     circledast.xpm
1690     circledcirc.xpm
1691     circleddash.xpm
1692     clubsuit.xpm
1693     complement.xpm
1694     cong.xpm
1695     coprod.xpm
1696     cup.xpm
1697     cup2.xpm
1698     curlyeqprec.xpm
1699     curlyeqsucc.xpm
1700     curlyvee.xpm
1701     curlywedge.xpm
1702     curvearrowleft.xpm
1703     curvearrowright.xpm
1704     dagger.xpm
1705     daleth.xpm
1706     dashleftarrow.xpm
1707     dashrightarrow.xpm
1708     dashv.xpm
1709     ddagger.xpm
1710     ddot.xpm
1711     ddots.xpm
1712     delta.xpm
1713     delta2.xpm
1714     diagdown.xpm
1715     diagup.xpm
1716     diamond.xpm
1717     diamondsuit.xpm
1718     digamma.xpm
1719     div.xpm
1720     divideontimes.xpm
1721     dot.xpm
1722     doteq.xpm
1723     doteqdot.xpm
1724     dotsint.xpm
1725     dotsintop.xpm
1726     dotplus.xpm
1727     doublebarwedge.xpm
1728     downarrow.xpm
1729     downarrow2.xpm
1730     downdownarrows.xpm
1731     downharpoonleft.xpm
1732     downharpoonright.xpm
1733     ell.xpm
1734     empty.xpm
1735     emptyset.xpm
1736     epsilon.xpm
1737     eqcirc.xpm
1738     eqslantgtr.xpm
1739     eqslantless.xpm
1740     equiv.xpm
1741     eta.xpm
1742     eth.xpm
1743     exists.xpm
1744     fallingdotseq.xpm
1745     flat.xpm
1746     forall.xpm
1747     frac.xpm
1748     frac-square.xpm
1749     frown.xpm
1750     gamma.xpm
1751     gamma2.xpm
1752     geq.xpm
1753     geqq.xpm
1754     geqslant.xpm
1755     gg.xpm
1756     ggg.xpm
1757     gimel.xpm
1758     gnapprox.xpm
1759     gneq.xpm
1760     gneqq.xpm
1761     gnsim.xpm
1762     grave.xpm
1763     gtrapprox.xpm
1764     gtrdot.xpm
1765     gtreqless.xpm
1766     gtreqqless.xpm
1767     gtrless.xpm
1768     gtrsim.xpm
1769     gvertneqq.xpm
1770     hat.xpm
1771     hbar.xpm
1772     heartsuit.xpm
1773     hookleftarrow.xpm
1774     hookrightarrow.xpm
1775     hphantom.xpm
1776     hslash.xpm
1777     iiiint.xpm
1778     iiiintop.xpm
1779     iiint.xpm
1780     iiintop.xpm
1781     iintop.xpm
1782     iint.xpm
1783     imath.xpm
1784     in.xpm
1785     infty.xpm
1786     int.xpm
1787     intercal.xpm
1788     intop.xpm
1789     iota.xpm
1790     jmath.xpm
1791     kappa.xpm
1792     lambda.xpm
1793     lambda2.xpm
1794     langle.xpm
1795     lbrace.xpm
1796     lbrace_rbrace.xpm
1797     lbracket.xpm
1798     lbracket_rbracket.xpm
1799     lceil.xpm
1800     lceil_rceil.xpm
1801     ldots.xpm
1802     leftarrow.xpm
1803     leftarrow2.xpm
1804     leftarrowtail.xpm
1805     leftharpoondown.xpm
1806     leftharpoonup.xpm
1807     leftleftarrows.xpm
1808     leftrightarrow.xpm
1809     leftrightarrow2.xpm
1810     leftrightarrows.xpm
1811     leftrightharpoons.xpm
1812     leftrightsquigarrow.xpm
1813     leftthreetimes.xpm
1814     leq.xpm
1815     leqq.xpm
1816     leqslant.xpm
1817     lessapprox.xpm
1818     lessdot.xpm
1819     lesseqgtr.xpm
1820     lesseqqgtr.xpm
1821     lessgtr.xpm
1822     lesssim.xpm
1823     lfloor.xpm
1824     lfloor_rfloor.xpm
1825     ll.xpm
1826     llcorner.xpm
1827     lll.xpm
1828     lnapprox.xpm
1829     lneq.xpm
1830     lneqq.xpm
1831     lnsim.xpm
1832     longleftarrow.xpm
1833     longleftarrow2.xpm
1834     longleftrightarrow.xpm
1835     longleftrightarrow2.xpm
1836     longmapsto.xpm
1837     longrightarrow.xpm
1838     longrightarrow2.xpm
1839     looparrowleft.xpm
1840     looparrowright.xpm
1841     lozenge.xpm
1842     lparen.xpm
1843     lparen_rparen.xpm
1844     lrcorner.xpm
1845     ltimes.xpm
1846     lvertneqq.xpm
1847     mapsto.xpm
1848     mathbb_C.xpm
1849     mathbb_H.xpm
1850     mathbb_N.xpm
1851     mathbb_Q.xpm
1852     mathbb_R.xpm
1853     mathbb_Z.xpm
1854     mathcal_F.xpm
1855     mathcal_H.xpm
1856     mathcal_L.xpm
1857     mathcal_O.xpm
1858     mathcircumflex.xpm
1859     mathrm_T.xpm
1860     measuredangle.xpm
1861     mho.xpm
1862     mid.xpm
1863     models.xpm
1864     mp.xpm
1865     mu.xpm
1866     multimap.xpm
1867     nabla.xpm
1868     natural.xpm
1869     ncong.xpm
1870     nearrow.xpm
1871     neg.xpm
1872     neq.xpm
1873     nexists.xpm
1874     ngeq.xpm
1875     ngeqq.xpm
1876     ngeqslant.xpm
1877     ngtr.xpm
1878     ni.xpm
1879     nleftarrow.xpm
1880     nleftarrow2.xpm
1881     nleftrightarrow.xpm
1882     nleftrightarrow2.xpm
1883     nleq.xpm
1884     nleqq.xpm
1885     nleqslant.xpm
1886     nless.xpm
1887     nmid.xpm
1888     notin.xpm
1889     nparallel.xpm
1890     nprec.xpm
1891     npreceq.xpm
1892     nrightarrow.xpm
1893     nrightarrow2.xpm
1894     nshortmid.xpm
1895     nshortparallel.xpm
1896     nsim.xpm
1897     nsubseteq.xpm
1898     nsucc.xpm
1899     nsucceq.xpm
1900     nsupseteq.xpm
1901     nsupseteqq.xpm
1902     ntriangleleft.xpm
1903     ntrianglelefteq.xpm
1904     ntriangleright.xpm
1905     ntrianglerighteq.xpm
1906     nu.xpm
1907     nvdash.xpm
1908     nvdash2.xpm
1909     nvdash3.xpm
1910     nwarrow.xpm
1911     odot.xpm
1912     oiint.xpm
1913     oiintop.xpm
1914     oint.xpm
1915     ointclockwise.xpm
1916     ointclockwiseop.xpm
1917     ointctrclockwise.xpm
1918     ointctrclockwiseop.xpm
1919     ointop.xpm
1920     omega.xpm
1921     omega2.xpm
1922     ominus.xpm
1923     oplus.xpm
1924     oslash.xpm
1925     otimes.xpm
1926     overbrace.xpm
1927     overleftarrow.xpm
1928     overleftrightarrow.xpm
1929     overline.xpm
1930     overrightarrow.xpm
1931     overset.xpm
1932     parallel.xpm
1933     partial.xpm
1934     perp.xpm
1935     phantom.xpm
1936     phi.xpm
1937     phi2.xpm
1938     pi.xpm
1939     pi2.xpm
1940     pitchfork.xpm
1941     pm.xpm
1942     prec.xpm
1943     precapprox.xpm
1944     preccurlyeq.xpm
1945     preceq.xpm
1946     precnapprox.xpm
1947     precnsim.xpm
1948     precsim.xpm
1949     prime.xpm
1950     prod.xpm
1951     propto.xpm
1952     psi.xpm
1953     psi2.xpm
1954     rangle.xpm
1955     rbrace.xpm
1956     rbracket.xpm
1957     rceil.xpm
1958     rfloor.xpm
1959     rho.xpm
1960     rightarrow.xpm
1961     rightarrow2.xpm
1962     rightarrowtail.xpm
1963     rightharpoondown.xpm
1964     rightharpoonup.xpm
1965     rightleftarrows.xpm
1966     rightleftharpoons.xpm
1967     rightrightarrows.xpm
1968     rightsquigarrow.xpm
1969     rightthreetimes.xpm
1970     risingdotseq.xpm
1971     root.xpm
1972     rparen.xpm
1973     rtimes.xpm
1974     searrow.xpm
1975     setminus.xpm
1976     sharp.xpm
1977     shortmid.xpm
1978     shortparallel.xpm
1979     sigma.xpm
1980     sigma2.xpm
1981     sim.xpm
1982     simeq.xpm
1983     slash.xpm
1984     smallfrown.xpm
1985     smallsetminus.xpm
1986     smallsmile.xpm
1987     smile.xpm
1988     spadesuit.xpm
1989     sphericalangle.xpm
1990     sqcap.xpm
1991     sqcup.xpm
1992     sqiint.xpm
1993     sqiintop.xpm
1994     sqint.xpm
1995     sqintop.xpm
1996     sqrt.xpm
1997     sqsubset.xpm
1998     sqsubseteq.xpm
1999     sqsupset.xpm
2000     sqsupseteq.xpm
2001     square.xpm
2002     star.xpm
2003     subset.xpm
2004     subset2.xpm
2005     subseteq.xpm
2006     subseteqq.xpm
2007     subsetneq.xpm
2008     subsetneqq.xpm
2009     succ.xpm
2010     succapprox.xpm
2011     succcurlyeq.xpm
2012     succeq.xpm
2013     succnapprox.xpm
2014     succnsim.xpm
2015     succsim.xpm
2016     sum.xpm
2017     supset.xpm
2018     supset2.xpm
2019     supseteq.xpm
2020     supseteqq.xpm
2021     supsetneq.xpm
2022     supsetneqq.xpm
2023     surd.xpm
2024     swarrow.xpm
2025     tau.xpm
2026     textrm_Oe.xpm
2027     textrm_AA.xpm
2028     therefore.xpm
2029     theta.xpm
2030     theta2.xpm
2031     thickapprox.xpm
2032     thicksim.xpm
2033     tilde.xpm
2034     times.xpm
2035     top.xpm
2036     triangle.xpm
2037     triangledown.xpm
2038     triangleleft.xpm
2039     trianglelefteq.xpm
2040     triangleq.xpm
2041     triangleright.xpm
2042     trianglerighteq.xpm
2043     twoheadleftarrow.xpm
2044     twoheadrightarrow.xpm
2045     ulcorner.xpm
2046     underbrace.xpm
2047     underleftarrow.xpm
2048     underleftrightarrow.xpm
2049     underline.xpm
2050     underrightarrow.xpm
2051     underscore.xpm
2052     underset.xpm
2053     uparrow.xpm
2054     uparrow2.xpm
2055     updownarrow.xpm
2056     updownarrow2.xpm
2057     upharpoonleft.xpm
2058     upharpoonright.xpm
2059     uplus.xpm
2060     upsilon.xpm
2061     upsilon2.xpm
2062     upuparrows.xpm
2063     urcorner.xpm
2064     varepsilon.xpm
2065     varkappa.xpm
2066     varnothing.xpm
2067     varphi.xpm
2068     varpi.xpm
2069     varpropto.xpm
2070     varsigma.xpm
2071     varsubsetneq.xpm
2072     varsubsetneqq.xpm
2073     varsupsetneq.xpm
2074     varsupsetneqq.xpm
2075     vartheta.xpm
2076     vartriangle.xpm
2077     vartriangleleft.xpm
2078     vartriangleright.xpm
2079     vdash.xpm
2080     vdash2.xpm
2081     vdash3.xpm
2082     vdots.xpm
2083     vec.xpm
2084     vee.xpm
2085     veebar.xpm
2086     vphantom.xpm
2087     wedge.xpm
2088     widehat.xpm
2089     widetilde.xpm
2090     wp.xpm
2091     wr.xpm
2092     xi.xpm
2093     xi2.xpm
2094     zeta.xpm
2095 ''')
2096
2097
2098 lib_kbd_files = Split('''
2099     american-2.kmap
2100     american.kmap
2101     arabic.kmap
2102     bg-bds-1251.kmap
2103     brazil.kmap
2104     brazil2.kmap
2105     czech-prg.kmap
2106     czech.kmap
2107     european.kmap
2108     francais.kmap
2109     french.kmap
2110     german-2.kmap
2111     german-3.kmap
2112     german.kmap
2113     greek.kmap
2114     hebrew.kmap
2115     koi8-r.kmap
2116     koi8-u.kmap
2117     latvian.kmap
2118     magyar-2.kmap
2119     magyar-3.kmap
2120     magyar.kmap
2121     null.kmap
2122     polish.kmap
2123     polski.kmap
2124     portuges.kmap
2125     romanian.kmap
2126     serbian.kmap
2127     serbocroatian.kmap
2128     sf.kmap
2129     sg.kmap
2130     slovak.kmap
2131     slovene.kmap
2132     thai-kedmanee.kmap
2133     transilvanian.kmap
2134     turkish-f.kmap
2135     turkish.kmap
2136     espanol.kmap
2137 ''')
2138
2139
2140 lib_layouts_files = Split('''
2141     IEEEtran.layout
2142     aa.layout
2143     aapaper.layout
2144     aastex.layout
2145     agu-dtd.layout
2146     agums.layout
2147     amsart-plain.layout
2148     amsart-seq.layout
2149     amsart.layout
2150     amsbook.layout
2151     apa.layout
2152     arab-article.layout
2153     article.layout
2154     beamer.layout
2155     book.layout
2156     broadway.layout
2157     chess.layout
2158     cl2emult.layout
2159     cv.layout
2160     dinbrief.layout
2161     docbook-book.layout
2162     docbook-chapter.layout
2163     docbook-section.layout
2164     docbook.layout
2165     dtk.layout
2166     egs.layout
2167     elsart.layout
2168     entcs.layout
2169     europecv.layout
2170     extarticle.layout
2171     extbook.layout
2172     extletter.layout
2173     extreport.layout
2174     foils.layout
2175     g-brief-de.layout
2176     g-brief-en.layout
2177     g-brief2.layout
2178     heb-article.layout
2179     heb-letter.layout
2180     hollywood.layout
2181     ijmpc.layout
2182     ijmpd.layout
2183     isprs.layout
2184     jgrga.layout
2185     kluwer.layout
2186     latex8.layout
2187     letter.layout
2188     literate-article.layout
2189     literate-book.layout
2190     literate-report.layout
2191     llncs.layout
2192     ltugboat.layout
2193     manpage.layout
2194     memoir.layout
2195     moderncv.layout
2196     mwart.layout
2197     mwbk.layout
2198     mwrep.layout
2199     paper.layout
2200     report.layout
2201     revtex.layout
2202     revtex4.layout
2203     scrartcl.layout
2204     scrbook.layout
2205     scrlettr.layout
2206     scrlttr2.layout
2207     scrreprt.layout
2208     seminar.layout
2209     siamltex.layout
2210     slides.layout
2211     spie.layout
2212     svglobal.layout
2213     svjog.layout
2214     svprobth.layout
2215     aapaper.inc
2216     agu_stdclass.inc
2217     agu_stdcounters.inc
2218     agu_stdlists.inc
2219     agu_stdsections.inc
2220     agu_stdtitle.inc
2221     aguplus.inc
2222     amsdefs.inc
2223     amsmaths-plain.inc
2224     amsmaths-seq.inc
2225     amsmaths.inc
2226     db_lyxmacros.inc
2227     db_stdcharstyles.inc
2228     db_stdclass.inc
2229     db_stdcounters.inc
2230     db_stdlayouts.inc
2231     db_stdlists.inc
2232     db_stdsections.inc
2233     db_stdstarsections.inc
2234     db_stdstruct.inc
2235     db_stdtitle.inc
2236     literate-scrap.inc
2237     lyxmacros.inc
2238     numarticle.inc
2239     numreport.inc
2240     numrevtex.inc
2241     scrclass.inc
2242     stdclass.inc
2243     stdcounters.inc
2244     stdfloats.inc
2245     stdlayouts.inc
2246     stdletter.inc
2247     stdlists.inc
2248     stdsections.inc
2249     stdstarsections.inc
2250     stdstruct.inc
2251     stdtitle.inc
2252     svjour.inc
2253 ''')
2254
2255
2256 lib_scripts_files = Split('''
2257     TeXFiles.py
2258     clean_dvi.py
2259     convertDefault.py
2260     date.py
2261     fen2ascii.py
2262     fig2pdftex.py
2263     fig2pstex.py
2264     fig_copy.py
2265     layout2layout.py
2266     legacy_lyxpreview2ppm.py
2267     listerrors
2268     lyxpreview2bitmap.py
2269     lyxpreview_tools.py
2270     tex_copy.py
2271 ''')
2272
2273
2274 lib_templates_files = Split('''
2275     IEEEtran.lyx
2276     README.new_templates
2277     aa.lyx
2278     aastex.lyx
2279     agu_article.lyx
2280     beamer-conference-ornate-20min.lyx
2281     biblioExample.bib
2282     CV-image.eps
2283     CV-image.png
2284     de_beamer-conference-ornate-20min.lyx
2285     dinbrief.lyx
2286     docbook_article.lyx
2287     elsart.lyx
2288     europeCV.lyx
2289     fr_beamer-conference-ornate-20min.lyx
2290     g-brief2.lyx
2291     g-brief-de.lyx
2292     g-brief-en.lyx
2293     ijmpc.lyx
2294     ijmpd.lyx
2295     hollywood.lyx
2296     kluwer.lyx
2297     koma-letter2.lyx
2298     latex8.lyx
2299     letter.lyx
2300     modernCV.lyx
2301     revtex.lyx
2302     revtex4.lyx
2303     slides.lyx
2304 ''')
2305
2306
2307 lib_tex_files = Split('''
2308     broadway.cls
2309     cv.cls
2310     hollywood.cls
2311     lyxchess.sty
2312     lyxskak.sty
2313     revtex.cls
2314 ''')
2315
2316
2317 lib_ui_files = Split('''
2318     classic.ui
2319     default.ui
2320     stdmenus.inc
2321     stdtoolbars.inc
2322 ''')
2323
2324 lib_doc_clipart_files = Split('''
2325     BoxInsetDefaultQt4.png
2326     ChildDocumentQt4.png
2327     CommentNoteImageQt4.png
2328     escher-lsd.eps
2329     endnotes.pdf
2330     ExternalMaterialQt4.png
2331     floatQt4.png
2332     footnoteQt4.png
2333     FramedNoteImageQt4.png
2334     GreyedOutNoteImageQt4.png
2335     labelQt4.png
2336     LyXNoteImageQt4.png
2337     mobius.eps
2338     platypus.eps
2339     referenceQt4.png
2340     ShadedNoteImageQt4.png
2341     with_fntright.pdf
2342     without_fntright.pdf
2343 ''')
2344
2345 lib_doc_cs_files = Split('''
2346     Tutorial.lyx
2347 ''')
2348
2349 lib_doc_da_files = Split('''
2350     Intro.lyx
2351 ''')
2352
2353 lib_doc_de_files = Split('''
2354     Customization.lyx
2355     Extended.lyx
2356     FAQ.lyx
2357     Intro.lyx
2358     Tutorial.lyx
2359     UserGuide.lyx
2360 ''')
2361
2362 lib_doc_es_files = Split('''
2363     DocumentoPostizo1.lyx
2364     DocumentoPostizo2.lyx
2365     DocumentoTextoPostizo.txt
2366     EmbeddedObjects.lyx
2367     Extended.lyx
2368     Intro.lyx
2369     Tutorial.lyx
2370 ''')
2371
2372 lib_doc_es_clipart_files = Split('''
2373     ComentNotaImagenQt4.png
2374     CuadroMinipagQt4.png
2375     DocumentoHijoQt4.png
2376     etiquetaQt4.png
2377     flotanteQt4.png
2378     GrisNotaImagenQt4.png
2379     MaterialExternoQt4.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 ''')