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