]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Move translated files to their own directory
[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     insetline.h
351     insetmarginal.h
352     insetnewline.h
353     insetnomencl.h
354     insetnote.h
355     insetoptarg.h
356     insetpagebreak.h
357     insetquotes.h
358     insetref.h
359     insetspace.h
360     insetspecialchar.h
361     insettabular.h
362     insettext.h
363     insettheorem.h
364     insettoc.h
365     inseturl.h
366     insetvspace.h
367     insetwrap.h
368     mailinset.h
369     render_base.h
370     render_button.h
371     render_graphic.h
372     render_preview.h
373 ''')
374
375
376 src_insets_files = Split('''
377     ExternalSupport.C
378     ExternalTemplate.C
379     ExternalTransforms.C
380     inset.C
381     insetbase.C
382     insetbibitem.C
383     insetbibtex.C
384     insetbox.C
385     insetbranch.C
386     insetcaption.C
387     insetcharstyle.C
388     insetcite.C
389     insetcollapsable.C
390     insetcommand.C
391     insetcommandparams.C
392     insetenv.C
393     insetert.C
394     insetexternal.C
395     insetfloat.C
396     insetfloatlist.C
397     insetfoot.C
398     insetfootlike.C
399     insetgraphics.C
400     insetgraphicsParams.C
401     insethfill.C
402     insetinclude.C
403     insetindex.C
404     insetlabel.C
405     insetline.C
406     insetmarginal.C
407     insetnewline.C
408     insetnomencl.C
409     insetnote.C
410     insetoptarg.C
411     insetpagebreak.C
412     insetquotes.C
413     insetref.C
414     insetspace.C
415     insetspecialchar.C
416     insettabular.C
417     insettext.C
418     insettoc.C
419     inseturl.C
420     insetvspace.C
421     insetwrap.C
422     mailinset.C
423     render_button.C
424     render_graphic.C
425     render_preview.C
426 ''')
427
428
429 src_frontends_header_files = Split('''
430     Alert.h
431     Alert_pimpl.h
432     Application.h
433     Clipboard.h
434     NoGuiFontLoader.h
435     NoGuiFontMetrics.h
436     Dialogs.h
437     FileDialog.h
438     FontLoader.h
439     FontMetrics.h
440     Gui.h
441     LyXKeySym.h
442     LyXKeySymFactory.h
443     LyXView.h
444     Menubar.h
445     Painter.h
446     Selection.h
447     Timeout.h
448     Toolbars.h
449     WorkArea.h
450     key_state.h
451     mouse_state.h
452 ''')
453
454
455 src_frontends_files = Split('''
456     Alert.C
457     Application.C
458     Dialogs.C
459     LyXView.C
460     Painter.C
461     Timeout.C
462     Toolbars.C
463     WorkArea.C
464 ''')
465
466
467 src_graphics_header_files = Split('''
468     GraphicsCache.h
469     GraphicsCacheItem.h
470     GraphicsConverter.h
471     GraphicsImage.h
472     GraphicsLoader.h
473     GraphicsParams.h
474     GraphicsTypes.h
475     LoaderQueue.h
476     PreviewImage.h
477     PreviewLoader.h
478     Previews.h
479 ''')
480
481
482 src_graphics_files = Split('''
483     GraphicsCache.C
484     GraphicsCacheItem.C
485     GraphicsConverter.C
486     GraphicsImage.C
487     GraphicsLoader.C
488     GraphicsParams.C
489     GraphicsTypes.C
490     LoaderQueue.C
491     PreviewImage.C
492     PreviewLoader.C
493     Previews.C
494 ''')
495
496
497 src_frontends_controllers_header_files = Split('''
498     BCView.h
499     ButtonController.h
500     ButtonPolicies.h
501     ControlAboutlyx.h
502     ControlBibtex.h
503     ControlBox.h
504     ControlBranch.h
505     ControlChanges.h
506     ControlCharacter.h
507     ControlCitation.h
508     ControlCommand.h
509     ControlCommandBuffer.h
510     ControlDocument.h
511     ControlERT.h
512     ControlErrorList.h
513     ControlExternal.h
514     ControlFloat.h
515     ControlGraphics.h
516     ControlInclude.h
517     ControlLog.h
518     ControlMath.h
519     ControlNote.h
520     ControlParagraph.h
521     ControlPrefs.h
522     ControlPrint.h
523     ControlRef.h
524     ControlSearch.h
525     ControlSendto.h
526     ControlShowFile.h
527     ControlSpellchecker.h
528     ControlTabular.h
529     ControlTabularCreate.h
530     ControlTexinfo.h
531     ControlThesaurus.h
532     ControlToc.h
533     ControlVSpace.h
534     ControlViewSource.h
535     ControlWrap.h
536     Dialog.h
537     Kernel.h
538     biblio.h
539     character.h
540     frnt_lang.h
541     helper_funcs.h
542     tex_helpers.h
543 ''')
544
545
546 src_frontends_controllers_files = Split('''
547     BCView.C
548     ButtonController.C
549     ButtonPolicies.C
550     ControlAboutlyx.C
551     ControlBibtex.C
552     ControlBox.C
553     ControlBranch.C
554     ControlChanges.C
555     ControlCharacter.C
556     ControlCitation.C
557     ControlCommand.C
558     ControlCommandBuffer.C
559     ControlDocument.C
560     ControlERT.C
561     ControlErrorList.C
562     ControlExternal.C
563     ControlFloat.C
564     ControlGraphics.C
565     ControlInclude.C
566     ControlLog.C
567     ControlMath.C
568     ControlNote.C
569     ControlParagraph.C
570     ControlPrefs.C
571     ControlPrint.C
572     ControlRef.C
573     ControlSearch.C
574     ControlSendto.C
575     ControlShowFile.C
576     ControlSpellchecker.C
577     ControlTabular.C
578     ControlTabularCreate.C
579     ControlTexinfo.C
580     ControlThesaurus.C
581     ControlToc.C
582     ControlVSpace.C
583     ControlViewSource.C
584     ControlWrap.C
585     Dialog.C
586     Kernel.C
587     biblio.C
588     character.C
589     frnt_lang.C
590     helper_funcs.C
591     tex_helpers.C
592 ''')
593
594
595
596 src_frontends_qt4_ui_files = Split('''
597     BiblioUi.ui
598     BranchesUi.ui
599     BulletsUi.ui
600     FloatPlacementUi.ui
601     FontUi.ui
602     LaTeXUi.ui
603     LanguageUi.ui
604     MarginsUi.ui
605     MathsUi.ui
606     NumberingUi.ui
607     PageLayoutUi.ui
608     PreambleUi.ui
609     QAboutUi.ui
610     QAskForTextUi.ui
611     QBibitemUi.ui
612     QBibtexAddUi.ui
613     QBibtexUi.ui
614     QBoxUi.ui
615     QBranchUi.ui
616     QChangesUi.ui
617     QCharacterUi.ui
618     QCitationUi.ui
619     QDelimiterUi.ui
620     QDocumentUi.ui
621     QERTUi.ui
622     QErrorListUi.ui
623     QExternalUi.ui
624     QFloatUi.ui
625     QGraphicsUi.ui
626     QIncludeUi.ui
627     QIndexUi.ui
628     QLogUi.ui
629     QMathMatrixUi.ui
630     QMathUi.ui
631     QNomenclUi.ui
632     QNoteUi.ui
633     QParagraphUi.ui
634     QPrefPlaintextUi.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     QPrefPrinterUi.ui
648     QPrefScreenFontsUi.ui
649     QPrefSpellcheckerUi.ui
650     QPrefUi.ui
651     QPrefsUi.ui
652     QPrintUi.ui
653     QRefUi.ui
654     QSearchUi.ui
655     QSendtoUi.ui
656     QShowFileUi.ui
657     QSpellcheckerUi.ui
658     QTabularCreateUi.ui
659     QTabularUi.ui
660     QTexinfoUi.ui
661     QThesaurusUi.ui
662     QTocUi.ui
663     QURLUi.ui
664     QVSpaceUi.ui
665     QViewSourceUi.ui
666     QWrapUi.ui
667     TextLayoutUi.ui
668 ''')
669
670
671 src_frontends_qt4_moc_files = Split('''
672     BulletsModule.C
673     emptytable.C
674     FileDialog_private.C
675     FloatPlacement.C
676     GuiApplication.C
677     GuiImplementation.C
678     iconpalette.C
679     lengthcombo.C
680     InsertTableWidget.C
681     panelstack.C
682     QAboutDialog.C
683     QBibitemDialog.C
684     QBibtexDialog.C
685     QBoxDialog.C
686     QBranchDialog.C
687     QBranches.C
688     QChangesDialog.C
689     QCharacterDialog.C
690     QCitationDialog.C
691     QCommandBuffer.C
692     QCommandEdit.C
693     QDelimiterDialog.C
694     QDocumentDialog.C
695     QErrorListDialog.C
696     QERTDialog.C
697     QExternalDialog.C
698     QFloatDialog.C
699     QGraphicsDialog.C
700     QIncludeDialog.C
701     QIndexDialog.C
702     Action.C
703     QLogDialog.C
704     QViewSourceDialog.C
705     QViewSource.C
706     QLMenubar.C
707     QLPopupMenu.C
708     QLPrintDialog.C
709     QMathDialog.C
710     QMathMatrixDialog.C
711     QNomencl.C
712     QNomenclDialog.C
713     QNoteDialog.C
714     QParagraphDialog.C
715     QPrefsDialog.C
716     QRefDialog.C
717     QSearchDialog.C
718     QSendtoDialog.C
719     qsetborder.C
720     QShowFileDialog.C
721     QSpellcheckerDialog.C
722     QDialogView.C
723     QTabularCreateDialog.C
724     QTabularDialog.C
725     QTexinfoDialog.C
726     QThesaurusDialog.C
727     TocModel.C
728     QTocDialog.C
729     GuiView.C
730     QURLDialog.C
731     QVSpaceDialog.C
732     GuiWorkArea.C
733     QWrapDialog.C
734     QLToolbar.C
735     socket_callback.C
736     validators.C
737 ''')
738
739
740 src_frontends_qt4_header_files = Split('''
741     Action.h
742     BiblioModuleBase.h
743     BulletsModule.h
744     ColorCache.h
745     FileDialog_private.h
746     GuiApplication.h
747     GuiClipboard.h
748     GuiFontLoader.h
749     GuiImplementation.h
750     GuiSelection.h
751     GuiView.h
752     GuiWorkArea.h
753     InsertTableWidget.h
754     QAbout.h
755     QAboutDialog.h
756     QBibitem.h
757     QBibitemDialog.h
758     QBibtex.h
759     QBibtexDialog.h
760     QBox.h
761     QBoxDialog.h
762     QBranch.h
763     QBranchDialog.h
764     QBranches.h
765     QBrowseBox.h
766     QChanges.h
767     QChangesDialog.h
768     QCharacter.h
769     QCharacterDialog.h
770     QCitation.h
771     QCitationDialog.h
772     QCommandBuffer.h
773     QCommandEdit.h
774     QDelimiterDialog.h
775     QDialogView.h
776     QDocument.h
777     QDocumentDialog.h
778     QERT.h
779     QERTDialog.h
780     QErrorList.h
781     QErrorListDialog.h
782     QExternal.h
783     QExternalDialog.h
784     QFloat.h
785     QFloatDialog.h
786     QGraphics.h
787     QGraphicsDialog.h
788     QGraphicsUi.h
789     QInclude.h
790     QIncludeDialog.h
791     QIndex.h
792     QIndexDialog.h
793     QLImage.h
794     QLMenubar.h
795     QLPainter.h
796     QLPopupMenu.h
797     QLPrintDialog.h
798     QLToolbar.h
799     QLog.h
800     QLogDialog.h
801     QLyXKeySym.h
802     QMath.h
803     QMathDialog.h
804     QMathMatrixDialog.h
805     QNomencl.h
806     QNomenclDialog.h
807     QNote.h
808     QNoteDialog.h
809     QParagraph.h
810     QParagraphDialog.h
811     QPrefs.h
812     QPrefsDialog.h
813     QPrint.h
814     QRef.h
815     QRefDialog.h
816     QSearch.h
817     QSearchDialog.h
818     QSendto.h
819     QSendtoDialog.h
820     QShowFile.h
821     QShowFileDialog.h
822     QSpellchecker.h
823     QSpellcheckerDialog.h
824     QTabular.h
825     QTabularCreate.h
826     QTabularCreateDialog.h
827     QTabularDialog.h
828     QTexinfo.h
829     QTexinfoDialog.h
830     QThesaurus.h
831     QThesaurusDialog.h
832     QToc.h
833     QTocDialog.h
834     QURLDialog.h
835     QVSpace.h
836     QVSpaceDialog.h
837     QViewSource.h
838     QViewSourceDialog.h
839     QWrap.h
840     QWrapDialog.h
841     Qt2BC.h
842     TocModel.h
843     UrlView.h
844     checkedwidgets.h
845     emptytable.h
846     FloatPlacement.h
847     iconpalette.h
848     lengthcombo.h
849     panelstack.h
850     qfontexample.h
851     qlkey.h
852     qsetborder.h
853     qtTimeout.h
854     qt_helpers.h
855     socket_callback.h
856     validators.h
857 ''')
858
859
860 src_frontends_qt4_files = Split('''
861     Action.C
862     Alert_pimpl.C
863     BulletsModule.C
864     ColorCache.C
865     Dialogs.C
866     FileDialog.C
867     FileDialog_private.C
868     GuiApplication.C
869     GuiClipboard.C
870     GuiFontLoader.C
871     GuiFontMetrics.C
872     GuiImplementation.C
873     GuiSelection.C
874     GuiView.C
875     GuiWorkArea.C
876     InsertTableWidget.C
877     LyXKeySymFactory.C
878     QAbout.C
879     QAboutDialog.C
880     QBibitem.C
881     QBibitemDialog.C
882     QBibtex.C
883     QBibtexDialog.C
884     QBox.C
885     QBoxDialog.C
886     QBranch.C
887     QBranchDialog.C
888     QBranches.C
889     QChanges.C
890     QChangesDialog.C
891     QCharacter.C
892     QCharacterDialog.C
893     QCitation.C
894     QCitationDialog.C
895     QCommandBuffer.C
896     QCommandEdit.C
897     QDelimiterDialog.C
898     QDialogView.C
899     QDocument.C
900     QDocumentDialog.C
901     QERT.C
902     QERTDialog.C
903     QErrorList.C
904     QErrorListDialog.C
905     QExternal.C
906     QExternalDialog.C
907     QFloat.C
908     QFloatDialog.C
909     QGraphics.C
910     QGraphicsDialog.C
911     QInclude.C
912     QIncludeDialog.C
913     QIndex.C
914     QIndexDialog.C
915     QLImage.C
916     QLMenubar.C
917     QLPainter.C
918     QLPopupMenu.C
919     QLPrintDialog.C
920     QLToolbar.C
921     QLog.C
922     QLogDialog.C
923     QLyXKeySym.C
924     QMath.C
925     QMathDialog.C
926     QMathMatrixDialog.C
927     QNomencl.C
928     QNomenclDialog.C
929     QNote.C
930     QNoteDialog.C
931     QParagraph.C
932     QParagraphDialog.C
933     QPrefs.C
934     QPrefsDialog.C
935     QPrint.C
936     QRef.C
937     QRefDialog.C
938     QSearch.C
939     QSearchDialog.C
940     QSendto.C
941     QSendtoDialog.C
942     QShowFile.C
943     QShowFileDialog.C
944     QSpellchecker.C
945     QSpellcheckerDialog.C
946     QTabular.C
947     QTabularCreate.C
948     QTabularCreateDialog.C
949     QTabularDialog.C
950     QTexinfo.C
951     QTexinfoDialog.C
952     QThesaurus.C
953     QThesaurusDialog.C
954     QToc.C
955     QTocDialog.C
956     QURLDialog.C
957     QVSpace.C
958     QVSpaceDialog.C
959     QViewSource.C
960     QViewSourceDialog.C
961     QWrap.C
962     QWrapDialog.C
963     Qt2BC.C
964     TocModel.C
965     UrlView.C
966     checkedwidgets.C
967     emptytable.C
968     FloatPlacement.C
969     iconpalette.C
970     lengthcombo.C
971     panelstack.C
972     qfontexample.C
973     qsetborder.C
974     qtTimeout.C
975     qt_helpers.C
976     socket_callback.C
977     validators.C
978 ''')
979
980
981 src_client_header_files = Split('''
982     debug.h
983     messages.h
984 ''')
985
986
987 src_client_files = Split('''
988     boost.C
989     client.C
990     debug.C
991     gettext.C
992     messages.C
993 ''')
994
995
996 src_tex2lyx_header_files = Split('''
997     Spacing.h
998     context.h
999     lyxfont.h
1000     tex2lyx.h
1001     texparser.h
1002 ''')
1003
1004
1005 src_tex2lyx_files = Split('''
1006     FloatList.C
1007     Floating.C
1008     boost.C
1009     context.C
1010     counters.C
1011     gettext.C
1012     lengthcommon.C
1013     lyxfont.C
1014     lyxlayout.C
1015     lyxlex.C
1016     lyxlex_pimpl.C
1017     lyxtextclass.C
1018     math.C
1019     preamble.C
1020     table.C
1021     tex2lyx.C
1022     texparser.C
1023     text.C
1024 ''')
1025
1026
1027 src_header_files = Split('''
1028     Bidi.h
1029     BranchList.h
1030     BufferView.h
1031     Bullet.h
1032     Chktex.h
1033     Color.h
1034     ConverterCache.h
1035     CutAndPaste.h
1036     DepTable.h
1037     FloatList.h
1038     Floating.h
1039     FontIterator.h
1040     FuncStatus.h
1041     InsetList.h
1042     LColor.h
1043     LaTeX.h
1044     LaTeXFeatures.h
1045     LyXAction.h
1046     MenuBackend.h
1047     ParagraphList.h
1048     ParagraphList_fwd.h
1049     ParagraphParameters.h
1050     PrinterParams.h
1051     RowList_fwd.h
1052     Sectioning.h
1053     Spacing.h
1054     SpellBase.h
1055     Thesaurus.h
1056     TocBackend.h
1057     ToolbarBackend.h
1058     UpdateFlags.h
1059     Variables.h
1060     WordLangTuple.h
1061     aspell_local.h
1062     author.h
1063     box.h
1064     buffer.h
1065     buffer_funcs.h
1066     bufferlist.h
1067     bufferparams.h
1068     bufferview_funcs.h
1069     changes.h
1070     chset.h
1071     converter.h
1072     coordcache.h
1073     counters.h
1074     cursor.h
1075     cursor_slice.h
1076     debug.h
1077     dimension.h
1078     dispatchresult.h
1079     dociterator.h
1080     encoding.h
1081     errorlist.h
1082     exporter.h
1083     factory.h
1084     format.h
1085     funcrequest.h
1086     gettext.h
1087     graph.h
1088     importer.h
1089     insetiterator.h
1090     intl.h
1091     ispell.h
1092     kbmap.h
1093     kbsequence.h
1094     language.h
1095     layout.h
1096     lengthcommon.h
1097     lfuns.h
1098     lyx_cb.h
1099     lyx_main.h
1100     lyx_sty.h
1101     lyxfind.h
1102     lyxfont.h
1103     lyxfunc.h
1104     lyxgluelength.h
1105     lyxlayout.h
1106     lyxlayout_ptr_fwd.h
1107     lyxlength.h
1108     lyxlex.h
1109     lyxlex_pimpl.h
1110     lyxrc.h
1111     lyxrow.h
1112     lyxserver.h
1113     lyxsocket.h
1114     lyxtext.h
1115     lyxtextclass.h
1116     lyxtextclasslist.h
1117     lyxvc.h
1118     messages.h
1119     metricsinfo.h
1120     mover.h
1121     output.h
1122     output_docbook.h
1123     output_latex.h
1124     output_plaintext.h
1125     outputparams.h
1126     paper.h
1127     paragraph.h
1128     paragraph_funcs.h
1129     paragraph_pimpl.h
1130     ParagraphMetrics.h
1131     pariterator.h
1132     pspell.h
1133     rowpainter.h
1134     session.h
1135     sgml.h
1136     tabular.h
1137     tex-accent.h
1138     tex-strings.h
1139     texrow.h
1140     TextMetrics.h
1141     toc.h
1142     trans.h
1143     trans_decl.h
1144     trans_mgr.h
1145     undo.h
1146     vc-backend.h
1147     version.h
1148     vspace.h
1149 ''')
1150
1151
1152 src_pre_files = Split('''
1153     Bidi.C
1154     BranchList.C
1155     BufferView.C
1156     Bullet.C
1157     Chktex.C
1158     Color.C
1159     ConverterCache.C
1160     CutAndPaste.C
1161     DepTable.C
1162     FloatList.C
1163     Floating.C
1164     FontIterator.C
1165     FuncStatus.C
1166     InsetList.C
1167     LColor.C
1168     LaTeX.C
1169     LaTeXFeatures.C
1170     LyXAction.C
1171     MenuBackend.C
1172     ParagraphParameters.C
1173     Spacing.C
1174     TocBackend.C
1175     ToolbarBackend.C
1176     author.C
1177     boost.C
1178     buffer.C
1179     buffer_funcs.C
1180     bufferlist.C
1181     bufferparams.C
1182     bufferview_funcs.C
1183     changes.C
1184     chset.C
1185     converter.C
1186     coordcache.C
1187     counters.C
1188     cursor.C
1189     cursor_slice.C
1190     debug.C
1191     dociterator.C
1192     encoding.C
1193     errorlist.C
1194     exporter.C
1195     factory.C
1196     format.C
1197     funcrequest.C
1198     gettext.C
1199     graph.C
1200     importer.C
1201     insetiterator.C
1202     intl.C
1203     kbmap.C
1204     kbsequence.C
1205     language.C
1206     lengthcommon.C
1207     lyx_cb.C
1208     lyx_main.C
1209     lyx_sty.C
1210     lyxfind.C
1211     lyxfont.C
1212     lyxfunc.C
1213     lyxgluelength.C
1214     lyxlayout.C
1215     lyxlength.C
1216     lyxlex.C
1217     lyxlex_pimpl.C
1218     lyxrc.C
1219     lyxrow.C
1220     lyxserver.C
1221     lyxsocket.C
1222     lyxtextclass.C
1223     lyxtextclasslist.C
1224     lyxvc.C
1225     messages.C
1226     metricsinfo.C
1227     mover.C
1228     output.C
1229     output_docbook.C
1230     output_latex.C
1231     output_plaintext.C
1232     outputparams.C
1233     paragraph.C
1234     paragraph_funcs.C
1235     paragraph_pimpl.C
1236     ParagraphMetrics.C
1237     pariterator.C
1238     rowpainter.C
1239     session.C
1240     sgml.C
1241     tex-accent.C
1242     tex-strings.C
1243     texrow.C
1244     text.C
1245     text2.C
1246     text3.C
1247     TextMetrics.C
1248     toc.C
1249     trans.C
1250     trans_mgr.C
1251     undo.C
1252     vc-backend.C
1253     version.C
1254     vspace.C
1255 ''')
1256
1257
1258 src_post_files = Split('''
1259     tabular.C
1260     dimension.C
1261     PrinterParams.C
1262     box.C
1263     Thesaurus.C
1264     SpellBase.C
1265 ''')
1266
1267
1268 lib_files = Split('''
1269     CREDITS
1270     chkconfig.ltx
1271     external_templates
1272     encodings
1273     languages
1274     symbols
1275     syntax.default
1276     unicodesymbols
1277     configure.py
1278 ''')
1279
1280
1281 # do not install, ignore
1282 lib_image_noinst_files = Split('''
1283     images/README
1284     images/font-smallcaps.xpm
1285     images/math/ams_arrows.xbm
1286     images/math/ams_misc.xbm
1287     images/math/ams_nrel.xbm
1288     images/math/ams_ops.xbm
1289     images/math/ams_rel.xbm
1290     images/math/arrows.xbm
1291     images/math/bop.xbm
1292     images/math/brel.xbm
1293     images/math/deco.xbm
1294     images/math/deco.xpm
1295     images/math/delim0.xpm
1296     images/math/delim1.xpm
1297     images/math/delim.xbm
1298     images/math/dots.xbm
1299     images/math/font.xbm
1300     images/math/greek.xbm
1301     images/math/misc.xbm
1302     images/math/varsz.xbm
1303 ''')
1304
1305
1306 lib_bind_files = Split('''
1307     de/menus.bind
1308     fi/menus.bind
1309     pt/menus.bind
1310     sv/menus.bind
1311     broadway.bind
1312     cua.bind
1313     cyrkeys.bind
1314     emacs.bind
1315     greekkeys.bind
1316     hollywood.bind
1317     latinkeys.bind
1318     mac.bind
1319     math.bind
1320     menus.bind
1321     sciword.bind
1322     xemacs.bind
1323     aqua.bind
1324 ''')
1325
1326
1327 lib_examples_files = Split('''
1328     ca/splash.lyx
1329     cs/splash.lyx
1330     da/splash.lyx
1331     de/ItemizeBullets.lyx
1332     de/Lebenslauf.lyx
1333     de/Minipage.lyx
1334     de/TableExamples.lyx
1335     de/Waehrungen.lyx
1336     de/beispiel_gelyxt.lyx
1337     de/beispiel_roh.lyx
1338     de/decimal.lyx
1339     de/splash.lyx
1340     de/mathed.lyx
1341     de/multicol.lyx
1342     es/ejemplo_con_lyx.lyx
1343     es/ejemplo_sin_lyx.lyx
1344     es/splash.lyx
1345     eu/adibide_gordina.lyx
1346     eu/adibide_lyx-atua.lyx
1347     eu/splash.lyx
1348     fr/AlignementDecimal.lyx
1349     fr/CV.lyx
1350     fr/ExemplesTableaux.lyx
1351     fr/Foils.lyx
1352     fr/ListesPuces.lyx
1353     fr/Minipage.lyx
1354     fr/exemple_brut.lyx
1355     fr/exemple_lyxifie.lyx
1356     fr/mathed.lyx
1357     fr/multicol.lyx
1358     fr/splash.lyx
1359     he/example_raw.lyx
1360     he/he_example_lyxified.lyx
1361     he/he_example_raw.lyx
1362     hu/splash.lyx
1363     it/ItemizeBullets.lyx
1364     it/splash.lyx
1365     nl/multicol.lyx
1366     nl/opsommingstekens.lyx
1367     nl/splash.lyx
1368     nl/voorbeeld_ruw.lyx
1369     nl/voorbeeld_verlyxt.lyx
1370     pl/splash.lyx
1371     pt/splash.lyx
1372     ru/splash.lyx
1373     sl/primer_lyxan.lyx
1374     sl/primer_surov.lyx
1375     sl/splash.lyx
1376     ro/splash.lyx
1377     Foils.lyx
1378     ItemizeBullets.lyx
1379     Literate.lyx
1380     Minipage.lyx
1381     TableExamples.lyx
1382     aa_sample.lyx
1383     aas_sample.lyx
1384     amsart-test.lyx
1385     amsbook-test.lyx
1386     beamer-g4.jpg
1387     beamer-g4-mask.jpg
1388     beamer-icsi-logo.pdf
1389     beamer-knight1-mask.png
1390     beamer-knight1.png
1391     beamer-knight2-mask.png
1392     beamer-knight2.png
1393     beamer-knight3-mask.png
1394     beamer-knight3.png
1395     beamer-knight4-mask.png
1396     beamer-knight4.png
1397     beamerlyxexample1.lyx
1398     chess-article.lyx
1399     chessgame.lyx
1400     currency.lyx
1401     cv.lyx
1402     decimal.lyx
1403     docbook_article.lyx
1404     example_lyxified.lyx
1405     example_raw.lyx
1406     iecc05.fen
1407     iecc07.fen
1408     iecc12.fen
1409     landslide.lyx
1410     listerrors.lyx
1411     mathed.lyx
1412     multicol.lyx
1413     noweb2lyx.lyx
1414     script_form.lyx
1415     splash.lyx
1416     g-brief2.lyx
1417 ''')
1418
1419
1420 lib_images_files = Split('''
1421     all-changes-reject.xpm
1422     all-changes-accept.xpm
1423     amssymb.xpm
1424     banner.ppm
1425     bookmark-goto.xpm
1426     bookmark-save.xpm
1427     break-line.xpm
1428     buffer-close.xpm
1429     buffer-export_dvi.xpm
1430     buffer-export_latex.xpm
1431     buffer-export_pdf2.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     date.py
2203     fen2ascii.py
2204     fig2pdftex.py
2205     fig2pstex.py
2206     fig_copy.py
2207     layout2layout.py
2208     legacy_lyxpreview2ppm.py
2209     listerrors
2210     lyxpreview2bitmap.py
2211     lyxpreview_tools.py
2212     tex_copy.py
2213 ''')
2214
2215
2216 lib_templates_files = Split('''
2217     IEEEtran.lyx
2218     README.new_templates
2219     aa.lyx
2220     aastex.lyx
2221     beamer-conference-ornate-20min.lyx
2222     de_beamer-conference-ornate-20min.lyx
2223     dinbrief.lyx
2224     docbook_article.lyx
2225     elsart.lyx
2226     fr_beamer-conference-ornate-20min.lyx
2227     g-brief-de.lyx
2228     g-brief-en.lyx
2229     hollywood.lyx
2230     kluwer.lyx
2231     koma-letter2.lyx
2232     latex8.lyx
2233     letter.lyx
2234     revtex.lyx
2235     revtex4.lyx
2236     slides.lyx
2237     ijmpc.lyx
2238     ijmpd.lyx
2239     agu_article.lyx
2240 ''')
2241
2242
2243 lib_tex_files = Split('''
2244     broadway.cls
2245     cv.cls
2246     hollywood.cls
2247     lyxchess.sty
2248     lyxskak.sty
2249     revtex.cls
2250 ''')
2251
2252
2253 lib_ui_files = Split('''
2254     classic.ui
2255     default.ui
2256     stdmenus.inc
2257     stdtoolbars.inc
2258 ''')
2259
2260
2261 lib_doc_files = Split('''
2262     cs/Tutorial.lyx
2263     da/Intro.lyx
2264     de/Customization.lyx
2265     de/Extended.lyx
2266     de/FAQ.lyx
2267     de/Intro.lyx
2268     de/Tutorial.lyx
2269     de/UserGuide.lyx
2270     es/Intro.lyx
2271     es/Tutorial.lyx
2272     es/EmbeddedObjects.lyx
2273     eu/Customization.lyx
2274     eu/Extended.lyx
2275     eu/FAQ.lyx
2276     eu/Intro.lyx
2277     eu/Tutorial.lyx
2278     eu/UserGuide.lyx
2279     fr/Customization.lyx
2280     fr/Extended.lyx
2281     fr/FAQ.lyx
2282     fr/Intro.lyx
2283     fr/Tutorial.lyx
2284     fr/UserGuide.lyx
2285     he/Intro.lyx
2286     he/Tutorial.lyx
2287     hu/Intro.lyx
2288     hu/Tutorial.lyx
2289     it/Customization.lyx
2290     it/Intro.lyx
2291     it/Tutorial.lyx
2292     it/UserGuide.lyx
2293     nl/Intro.lyx
2294     nl/Tutorial.lyx
2295     nb/Intro.lyx
2296     pl/Extended.lyx
2297     pl/Intro.lyx
2298     pl/Tutorial.lyx
2299     pt/Intro.lyx
2300     pt/Tutorial.lyx
2301     ro/Intro.lyx
2302     ru/FAQ.lyx
2303     ru/Intro.lyx
2304     ru/Tutorial.lyx
2305     sk/Tutorial.lyx
2306     sk/UserGuide.lyx
2307     sl/Intro.lyx
2308     sl/Tutorial.lyx
2309     sv/Intro.lyx
2310     sv/Tutorial.lyx
2311     Customization.lyx
2312     DocStyle.lyx
2313     EmbeddedObjects.lyx
2314     Extended.lyx
2315     FAQ.lyx
2316     Intro.lyx
2317     LaTeXConfig.lyx.in
2318     Reference.lyx
2319     Tutorial.lyx
2320     UserGuide.lyx
2321     escher-lsd.eps
2322     mobius.eps
2323     platypus.eps
2324 ''')
2325
2326
2327 lib_clipart_files = Split('''
2328     BoxInsetDefaultQt4.png
2329     ComentNotaImagenQt4.png
2330     CommentNoteImageQt4.png
2331     CuadroMinipagQt4.png
2332     endnotes.pdf
2333     etiquetaQt4.png
2334     floatQt4.png
2335     flotanteQt4.png
2336     footnoteQt4.png
2337     GreyedOutNoteImageQt4.png
2338     GrisNotaImagenQt4.png
2339     labelQt4.png
2340     LyXNoteImageQt4.png
2341     NotaLyXImagenQt4.png
2342     notapieQt4.png
2343     platypus.eps
2344     referenceQt4.png
2345     referenciaQt4.png
2346     with_fntright.pdf
2347     without_fntright.pdf
2348 ''')
2349
2350
2351 lib_lyx2lyx_files = Split('''
2352     lyx2lyx
2353     lyx2lyx_lang.py
2354     generate_encoding_info.py
2355     parser_tools.py
2356     LyX.py
2357     lyx_0_06.py
2358     lyx_0_08.py
2359     lyx_0_10.py
2360     lyx_0_12.py
2361     lyx_1_0.py
2362     lyx_1_1.py
2363     lyx_1_1_5.py
2364     lyx_1_1_6_0.py
2365     lyx_1_1_6_3.py
2366     lyx_1_2.py
2367     lyx_1_3.py
2368     lyx_1_4.py
2369     lyx_1_5.py
2370     profiling.py
2371     test_parser_tools.py
2372 ''')
2373
2374
2375 win32_bakoma_fonts = Split('''
2376     Readme.txt   
2377     Licence.txt  
2378     cmex10.ttf  
2379     cmr10.ttf   
2380     eufm10.ttf  
2381     msbm10.ttf
2382     cmmi10.ttf  
2383     cmsy10.ttf  
2384     msam10.ttf  
2385     wasy10.ttf
2386 ''')
2387
2388
2389 win32_packaging_installer_files = Split('''
2390     license.rtf
2391     lyx.nsi
2392     settings.nsh
2393     settings.user.nsh
2394 ''')
2395
2396
2397 win32_packaging_installer_components_files = Split('''
2398     configure.nsh
2399     dicts.nsh
2400     langselect.nsh
2401     uninstall.nsh
2402     viewer.nsh
2403     core.nsh
2404     external.nsh
2405     reinstall.nsh
2406     user.nsh
2407 ''')
2408     
2409
2410 win32_packaging_installer_dialogs_files = Split('''
2411     external.ini
2412     langselect.ini
2413     reinstall.ini
2414     user.ini
2415     viewer.ini
2416 ''')
2417
2418
2419 win32_packaging_installer_graphics_files = Split('''
2420     header.bmp
2421     wizard.bmp
2422 ''')
2423
2424
2425 win32_packaging_installer_include_files = Split('''
2426     declarations.nsh
2427     detection.nsh
2428     filelists.nsh
2429     gui.nsh
2430     init.nsh
2431     lang.nsh
2432     windows.nsh
2433 ''')
2434     
2435
2436 win32_packaging_installer_lang_files = Split('''
2437     english.nsh
2438     french.nsh
2439     german.nsh
2440     italian.nsh
2441 ''')