]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
7db423027b0b081aaa2e3932ade03d5d824bcd68
[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     converter.h
1075     coordcache.h
1076     counters.h
1077     cursor.h
1078     cursor_slice.h
1079     debug.h
1080     dimension.h
1081     dispatchresult.h
1082     dociterator.h
1083     encoding.h
1084     errorlist.h
1085     exporter.h
1086     factory.h
1087     format.h
1088     funcrequest.h
1089     gettext.h
1090     graph.h
1091     importer.h
1092     insetiterator.h
1093     intl.h
1094     ispell.h
1095     kbmap.h
1096     kbsequence.h
1097     language.h
1098     layout.h
1099     lengthcommon.h
1100     lfuns.h
1101     lyx_cb.h
1102     lyx_main.h
1103     lyx_sty.h
1104     lyxfind.h
1105     lyxfont.h
1106     lyxfunc.h
1107     lyxgluelength.h
1108     lyxlayout.h
1109     lyxlayout_ptr_fwd.h
1110     lyxlength.h
1111     lyxlex.h
1112     lyxlex_pimpl.h
1113     lyxrc.h
1114     lyxrow.h
1115     lyxserver.h
1116     lyxsocket.h
1117     lyxtext.h
1118     lyxtextclass.h
1119     lyxtextclasslist.h
1120     lyxvc.h
1121     messages.h
1122     metricsinfo.h
1123     mover.h
1124     output.h
1125     output_docbook.h
1126     output_latex.h
1127     output_plaintext.h
1128     outputparams.h
1129     paper.h
1130     paragraph.h
1131     paragraph_funcs.h
1132     paragraph_pimpl.h
1133     ParagraphMetrics.h
1134     pariterator.h
1135     pspell.h
1136     rowpainter.h
1137     session.h
1138     sgml.h
1139     tabular.h
1140     tex-accent.h
1141     tex-strings.h
1142     texrow.h
1143     TextMetrics.h
1144     toc.h
1145     trans.h
1146     trans_decl.h
1147     trans_mgr.h
1148     undo.h
1149     vc-backend.h
1150     version.h
1151     vspace.h
1152 ''')
1153
1154
1155 src_pre_files = Split('''
1156     Bidi.C
1157     BranchList.C
1158     BufferView.C
1159     Bullet.C
1160     Chktex.C
1161     Color.C
1162     ConverterCache.C
1163     CutAndPaste.C
1164     DepTable.C
1165     FloatList.C
1166     Floating.C
1167     FontIterator.C
1168     FuncStatus.C
1169     InsetList.C
1170     LColor.C
1171     LaTeX.C
1172     LaTeXFeatures.C
1173     LyXAction.C
1174     MenuBackend.C
1175     ParagraphParameters.C
1176     Spacing.C
1177     TocBackend.C
1178     ToolbarBackend.C
1179     author.C
1180     boost.C
1181     buffer.C
1182     buffer_funcs.C
1183     bufferlist.C
1184     bufferparams.C
1185     bufferview_funcs.C
1186     changes.C
1187     converter.C
1188     coordcache.C
1189     counters.C
1190     cursor.C
1191     cursor_slice.C
1192     debug.C
1193     dociterator.C
1194     encoding.C
1195     errorlist.C
1196     exporter.C
1197     factory.C
1198     format.C
1199     funcrequest.C
1200     gettext.C
1201     graph.C
1202     importer.C
1203     insetiterator.C
1204     intl.C
1205     kbmap.C
1206     kbsequence.C
1207     language.C
1208     lengthcommon.C
1209     lyx_cb.C
1210     lyx_main.C
1211     lyx_sty.C
1212     lyxfind.C
1213     lyxfont.C
1214     lyxfunc.C
1215     lyxgluelength.C
1216     lyxlayout.C
1217     lyxlength.C
1218     lyxlex.C
1219     lyxlex_pimpl.C
1220     lyxrc.C
1221     lyxrow.C
1222     lyxserver.C
1223     lyxsocket.C
1224     lyxtextclass.C
1225     lyxtextclasslist.C
1226     lyxvc.C
1227     messages.C
1228     metricsinfo.C
1229     mover.C
1230     output.C
1231     output_docbook.C
1232     output_latex.C
1233     output_plaintext.C
1234     outputparams.C
1235     paragraph.C
1236     paragraph_funcs.C
1237     paragraph_pimpl.C
1238     ParagraphMetrics.C
1239     pariterator.C
1240     rowpainter.C
1241     session.C
1242     sgml.C
1243     tex-accent.C
1244     tex-strings.C
1245     texrow.C
1246     text.C
1247     text2.C
1248     text3.C
1249     TextMetrics.C
1250     toc.C
1251     trans.C
1252     trans_mgr.C
1253     undo.C
1254     vc-backend.C
1255     version.C
1256     vspace.C
1257 ''')
1258
1259
1260 src_post_files = Split('''
1261     tabular.C
1262     dimension.C
1263     PrinterParams.C
1264     box.C
1265     Thesaurus.C
1266     SpellBase.C
1267 ''')
1268
1269
1270 lib_files = Split('''
1271     CREDITS
1272     chkconfig.ltx
1273     external_templates
1274     encodings
1275     languages
1276     symbols
1277     syntax.default
1278     unicodesymbols
1279     configure.py
1280 ''')
1281
1282
1283 # do not install, ignore
1284 lib_image_noinst_files = Split('''
1285     images/README
1286     images/font-smallcaps.xpm
1287     images/math/ams_arrows.xbm
1288     images/math/ams_misc.xbm
1289     images/math/ams_nrel.xbm
1290     images/math/ams_ops.xbm
1291     images/math/ams_rel.xbm
1292     images/math/arrows.xbm
1293     images/math/bop.xbm
1294     images/math/brel.xbm
1295     images/math/deco.xbm
1296     images/math/deco.xpm
1297     images/math/delim0.xpm
1298     images/math/delim1.xpm
1299     images/math/delim.xbm
1300     images/math/dots.xbm
1301     images/math/font.xbm
1302     images/math/greek.xbm
1303     images/math/misc.xbm
1304     images/math/varsz.xbm
1305 ''')
1306
1307
1308 lib_bind_de_files = Split('''
1309     menus.bind
1310 ''')
1311
1312 lib_bind_fi_files = Split('''
1313     menus.bind
1314 ''')
1315
1316 lib_bind_pt_files = Split('''
1317     menus.bind
1318 ''')
1319
1320 lib_bind_sv_files = Split('''
1321     menus.bind
1322 ''')
1323
1324 lib_bind_files = Split('''
1325     broadway.bind
1326     cua.bind
1327     cyrkeys.bind
1328     emacs.bind
1329     greekkeys.bind
1330     hollywood.bind
1331     latinkeys.bind
1332     mac.bind
1333     math.bind
1334     menus.bind
1335     sciword.bind
1336     xemacs.bind
1337     aqua.bind
1338 ''')
1339
1340
1341 lib_examples_ca_files = Split('''
1342     splash.lyx
1343 ''')
1344
1345 lib_examples_cs_files = Split('''
1346     splash.lyx
1347 ''')
1348
1349 lib_examples_da_files = Split('''
1350     splash.lyx
1351 ''')
1352
1353 lib_examples_de_files = Split('''
1354     ItemizeBullets.lyx
1355     Lebenslauf.lyx
1356     Minipage.lyx
1357     TableExamples.lyx
1358     Waehrungen.lyx
1359     beispiel_gelyxt.lyx
1360     beispiel_roh.lyx
1361     decimal.lyx
1362     splash.lyx
1363     mathed.lyx
1364     multicol.lyx
1365 ''')
1366
1367 lib_examples_es_files = Split('''
1368     ejemplo_con_lyx.lyx
1369     ejemplo_sin_lyx.lyx
1370     splash.lyx
1371 ''')
1372
1373 lib_examples_eu_files = Split('''
1374     adibide_gordina.lyx
1375     adibide_lyx-atua.lyx
1376     splash.lyx
1377 ''')
1378
1379 lib_examples_fr_files = Split('''
1380     AlignementDecimal.lyx
1381     CV.lyx
1382     ExemplesTableaux.lyx
1383     Foils.lyx
1384     ListesPuces.lyx
1385     Minipage.lyx
1386     exemple_brut.lyx
1387     exemple_lyxifie.lyx
1388     mathed.lyx
1389     multicol.lyx
1390     splash.lyx
1391 ''')
1392
1393 lib_examples_he_files = Split('''
1394     example_raw.lyx
1395     he_example_lyxified.lyx
1396     he_example_raw.lyx
1397 ''')
1398
1399 lib_examples_hu_files = Split('''
1400     splash.lyx
1401 ''')
1402
1403 lib_examples_it_files = Split('''
1404     ItemizeBullets.lyx
1405     splash.lyx
1406 ''')
1407
1408 lib_examples_nl_files = Split('''
1409     multicol.lyx
1410     opsommingstekens.lyx
1411     splash.lyx
1412     voorbeeld_ruw.lyx
1413     voorbeeld_verlyxt.lyx
1414 ''')
1415
1416 lib_examples_pl_files = Split('''
1417     splash.lyx
1418 ''')
1419
1420 lib_examples_pt_files = Split('''
1421     splash.lyx
1422 ''')
1423
1424 lib_examples_ru_files = Split('''
1425     splash.lyx
1426 ''')
1427
1428 lib_examples_sl_files = Split('''
1429     primer_lyxan.lyx
1430     primer_surov.lyx
1431     splash.lyx
1432 ''')
1433
1434 lib_examples_ro_files = Split('''
1435     splash.lyx
1436 ''')
1437
1438 lib_examples_files = Split('''
1439     Foils.lyx
1440     ItemizeBullets.lyx
1441     Literate.lyx
1442     Minipage.lyx
1443     TableExamples.lyx
1444     aa_sample.lyx
1445     aas_sample.lyx
1446     amsart-test.lyx
1447     amsbook-test.lyx
1448     beamer-g4.jpg
1449     beamer-g4-mask.jpg
1450     beamer-icsi-logo.pdf
1451     beamer-knight1-mask.png
1452     beamer-knight1.png
1453     beamer-knight2-mask.png
1454     beamer-knight2.png
1455     beamer-knight3-mask.png
1456     beamer-knight3.png
1457     beamer-knight4-mask.png
1458     beamer-knight4.png
1459     beamerlyxexample1.lyx
1460     chess-article.lyx
1461     chessgame.lyx
1462     currency.lyx
1463     cv.lyx
1464     decimal.lyx
1465     docbook_article.lyx
1466     example_lyxified.lyx
1467     example_raw.lyx
1468     iecc05.fen
1469     iecc07.fen
1470     iecc12.fen
1471     landslide.lyx
1472     listerrors.lyx
1473     mathed.lyx
1474     multicol.lyx
1475     noweb2lyx.lyx
1476     script_form.lyx
1477     splash.lyx
1478     g-brief2.lyx
1479 ''')
1480
1481
1482 lib_images_files = Split('''
1483     all-changes-reject.xpm
1484     all-changes-accept.xpm
1485     amssymb.xpm
1486     banner.png
1487     bookmark-goto.xpm
1488     bookmark-save.xpm
1489     break-line.xpm
1490     buffer-close.xpm
1491     buffer-export_dvi.xpm
1492     buffer-export_latex.xpm
1493     buffer-export_pdf2.xpm
1494     buffer-export_ps.xpm
1495     buffer-export_text.xpm
1496     buffer-new.xpm
1497     buffer-reload.xpm
1498     buffer-update_dvi.xpm
1499     buffer-update_pdf2.xpm
1500     buffer-update_ps.xpm
1501     buffer-view_dvi.xpm
1502     buffer-view_pdf2.xpm
1503     buffer-view_ps.xpm
1504     buffer-write-as.xpm
1505     buffer-write.xpm
1506     build-program.xpm
1507     change-accept.xpm
1508     change-next.xpm
1509     change-reject.xpm
1510     changes-merge.xpm
1511     changes-output.xpm
1512     changes-track.xpm
1513     copy.xpm
1514     cut.xpm
1515     depth-decrement.xpm
1516     depth-increment.xpm
1517     dialog-preferences.xpm
1518     dialog-show-new-inset_citation.xpm
1519     dialog-show-new-inset_graphics.xpm
1520     dialog-show-new-inset_include.xpm
1521     dialog-show-new-inset_ref.xpm
1522     dialog-show_character.xpm
1523     dialog-show_findreplace.xpm
1524     dialog-show_mathpanel.xpm
1525     dialog-show_print.xpm
1526     dialog-show_spellchecker.xpm
1527     down.xpm
1528     ert-insert.xpm
1529     file-open.xpm
1530     float-insert_figure.xpm
1531     float-insert_table.xpm
1532     font-bold.xpm
1533     font-emph.xpm
1534     font-free-apply.xpm
1535     font-noun.xpm
1536     font-sans.xpm
1537     footnote-insert.xpm
1538     index-insert.xpm
1539     label-insert.xpm
1540     layout.xpm
1541     layout-document.xpm
1542     layout-paragraph.xpm
1543     layout_Description.xpm
1544     layout_Enumerate.xpm
1545     layout_Itemize.xpm
1546     layout_List.xpm
1547     layout_LyX-Code.xpm
1548     layout_Scrap.xpm
1549     layout_Section.xpm
1550     lyx-quit.xpm
1551     lyx.xpm
1552     marginalnote-insert.xpm
1553     math-display.xpm
1554     math-matrix.xpm
1555     math-mode.xpm
1556     math-subscript.xpm
1557     math-superscript.xpm
1558     nomencl-insert.xpm
1559     note-insert.xpm
1560     note-next.xpm
1561     paste.xpm
1562     psnfss1.xpm
1563     psnfss2.xpm
1564     psnfss3.xpm
1565     psnfss4.xpm
1566     redo.xpm
1567     standard.xpm
1568     tabular-feature_align-center.xpm
1569     tabular-feature_align-left.xpm
1570     tabular-feature_align-right.xpm
1571     tabular-feature_append-column.xpm
1572     tabular-feature_append-row.xpm
1573     tabular-feature_delete-column.xpm
1574     tabular-feature_delete-row.xpm
1575     tabular-feature_multicolumn.xpm
1576     tabular-feature_set-all-lines.xpm
1577     tabular-feature_set-longtabular.xpm
1578     tabular-feature_set-rotate-cell.xpm
1579     tabular-feature_set-rotate-tabular.xpm
1580     tabular-feature_toggle-line-bottom.xpm
1581     tabular-feature_toggle-line-left.xpm
1582     tabular-feature_toggle-line-right.xpm
1583     tabular-feature_toggle-line-top.xpm
1584     tabular-feature_unset-all-lines.xpm
1585     tabular-feature_valign-bottom.xpm
1586     tabular-feature_valign-middle.xpm
1587     tabular-feature_valign-top.xpm
1588     tabular-insert.xpm
1589     thesaurus-entry.xpm
1590     toc-view.xpm
1591     undo.xpm
1592     unknown.xpm
1593     up.xpm
1594     url-insert.xpm
1595 ''')
1596
1597
1598 lib_images_math_files = Split('''
1599     style.xbm
1600     font.xpm
1601     delim.xpm
1602     equation.xpm
1603     matrix.xpm
1604     space.xpm
1605     sqrt-square.xpm
1606     style.xpm
1607     sub.xpm
1608     super.xpm
1609     Bbbk.xpm
1610     Finv.xpm
1611     Game.xpm
1612     Im.xpm
1613     Lleftarrow.xpm
1614     Rrightarrow.xpm
1615     Lsh.xpm
1616     Re.xpm
1617     Rsh.xpm
1618     Vert.xpm
1619     Vvdash.xpm
1620     acute.xpm
1621     aleph.xpm
1622     alpha.xpm
1623     amalg.xpm
1624     angle.xpm
1625     approx.xpm
1626     approxeq.xpm
1627     asymp.xpm
1628     backepsilon.xpm
1629     backprime.xpm
1630     backsim.xpm
1631     backsimeq.xpm
1632     backslash.xpm
1633     bar.xpm
1634     bars.xpm
1635     barwedge.xpm
1636     because.xpm
1637     beta.xpm
1638     beth.xpm
1639     between.xpm
1640     bigcap.xpm
1641     bigcirc.xpm
1642     bigcup.xpm
1643     bigodot.xpm
1644     bigoplus.xpm
1645     bigotimes.xpm
1646     bigsqcup.xpm
1647     bigstar.xpm
1648     bigtriangledown.xpm
1649     bigtriangleup.xpm
1650     biguplus.xpm
1651     bigvee.xpm
1652     bigwedge.xpm
1653     blacklozenge.xpm
1654     blacksquare.xpm
1655     blacktriangle.xpm
1656     blacktriangledown.xpm
1657     blacktriangleleft.xpm
1658     blacktriangleright.xpm
1659     bot.xpm
1660     bowtie.xpm
1661     boxdot.xpm
1662     boxminus.xpm
1663     boxplus.xpm
1664     boxtimes.xpm
1665     breve.xpm
1666     bullet.xpm
1667     bumpeq.xpm
1668     bumpeq2.xpm
1669     cap.xpm
1670     cap2.xpm
1671     cases.xpm
1672     cdot.xpm
1673     cdots.xpm
1674     centerdot.xpm
1675     check.xpm
1676     chi.xpm
1677     circ.xpm
1678     circeq.xpm
1679     circlearrowleft.xpm
1680     circlearrowright.xpm
1681     circledS.xpm
1682     circledast.xpm
1683     circledcirc.xpm
1684     circleddash.xpm
1685     clubsuit.xpm
1686     complement.xpm
1687     cong.xpm
1688     coprod.xpm
1689     cup.xpm
1690     cup2.xpm
1691     curlyeqprec.xpm
1692     curlyeqsucc.xpm
1693     curlyvee.xpm
1694     curlywedge.xpm
1695     curvearrowleft.xpm
1696     curvearrowright.xpm
1697     dagger.xpm
1698     daleth.xpm
1699     dashleftarrow.xpm
1700     dashrightarrow.xpm
1701     dashv.xpm
1702     ddagger.xpm
1703     ddot.xpm
1704     ddots.xpm
1705     delta.xpm
1706     delta2.xpm
1707     diagdown.xpm
1708     diagup.xpm
1709     diamond.xpm
1710     diamondsuit.xpm
1711     digamma.xpm
1712     div.xpm
1713     divideontimes.xpm
1714     dot.xpm
1715     doteq.xpm
1716     doteqdot.xpm
1717     dotsint.xpm
1718     dotsintop.xpm
1719     dotplus.xpm
1720     doublebarwedge.xpm
1721     downarrow.xpm
1722     downarrow2.xpm
1723     downdownarrows.xpm
1724     downharpoonleft.xpm
1725     downharpoonright.xpm
1726     ell.xpm
1727     empty.xpm
1728     emptyset.xpm
1729     epsilon.xpm
1730     eqcirc.xpm
1731     eqslantgtr.xpm
1732     eqslantless.xpm
1733     equiv.xpm
1734     eta.xpm
1735     eth.xpm
1736     exists.xpm
1737     fallingdotseq.xpm
1738     flat.xpm
1739     forall.xpm
1740     frac.xpm
1741     frac-square.xpm
1742     frown.xpm
1743     gamma.xpm
1744     gamma2.xpm
1745     geq.xpm
1746     geqq.xpm
1747     geqslant.xpm
1748     gg.xpm
1749     ggg.xpm
1750     gimel.xpm
1751     gnapprox.xpm
1752     gneq.xpm
1753     gneqq.xpm
1754     gnsim.xpm
1755     grave.xpm
1756     gtrapprox.xpm
1757     gtrdot.xpm
1758     gtreqless.xpm
1759     gtreqqless.xpm
1760     gtrless.xpm
1761     gtrsim.xpm
1762     gvertneqq.xpm
1763     hat.xpm
1764     hbar.xpm
1765     heartsuit.xpm
1766     hookleftarrow.xpm
1767     hookrightarrow.xpm
1768     hphantom.xpm
1769     hslash.xpm
1770     iiiint.xpm
1771     iiiintop.xpm
1772     iiint.xpm
1773     iiintop.xpm
1774     iintop.xpm
1775     iint.xpm
1776     imath.xpm
1777     in.xpm
1778     infty.xpm
1779     int.xpm
1780     intercal.xpm
1781     intop.xpm
1782     iota.xpm
1783     jmath.xpm
1784     kappa.xpm
1785     lambda.xpm
1786     lambda2.xpm
1787     langle.xpm
1788     lbrace.xpm
1789     lbrace_rbrace.xpm
1790     lbracket.xpm
1791     lbracket_rbracket.xpm
1792     lceil.xpm
1793     lceil_rceil.xpm
1794     ldots.xpm
1795     leftarrow.xpm
1796     leftarrow2.xpm
1797     leftarrowtail.xpm
1798     leftharpoondown.xpm
1799     leftharpoonup.xpm
1800     leftleftarrows.xpm
1801     leftrightarrow.xpm
1802     leftrightarrow2.xpm
1803     leftrightarrows.xpm
1804     leftrightharpoons.xpm
1805     leftrightsquigarrow.xpm
1806     leftthreetimes.xpm
1807     leq.xpm
1808     leqq.xpm
1809     leqslant.xpm
1810     lessapprox.xpm
1811     lessdot.xpm
1812     lesseqgtr.xpm
1813     lesseqqgtr.xpm
1814     lessgtr.xpm
1815     lesssim.xpm
1816     lfloor.xpm
1817     lfloor_rfloor.xpm
1818     ll.xpm
1819     llcorner.xpm
1820     lll.xpm
1821     lnapprox.xpm
1822     lneq.xpm
1823     lneqq.xpm
1824     lnsim.xpm
1825     longleftarrow.xpm
1826     longleftarrow2.xpm
1827     longleftrightarrow.xpm
1828     longleftrightarrow2.xpm
1829     longmapsto.xpm
1830     longrightarrow.xpm
1831     longrightarrow2.xpm
1832     looparrowleft.xpm
1833     looparrowright.xpm
1834     lozenge.xpm
1835     lparen.xpm
1836     lparen_rparen.xpm
1837     lrcorner.xpm
1838     ltimes.xpm
1839     lvertneqq.xpm
1840     mapsto.xpm
1841     mathbb_C.xpm
1842     mathbb_H.xpm
1843     mathbb_N.xpm
1844     mathbb_Q.xpm
1845     mathbb_R.xpm
1846     mathbb_Z.xpm
1847     mathcal_F.xpm
1848     mathcal_H.xpm
1849     mathcal_L.xpm
1850     mathcal_O.xpm
1851     mathcircumflex.xpm
1852     mathrm_T.xpm
1853     measuredangle.xpm
1854     mho.xpm
1855     mid.xpm
1856     models.xpm
1857     mp.xpm
1858     mu.xpm
1859     multimap.xpm
1860     nabla.xpm
1861     natural.xpm
1862     ncong.xpm
1863     nearrow.xpm
1864     neg.xpm
1865     neq.xpm
1866     nexists.xpm
1867     ngeq.xpm
1868     ngeqq.xpm
1869     ngeqslant.xpm
1870     ngtr.xpm
1871     ni.xpm
1872     nleftarrow.xpm
1873     nleftarrow2.xpm
1874     nleftrightarrow.xpm
1875     nleftrightarrow2.xpm
1876     nleq.xpm
1877     nleqq.xpm
1878     nleqslant.xpm
1879     nless.xpm
1880     nmid.xpm
1881     notin.xpm
1882     nparallel.xpm
1883     nprec.xpm
1884     npreceq.xpm
1885     nrightarrow.xpm
1886     nrightarrow2.xpm
1887     nshortmid.xpm
1888     nshortparallel.xpm
1889     nsim.xpm
1890     nsubseteq.xpm
1891     nsucc.xpm
1892     nsucceq.xpm
1893     nsupseteq.xpm
1894     nsupseteqq.xpm
1895     ntriangleleft.xpm
1896     ntrianglelefteq.xpm
1897     ntriangleright.xpm
1898     ntrianglerighteq.xpm
1899     nu.xpm
1900     nvdash.xpm
1901     nvdash2.xpm
1902     nvdash3.xpm
1903     nwarrow.xpm
1904     odot.xpm
1905     oiint.xpm
1906     oiintop.xpm
1907     oint.xpm
1908     ointclockwise.xpm
1909     ointclockwiseop.xpm
1910     ointctrclockwise.xpm
1911     ointctrclockwiseop.xpm
1912     ointop.xpm
1913     omega.xpm
1914     omega2.xpm
1915     ominus.xpm
1916     oplus.xpm
1917     oslash.xpm
1918     otimes.xpm
1919     overbrace.xpm
1920     overleftarrow.xpm
1921     overleftrightarrow.xpm
1922     overline.xpm
1923     overrightarrow.xpm
1924     overset.xpm
1925     parallel.xpm
1926     partial.xpm
1927     perp.xpm
1928     phantom.xpm
1929     phi.xpm
1930     phi2.xpm
1931     pi.xpm
1932     pi2.xpm
1933     pitchfork.xpm
1934     pm.xpm
1935     prec.xpm
1936     precapprox.xpm
1937     preccurlyeq.xpm
1938     preceq.xpm
1939     precnapprox.xpm
1940     precnsim.xpm
1941     precsim.xpm
1942     prime.xpm
1943     prod.xpm
1944     propto.xpm
1945     psi.xpm
1946     psi2.xpm
1947     rangle.xpm
1948     rbrace.xpm
1949     rbracket.xpm
1950     rceil.xpm
1951     rfloor.xpm
1952     rho.xpm
1953     rightarrow.xpm
1954     rightarrow2.xpm
1955     rightarrowtail.xpm
1956     rightharpoondown.xpm
1957     rightharpoonup.xpm
1958     rightleftarrows.xpm
1959     rightleftharpoons.xpm
1960     rightrightarrows.xpm
1961     rightsquigarrow.xpm
1962     rightthreetimes.xpm
1963     risingdotseq.xpm
1964     root.xpm
1965     rparen.xpm
1966     rtimes.xpm
1967     searrow.xpm
1968     setminus.xpm
1969     sharp.xpm
1970     shortmid.xpm
1971     shortparallel.xpm
1972     sigma.xpm
1973     sigma2.xpm
1974     sim.xpm
1975     simeq.xpm
1976     slash.xpm
1977     smallfrown.xpm
1978     smallsetminus.xpm
1979     smallsmile.xpm
1980     smile.xpm
1981     spadesuit.xpm
1982     sphericalangle.xpm
1983     sqcap.xpm
1984     sqcup.xpm
1985     sqiint.xpm
1986     sqiintop.xpm
1987     sqint.xpm
1988     sqintop.xpm
1989     sqrt.xpm
1990     sqsubset.xpm
1991     sqsubseteq.xpm
1992     sqsupset.xpm
1993     sqsupseteq.xpm
1994     square.xpm
1995     star.xpm
1996     subset.xpm
1997     subset2.xpm
1998     subseteq.xpm
1999     subseteqq.xpm
2000     subsetneq.xpm
2001     subsetneqq.xpm
2002     succ.xpm
2003     succapprox.xpm
2004     succcurlyeq.xpm
2005     succeq.xpm
2006     succnapprox.xpm
2007     succnsim.xpm
2008     succsim.xpm
2009     sum.xpm
2010     supset.xpm
2011     supset2.xpm
2012     supseteq.xpm
2013     supseteqq.xpm
2014     supsetneq.xpm
2015     supsetneqq.xpm
2016     surd.xpm
2017     swarrow.xpm
2018     tau.xpm
2019     textrm_Oe.xpm
2020     textrm_AA.xpm
2021     therefore.xpm
2022     theta.xpm
2023     theta2.xpm
2024     thickapprox.xpm
2025     thicksim.xpm
2026     tilde.xpm
2027     times.xpm
2028     top.xpm
2029     triangle.xpm
2030     triangledown.xpm
2031     triangleleft.xpm
2032     trianglelefteq.xpm
2033     triangleq.xpm
2034     triangleright.xpm
2035     trianglerighteq.xpm
2036     twoheadleftarrow.xpm
2037     twoheadrightarrow.xpm
2038     ulcorner.xpm
2039     underbrace.xpm
2040     underleftarrow.xpm
2041     underleftrightarrow.xpm
2042     underline.xpm
2043     underrightarrow.xpm
2044     underscore.xpm
2045     underset.xpm
2046     uparrow.xpm
2047     uparrow2.xpm
2048     updownarrow.xpm
2049     updownarrow2.xpm
2050     upharpoonleft.xpm
2051     upharpoonright.xpm
2052     uplus.xpm
2053     upsilon.xpm
2054     upsilon2.xpm
2055     upuparrows.xpm
2056     urcorner.xpm
2057     varepsilon.xpm
2058     varkappa.xpm
2059     varnothing.xpm
2060     varphi.xpm
2061     varpi.xpm
2062     varpropto.xpm
2063     varsigma.xpm
2064     varsubsetneq.xpm
2065     varsubsetneqq.xpm
2066     varsupsetneq.xpm
2067     varsupsetneqq.xpm
2068     vartheta.xpm
2069     vartriangle.xpm
2070     vartriangleleft.xpm
2071     vartriangleright.xpm
2072     vdash.xpm
2073     vdash2.xpm
2074     vdash3.xpm
2075     vdots.xpm
2076     vec.xpm
2077     vee.xpm
2078     veebar.xpm
2079     vphantom.xpm
2080     wedge.xpm
2081     widehat.xpm
2082     widetilde.xpm
2083     wp.xpm
2084     wr.xpm
2085     xi.xpm
2086     xi2.xpm
2087     zeta.xpm
2088 ''')
2089
2090
2091 lib_kbd_files = Split('''
2092     american-2.kmap
2093     american.kmap
2094     arabic.kmap
2095     bg-bds-1251.kmap
2096     brazil.kmap
2097     brazil2.kmap
2098     czech-prg.kmap
2099     czech.kmap
2100     european.kmap
2101     francais.kmap
2102     french.kmap
2103     german-2.kmap
2104     german-3.kmap
2105     german.kmap
2106     greek.kmap
2107     hebrew.kmap
2108     koi8-r.kmap
2109     koi8-u.kmap
2110     latvian.kmap
2111     magyar-2.kmap
2112     magyar-3.kmap
2113     magyar.kmap
2114     null.kmap
2115     polish.kmap
2116     polski.kmap
2117     portuges.kmap
2118     romanian.kmap
2119     serbian.kmap
2120     serbocroatian.kmap
2121     sf.kmap
2122     sg.kmap
2123     slovak.kmap
2124     slovene.kmap
2125     thai-kedmanee.kmap
2126     transilvanian.kmap
2127     turkish-f.kmap
2128     turkish.kmap
2129     espanol.kmap
2130 ''')
2131
2132
2133 lib_layouts_files = Split('''
2134     IEEEtran.layout
2135     aa.layout
2136     aapaper.layout
2137     aastex.layout
2138     agu-dtd.layout
2139     agums.layout
2140     amsart-plain.layout
2141     amsart-seq.layout
2142     amsart.layout
2143     amsbook.layout
2144     apa.layout
2145     arab-article.layout
2146     article.layout
2147     beamer.layout
2148     book.layout
2149     broadway.layout
2150     chess.layout
2151     cl2emult.layout
2152     cv.layout
2153     dinbrief.layout
2154     docbook-book.layout
2155     docbook-chapter.layout
2156     docbook-section.layout
2157     docbook.layout
2158     dtk.layout
2159     egs.layout
2160     elsart.layout
2161     entcs.layout
2162     extarticle.layout
2163     extbook.layout
2164     extletter.layout
2165     extreport.layout
2166     foils.layout
2167     g-brief-de.layout
2168     g-brief-en.layout
2169     g-brief2.layout
2170     heb-article.layout
2171     heb-letter.layout
2172     hollywood.layout
2173     ijmpc.layout
2174     ijmpd.layout
2175     isprs.layout
2176     jgrga.layout
2177     kluwer.layout
2178     latex8.layout
2179     letter.layout
2180     literate-article.layout
2181     literate-book.layout
2182     literate-report.layout
2183     llncs.layout
2184     ltugboat.layout
2185     manpage.layout
2186     memoir.layout
2187     mwart.layout
2188     mwbk.layout
2189     mwrep.layout
2190     paper.layout
2191     report.layout
2192     revtex.layout
2193     revtex4.layout
2194     scrartcl.layout
2195     scrbook.layout
2196     scrlettr.layout
2197     scrlttr2.layout
2198     scrreprt.layout
2199     seminar.layout
2200     siamltex.layout
2201     slides.layout
2202     spie.layout
2203     svglobal.layout
2204     svjog.layout
2205     svprobth.layout
2206     aapaper.inc
2207     agu_stdclass.inc
2208     agu_stdcounters.inc
2209     agu_stdlists.inc
2210     agu_stdsections.inc
2211     agu_stdtitle.inc
2212     aguplus.inc
2213     amsdefs.inc
2214     amsmaths-plain.inc
2215     amsmaths-seq.inc
2216     amsmaths.inc
2217     db_lyxmacros.inc
2218     db_stdcharstyles.inc
2219     db_stdclass.inc
2220     db_stdcounters.inc
2221     db_stdlayouts.inc
2222     db_stdlists.inc
2223     db_stdsections.inc
2224     db_stdstarsections.inc
2225     db_stdstruct.inc
2226     db_stdtitle.inc
2227     literate-scrap.inc
2228     lyxmacros.inc
2229     numarticle.inc
2230     numreport.inc
2231     numrevtex.inc
2232     scrclass.inc
2233     stdclass.inc
2234     stdcounters.inc
2235     stdfloats.inc
2236     stdlayouts.inc
2237     stdletter.inc
2238     stdlists.inc
2239     stdsections.inc
2240     stdstarsections.inc
2241     stdstruct.inc
2242     stdtitle.inc
2243     svjour.inc
2244 ''')
2245
2246
2247 lib_scripts_files = Split('''
2248     TeXFiles.py
2249     clean_dvi.py
2250     convertDefault.py
2251     date.py
2252     fen2ascii.py
2253     fig2pdftex.py
2254     fig2pstex.py
2255     fig_copy.py
2256     layout2layout.py
2257     legacy_lyxpreview2ppm.py
2258     listerrors
2259     lyxpreview2bitmap.py
2260     lyxpreview_tools.py
2261     tex_copy.py
2262 ''')
2263
2264
2265 lib_templates_files = Split('''
2266     IEEEtran.lyx
2267     README.new_templates
2268     aa.lyx
2269     aastex.lyx
2270     beamer-conference-ornate-20min.lyx
2271     de_beamer-conference-ornate-20min.lyx
2272     dinbrief.lyx
2273     docbook_article.lyx
2274     elsart.lyx
2275     fr_beamer-conference-ornate-20min.lyx
2276     g-brief2.lyx
2277     g-brief-de.lyx
2278     g-brief-en.lyx
2279     hollywood.lyx
2280     kluwer.lyx
2281     koma-letter2.lyx
2282     latex8.lyx
2283     letter.lyx
2284     revtex.lyx
2285     revtex4.lyx
2286     slides.lyx
2287     ijmpc.lyx
2288     ijmpd.lyx
2289     agu_article.lyx
2290 ''')
2291
2292
2293 lib_tex_files = Split('''
2294     broadway.cls
2295     cv.cls
2296     hollywood.cls
2297     lyxchess.sty
2298     lyxskak.sty
2299     revtex.cls
2300 ''')
2301
2302
2303 lib_ui_files = Split('''
2304     classic.ui
2305     default.ui
2306     stdmenus.inc
2307     stdtoolbars.inc
2308 ''')
2309
2310 lib_doc_clipart_files = Split('''
2311     BoxInsetDefaultQt4.png
2312     ChildDocumentQt4.png
2313     CommentNoteImageQt4.png
2314     escher-lsd.eps
2315     endnotes.pdf
2316     ExternalMaterialQt4.png
2317     floatQt4.png
2318     footnoteQt4.png
2319     FramedNoteImageQt4.png
2320     GreyedOutNoteImageQt4.png
2321     labelQt4.png
2322     LyXNoteImageQt4.png
2323     mobius.eps
2324     platypus.eps
2325     referenceQt4.png
2326     ShadedNoteImageQt4.png
2327     with_fntright.pdf
2328     without_fntright.pdf
2329 ''')
2330
2331 lib_doc_cs_files = Split('''
2332     Tutorial.lyx
2333 ''')
2334
2335 lib_doc_da_files = Split('''
2336     Intro.lyx
2337 ''')
2338
2339 lib_doc_de_files = Split('''
2340     Customization.lyx
2341     Extended.lyx
2342     FAQ.lyx
2343     Intro.lyx
2344     Tutorial.lyx
2345     UserGuide.lyx
2346 ''')
2347
2348 lib_doc_es_files = Split('''
2349     DocumentoPostizo1.lyx
2350     DocumentoPostizo2.lyx
2351     DocumentoTextoPostizo.txt
2352     EmbeddedObjects.lyx
2353     Intro.lyx
2354     Tutorial.lyx
2355 ''')
2356
2357 lib_doc_es_clipart_files = Split('''
2358     ComentNotaImagenQt4.png
2359     CuadroMinipagQt4.png
2360     DocumentoHijoQt4.png
2361     etiquetaQt4.png
2362     flotanteQt4.png
2363     GrisNotaImagenQt4.png
2364     MaterialExternoQt4.png
2365     NotaEnmarcadaImg.png
2366     NotaLyXImagenQt4.png
2367     notapieQt4.png
2368     NotaSombreadaImg.png
2369     referenciaQt4.png
2370 ''')
2371
2372 lib_doc_eu_files = Split('''
2373     Customization.lyx
2374     Extended.lyx
2375     FAQ.lyx
2376     Intro.lyx
2377     Tutorial.lyx
2378     UserGuide.lyx
2379 ''')
2380
2381 lib_doc_fr_files = Split('''
2382     Customization.lyx
2383     Extended.lyx
2384     FAQ.lyx
2385     Intro.lyx
2386     Tutorial.lyx
2387     UserGuide.lyx
2388 ''')
2389
2390 lib_doc_he_files = Split('''
2391     Intro.lyx
2392     Tutorial.lyx
2393 ''')
2394
2395 lib_doc_hu_files = Split('''
2396     Intro.lyx
2397     Tutorial.lyx
2398 ''')
2399
2400 lib_doc_it_files = Split('''
2401     Customization.lyx
2402     Intro.lyx
2403     Tutorial.lyx
2404     UserGuide.lyx
2405 ''')
2406
2407 lib_doc_nl_files = Split('''
2408     Intro.lyx
2409     Tutorial.lyx
2410 ''')
2411
2412 lib_doc_nb_files = Split('''
2413     Intro.lyx
2414 ''')
2415
2416 lib_doc_pl_files = Split('''
2417     Extended.lyx
2418     Intro.lyx
2419     Tutorial.lyx
2420 ''')
2421
2422 lib_doc_pt_files = Split('''
2423     Intro.lyx
2424     Tutorial.lyx
2425 ''')
2426
2427 lib_doc_ro_files = Split('''
2428     Intro.lyx
2429 ''')
2430
2431 lib_doc_ru_files = Split('''
2432     FAQ.lyx
2433     Intro.lyx
2434     Tutorial.lyx
2435 ''')
2436
2437 lib_doc_sk_files = Split('''
2438     Tutorial.lyx
2439     UserGuide.lyx
2440 ''')
2441
2442 lib_doc_sl_files = Split('''
2443     Intro.lyx
2444     Tutorial.lyx
2445 ''')
2446
2447 lib_doc_sv_files = Split('''
2448     Intro.lyx
2449     Tutorial.lyx
2450 ''')
2451
2452 lib_doc_files = Split('''
2453     Customization.lyx
2454     DocStyle.lyx
2455     DummyTextDocument.txt
2456     DummyDocument1.lyx
2457     DummyDocument2.lyx
2458     EmbeddedObjects.lyx
2459     Extended.lyx
2460     FAQ.lyx
2461     Intro.lyx
2462     LaTeXConfig.lyx.in
2463     Reference.lyx
2464     Tutorial.lyx
2465     UserGuide.lyx
2466 ''')
2467
2468
2469 lib_lyx2lyx_files = Split('''
2470     lyx2lyx
2471     lyx2lyx_lang.py
2472     generate_encoding_info.py
2473     parser_tools.py
2474     LyX.py
2475     lyx_0_06.py
2476     lyx_0_08.py
2477     lyx_0_10.py
2478     lyx_0_12.py
2479     lyx_1_0.py
2480     lyx_1_1.py
2481     lyx_1_1_5.py
2482     lyx_1_1_6_0.py
2483     lyx_1_1_6_3.py
2484     lyx_1_2.py
2485     lyx_1_3.py
2486     lyx_1_4.py
2487     lyx_1_5.py
2488     profiling.py
2489     test_parser_tools.py
2490 ''')
2491
2492
2493 win32_bakoma_fonts = Split('''
2494     Readme.txt
2495     Licence.txt
2496     cmex10.ttf
2497     cmr10.ttf
2498     eufm10.ttf
2499     msbm10.ttf
2500     cmmi10.ttf
2501     cmsy10.ttf
2502     msam10.ttf
2503     wasy10.ttf
2504 ''')
2505
2506
2507 win32_packaging_installer_files = Split('''
2508     license.rtf
2509     lyx.nsi
2510     settings.nsh
2511     settings.user.nsh
2512 ''')
2513
2514
2515 win32_packaging_installer_components_files = Split('''
2516     configure.nsh
2517     dicts.nsh
2518     langselect.nsh
2519     uninstall.nsh
2520     viewer.nsh
2521     core.nsh
2522     external.nsh
2523     reinstall.nsh
2524     user.nsh
2525 ''')
2526
2527
2528 win32_packaging_installer_dialogs_files = Split('''
2529     external.ini
2530     langselect.ini
2531     reinstall.ini
2532     user.ini
2533     viewer.ini
2534 ''')
2535
2536
2537 win32_packaging_installer_graphics_files = Split('''
2538     header.bmp
2539     wizard.bmp
2540 ''')
2541
2542
2543 win32_packaging_installer_include_files = Split('''
2544     declarations.nsh
2545     detection.nsh
2546     filelists.nsh
2547     gui.nsh
2548     init.nsh
2549     lang.nsh
2550     windows.nsh
2551 ''')
2552
2553
2554 win32_packaging_installer_lang_files = Split('''
2555     english.nsh
2556     french.nsh
2557     german.nsh
2558     italian.nsh
2559 ''')