]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
French translation of beamer template and minor corrections by
[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     unicodesymbols
1279     configure.py
1280 ''')
1281
1282
1283 # do not install, ignore
1284 lib_image_noinst_files = Split('''
1285     images/README
1286     images/font-smallcaps.xpm
1287     images/math/ams_arrows.xbm
1288     images/math/ams_misc.xbm
1289     images/math/ams_nrel.xbm
1290     images/math/ams_ops.xbm
1291     images/math/ams_rel.xbm
1292     images/math/arrows.xbm
1293     images/math/bop.xbm
1294     images/math/brel.xbm
1295     images/math/deco.xbm
1296     images/math/deco.xpm
1297     images/math/delim0.xpm
1298     images/math/delim1.xpm
1299     images/math/delim.xbm
1300     images/math/dots.xbm
1301     images/math/font.xbm
1302     images/math/greek.xbm
1303     images/math/misc.xbm
1304     images/math/varsz.xbm
1305 ''')
1306
1307
1308 lib_bind_files = Split('''
1309     broadway.bind
1310     cua.bind
1311     cyrkeys.bind
1312     de_menus.bind
1313     emacs.bind
1314     fi_menus.bind
1315     greekkeys.bind
1316     hollywood.bind
1317     latinkeys.bind
1318     mac.bind
1319     math.bind
1320     menus.bind
1321     pt_menus.bind
1322     sciword.bind
1323     sv_menus.bind
1324     xemacs.bind
1325     aqua.bind
1326 ''')
1327
1328
1329 lib_examples_files = Split('''
1330     Foils.lyx
1331     ItemizeBullets.lyx
1332     Literate.lyx
1333     Minipage.lyx
1334     TableExamples.lyx
1335     aa_sample.lyx
1336     aas_sample.lyx
1337     amsart-test.lyx
1338     amsbook-test.lyx
1339     beamer-g4.jpg
1340     beamer-g4-mask.jpg
1341     beamer-icsi-logo.pdf
1342     beamer-knight1-mask.png
1343     beamer-knight1.png
1344     beamer-knight2-mask.png
1345     beamer-knight2.png
1346     beamer-knight3-mask.png
1347     beamer-knight3.png
1348     beamer-knight4-mask.png
1349     beamer-knight4.png
1350     beamerlyxexample1.lyx
1351     ca_splash.lyx
1352     chess-article.lyx
1353     chessgame.lyx
1354     cs_splash.lyx
1355     currency.lyx
1356     cv.lyx
1357     da_splash.lyx
1358     de_ItemizeBullets.lyx
1359     de_Lebenslauf.lyx
1360     de_Minipage.lyx
1361     de_TableExamples.lyx
1362     de_Waehrungen.lyx
1363     de_beispiel_gelyxt.lyx
1364     de_beispiel_roh.lyx
1365     de_decimal.lyx
1366     de_splash.lyx
1367     de_mathed.lyx
1368     de_multicol.lyx
1369     decimal.lyx
1370     docbook_article.lyx
1371     es_ejemplo_con_lyx.lyx
1372     es_ejemplo_sin_lyx.lyx
1373     es_splash.lyx
1374     eu_adibide_gordina.lyx
1375     eu_adibide_lyx-atua.lyx
1376     eu_splash.lyx
1377     example_lyxified.lyx
1378     example_raw.lyx
1379     fr_AlignementDecimal.lyx
1380     fr_CV.lyx
1381     fr_ExemplesTableaux.lyx
1382     fr_Foils.lyx
1383     fr_ListesPuces.lyx
1384     fr_Minipage.lyx
1385     fr_exemple_brut.lyx
1386     fr_exemple_lyxifie.lyx
1387     fr_mathed.lyx
1388     fr_multicol.lyx
1389     fr_splash.lyx
1390     he_example_raw.lyx
1391     he_he_example_lyxified.lyx
1392     he_he_example_raw.lyx
1393     hu_splash.lyx
1394     iecc05.fen
1395     iecc07.fen
1396     iecc12.fen
1397     it_ItemizeBullets.lyx
1398     it_splash.lyx
1399     landslide.lyx
1400     listerrors.lyx
1401     mathed.lyx
1402     multicol.lyx
1403     nl_multicol.lyx
1404     nl_opsommingstekens.lyx
1405     nl_splash.lyx
1406     nl_voorbeeld_ruw.lyx
1407     nl_voorbeeld_verlyxt.lyx
1408     noweb2lyx.lyx
1409     pl_splash.lyx
1410     pt_splash.lyx
1411     ru_splash.lyx
1412     script_form.lyx
1413     sl_primer_lyxan.lyx
1414     sl_primer_surov.lyx
1415     sl_splash.lyx
1416     splash.lyx
1417     g-brief2.lyx
1418     ro_splash.lyx
1419 ''')
1420
1421
1422 lib_images_files = Split('''
1423     all-changes-reject.xpm
1424     all-changes-accept.xpm
1425     amssymb.xpm
1426     banner.ppm
1427     bookmark-goto.xpm
1428     bookmark-save.xpm
1429     break-line.xpm
1430     buffer-close.xpm
1431     buffer-export_dvi.xpm
1432     buffer-export_latex.xpm
1433     buffer-export_pdf2.xpm
1434     buffer-export_ps.xpm
1435     buffer-export_text.xpm
1436     buffer-new.xpm
1437     buffer-reload.xpm
1438     buffer-update_dvi.xpm
1439     buffer-update_pdf2.xpm
1440     buffer-update_ps.xpm
1441     buffer-view_dvi.xpm
1442     buffer-view_pdf2.xpm
1443     buffer-view_ps.xpm
1444     buffer-write-as.xpm
1445     buffer-write.xpm
1446     build-program.xpm
1447     change-accept.xpm
1448     change-next.xpm
1449     change-reject.xpm
1450     changes-merge.xpm
1451     changes-output.xpm
1452     changes-track.xpm
1453     copy.xpm
1454     cut.xpm
1455     depth-decrement.xpm
1456     depth-increment.xpm
1457     dialog-preferences.xpm
1458     dialog-show-new-inset_citation.xpm
1459     dialog-show-new-inset_graphics.xpm
1460     dialog-show-new-inset_include.xpm
1461     dialog-show-new-inset_ref.xpm
1462     dialog-show_character.xpm
1463     dialog-show_findreplace.xpm
1464     dialog-show_mathpanel.xpm
1465     dialog-show_print.xpm
1466     dialog-show_spellchecker.xpm
1467     down.xpm
1468     ert-insert.xpm
1469     file-open.xpm
1470     float-insert_figure.xpm
1471     float-insert_table.xpm
1472     font-bold.xpm
1473     font-emph.xpm
1474     font-free-apply.xpm
1475     font-noun.xpm
1476     font-sans.xpm
1477     footnote-insert.xpm
1478     index-insert.xpm
1479     label-insert.xpm
1480     layout.xpm
1481     layout-document.xpm
1482     layout-paragraph.xpm
1483     layout_Description.xpm
1484     layout_Enumerate.xpm 
1485     layout_Itemize.xpm
1486     layout_List.xpm
1487     layout_LyX-Code.xpm
1488     layout_Scrap.xpm
1489     layout_Section.xpm
1490     lyx-quit.xpm
1491     lyx.xpm
1492     marginalnote-insert.xpm
1493     math-display.xpm
1494     math-matrix.xpm
1495     math-mode.xpm
1496     math-subscript.xpm
1497     math-superscript.xpm
1498     nomencl-insert.xpm
1499     note-insert.xpm
1500     note-next.xpm
1501     paste.xpm
1502     psnfss1.xpm
1503     psnfss2.xpm
1504     psnfss3.xpm
1505     psnfss4.xpm
1506     redo.xpm
1507     standard.xpm
1508     tabular-feature_align-center.xpm
1509     tabular-feature_align-left.xpm
1510     tabular-feature_align-right.xpm
1511     tabular-feature_append-column.xpm
1512     tabular-feature_append-row.xpm
1513     tabular-feature_delete-column.xpm
1514     tabular-feature_delete-row.xpm
1515     tabular-feature_multicolumn.xpm
1516     tabular-feature_set-all-lines.xpm
1517     tabular-feature_set-longtabular.xpm
1518     tabular-feature_set-rotate-cell.xpm
1519     tabular-feature_set-rotate-tabular.xpm
1520     tabular-feature_toggle-line-bottom.xpm
1521     tabular-feature_toggle-line-left.xpm
1522     tabular-feature_toggle-line-right.xpm
1523     tabular-feature_toggle-line-top.xpm
1524     tabular-feature_unset-all-lines.xpm
1525     tabular-feature_valign-bottom.xpm
1526     tabular-feature_valign-middle.xpm
1527     tabular-feature_valign-top.xpm
1528     tabular-insert.xpm
1529     thesaurus-entry.xpm
1530     toc-view.xpm
1531     undo.xpm
1532     unknown.xpm
1533     up.xpm
1534     url-insert.xpm
1535 ''')
1536
1537
1538 lib_images_math_files = Split('''
1539     style.xbm
1540     font.xpm
1541     delim.xpm
1542     equation.xpm
1543     matrix.xpm
1544     space.xpm
1545     sqrt-square.xpm
1546     style.xpm
1547     sub.xpm
1548     super.xpm
1549     Bbbk.xpm
1550     Finv.xpm
1551     Game.xpm
1552     Im.xpm
1553     Lleftarrow.xpm
1554     Rrightarrow.xpm
1555     Lsh.xpm
1556     Re.xpm
1557     Rsh.xpm
1558     Vert.xpm
1559     Vvdash.xpm
1560     acute.xpm
1561     aleph.xpm
1562     alpha.xpm
1563     amalg.xpm
1564     angle.xpm
1565     approx.xpm
1566     approxeq.xpm
1567     asymp.xpm
1568     backepsilon.xpm
1569     backprime.xpm
1570     backsim.xpm
1571     backsimeq.xpm
1572     backslash.xpm
1573     bar.xpm
1574     bars.xpm
1575     barwedge.xpm
1576     because.xpm
1577     beta.xpm
1578     beth.xpm
1579     between.xpm
1580     bigcap.xpm
1581     bigcirc.xpm
1582     bigcup.xpm
1583     bigodot.xpm
1584     bigoplus.xpm
1585     bigotimes.xpm
1586     bigsqcup.xpm
1587     bigstar.xpm
1588     bigtriangledown.xpm
1589     bigtriangleup.xpm
1590     biguplus.xpm
1591     bigvee.xpm
1592     bigwedge.xpm
1593     blacklozenge.xpm
1594     blacksquare.xpm
1595     blacktriangle.xpm
1596     blacktriangledown.xpm
1597     blacktriangleleft.xpm
1598     blacktriangleright.xpm
1599     bot.xpm
1600     bowtie.xpm
1601     boxdot.xpm
1602     boxminus.xpm
1603     boxplus.xpm
1604     boxtimes.xpm
1605     breve.xpm
1606     bullet.xpm
1607     bumpeq.xpm
1608     bumpeq2.xpm
1609     cap.xpm
1610     cap2.xpm
1611     cases.xpm
1612     cdot.xpm
1613     cdots.xpm
1614     centerdot.xpm
1615     check.xpm
1616     chi.xpm
1617     circ.xpm
1618     circeq.xpm
1619     circlearrowleft.xpm
1620     circlearrowright.xpm
1621     circledS.xpm
1622     circledast.xpm
1623     circledcirc.xpm
1624     circleddash.xpm
1625     clubsuit.xpm
1626     complement.xpm
1627     cong.xpm
1628     coprod.xpm
1629     cup.xpm
1630     cup2.xpm
1631     curlyeqprec.xpm
1632     curlyeqsucc.xpm
1633     curlyvee.xpm
1634     curlywedge.xpm
1635     curvearrowleft.xpm
1636     curvearrowright.xpm
1637     dagger.xpm
1638     daleth.xpm
1639     dashleftarrow.xpm
1640     dashrightarrow.xpm
1641     dashv.xpm
1642     ddagger.xpm
1643     ddot.xpm
1644     ddots.xpm
1645     delta.xpm
1646     delta2.xpm
1647     diagdown.xpm
1648     diagup.xpm
1649     diamond.xpm
1650     diamondsuit.xpm
1651     digamma.xpm
1652     div.xpm
1653     divideontimes.xpm
1654     dot.xpm
1655     doteq.xpm
1656     doteqdot.xpm
1657     dotsint.xpm
1658     dotsintop.xpm
1659     dotplus.xpm
1660     doublebarwedge.xpm
1661     downarrow.xpm
1662     downarrow2.xpm
1663     downdownarrows.xpm
1664     downharpoonleft.xpm
1665     downharpoonright.xpm
1666     ell.xpm
1667     empty.xpm
1668     emptyset.xpm
1669     epsilon.xpm
1670     eqcirc.xpm
1671     eqslantgtr.xpm
1672     eqslantless.xpm
1673     equiv.xpm
1674     eta.xpm
1675     eth.xpm
1676     exists.xpm
1677     fallingdotseq.xpm
1678     flat.xpm
1679     forall.xpm
1680     frac.xpm
1681     frac-square.xpm
1682     frown.xpm
1683     gamma.xpm
1684     gamma2.xpm
1685     geq.xpm
1686     geqq.xpm
1687     geqslant.xpm
1688     gg.xpm
1689     ggg.xpm
1690     gimel.xpm
1691     gnapprox.xpm
1692     gneq.xpm
1693     gneqq.xpm
1694     gnsim.xpm
1695     grave.xpm
1696     gtrapprox.xpm
1697     gtrdot.xpm
1698     gtreqless.xpm
1699     gtreqqless.xpm
1700     gtrless.xpm
1701     gtrsim.xpm
1702     gvertneqq.xpm
1703     hat.xpm
1704     hbar.xpm
1705     heartsuit.xpm
1706     hookleftarrow.xpm
1707     hookrightarrow.xpm
1708     hphantom.xpm
1709     hslash.xpm
1710     iiiint.xpm
1711     iiiintop.xpm
1712     iiint.xpm
1713     iiintop.xpm
1714     iintop.xpm
1715     iint.xpm
1716     imath.xpm
1717     in.xpm
1718     infty.xpm
1719     int.xpm
1720     intercal.xpm
1721     intop.xpm
1722     iota.xpm
1723     jmath.xpm
1724     kappa.xpm
1725     lambda.xpm
1726     lambda2.xpm
1727     langle.xpm
1728     lbrace.xpm
1729     lbrace_rbrace.xpm
1730     lbracket.xpm
1731     lbracket_rbracket.xpm
1732     lceil.xpm
1733     lceil_rceil.xpm
1734     ldots.xpm
1735     leftarrow.xpm
1736     leftarrow2.xpm
1737     leftarrowtail.xpm
1738     leftharpoondown.xpm
1739     leftharpoonup.xpm
1740     leftleftarrows.xpm
1741     leftrightarrow.xpm
1742     leftrightarrow2.xpm
1743     leftrightarrows.xpm
1744     leftrightharpoons.xpm
1745     leftrightsquigarrow.xpm
1746     leftthreetimes.xpm
1747     leq.xpm
1748     leqq.xpm
1749     leqslant.xpm
1750     lessapprox.xpm
1751     lessdot.xpm
1752     lesseqgtr.xpm
1753     lesseqqgtr.xpm
1754     lessgtr.xpm
1755     lesssim.xpm
1756     lfloor.xpm
1757     lfloor_rfloor.xpm
1758     ll.xpm
1759     llcorner.xpm
1760     lll.xpm
1761     lnapprox.xpm
1762     lneq.xpm
1763     lneqq.xpm
1764     lnsim.xpm
1765     longleftarrow.xpm
1766     longleftarrow2.xpm
1767     longleftrightarrow.xpm
1768     longleftrightarrow2.xpm
1769     longmapsto.xpm
1770     longrightarrow.xpm
1771     longrightarrow2.xpm
1772     looparrowleft.xpm
1773     looparrowright.xpm
1774     lozenge.xpm
1775     lparen.xpm
1776     lparen_rparen.xpm
1777     lrcorner.xpm
1778     ltimes.xpm
1779     lvertneqq.xpm
1780     mapsto.xpm
1781     mathbb_C.xpm
1782     mathbb_H.xpm
1783     mathbb_N.xpm
1784     mathbb_Q.xpm
1785     mathbb_R.xpm
1786     mathbb_Z.xpm
1787     mathcal_F.xpm
1788     mathcal_H.xpm
1789     mathcal_L.xpm
1790     mathcal_O.xpm
1791     mathcircumflex.xpm
1792     mathrm_T.xpm
1793     measuredangle.xpm
1794     mho.xpm
1795     mid.xpm
1796     models.xpm
1797     mp.xpm
1798     mu.xpm
1799     multimap.xpm
1800     nabla.xpm
1801     natural.xpm
1802     ncong.xpm
1803     nearrow.xpm
1804     neg.xpm
1805     neq.xpm
1806     nexists.xpm
1807     ngeq.xpm
1808     ngeqq.xpm
1809     ngeqslant.xpm
1810     ngtr.xpm
1811     ni.xpm
1812     nleftarrow.xpm
1813     nleftarrow2.xpm
1814     nleftrightarrow.xpm
1815     nleftrightarrow2.xpm
1816     nleq.xpm
1817     nleqq.xpm
1818     nleqslant.xpm
1819     nless.xpm
1820     nmid.xpm
1821     notin.xpm
1822     nparallel.xpm
1823     nprec.xpm
1824     npreceq.xpm
1825     nrightarrow.xpm
1826     nrightarrow2.xpm
1827     nshortmid.xpm
1828     nshortparallel.xpm
1829     nsim.xpm
1830     nsubseteq.xpm
1831     nsucc.xpm
1832     nsucceq.xpm
1833     nsupseteq.xpm
1834     nsupseteqq.xpm
1835     ntriangleleft.xpm
1836     ntrianglelefteq.xpm
1837     ntriangleright.xpm
1838     ntrianglerighteq.xpm
1839     nu.xpm
1840     nvdash.xpm
1841     nvdash2.xpm
1842     nvdash3.xpm
1843     nwarrow.xpm
1844     odot.xpm
1845     oiint.xpm
1846     oiintop.xpm
1847     oint.xpm
1848     ointclockwise.xpm
1849     ointclockwiseop.xpm
1850     ointctrclockwise.xpm
1851     ointctrclockwiseop.xpm
1852     ointop.xpm
1853     omega.xpm
1854     omega2.xpm
1855     ominus.xpm
1856     oplus.xpm
1857     oslash.xpm
1858     otimes.xpm
1859     overbrace.xpm
1860     overleftarrow.xpm
1861     overleftrightarrow.xpm
1862     overline.xpm
1863     overrightarrow.xpm
1864     overset.xpm
1865     parallel.xpm
1866     partial.xpm
1867     perp.xpm
1868     phantom.xpm
1869     phi.xpm
1870     phi2.xpm
1871     pi.xpm
1872     pi2.xpm
1873     pitchfork.xpm
1874     pm.xpm
1875     prec.xpm
1876     precapprox.xpm
1877     preccurlyeq.xpm
1878     preceq.xpm
1879     precnapprox.xpm
1880     precnsim.xpm
1881     precsim.xpm
1882     prime.xpm
1883     prod.xpm
1884     propto.xpm
1885     psi.xpm
1886     psi2.xpm
1887     rangle.xpm
1888     rbrace.xpm
1889     rbracket.xpm
1890     rceil.xpm
1891     rfloor.xpm
1892     rho.xpm
1893     rightarrow.xpm
1894     rightarrow2.xpm
1895     rightarrowtail.xpm
1896     rightharpoondown.xpm
1897     rightharpoonup.xpm
1898     rightleftarrows.xpm
1899     rightleftharpoons.xpm
1900     rightrightarrows.xpm
1901     rightsquigarrow.xpm
1902     rightthreetimes.xpm
1903     risingdotseq.xpm
1904     root.xpm
1905     rparen.xpm
1906     rtimes.xpm
1907     searrow.xpm
1908     setminus.xpm
1909     sharp.xpm
1910     shortmid.xpm
1911     shortparallel.xpm
1912     sigma.xpm
1913     sigma2.xpm
1914     sim.xpm
1915     simeq.xpm
1916     slash.xpm
1917     smallfrown.xpm
1918     smallsetminus.xpm
1919     smallsmile.xpm
1920     smile.xpm
1921     spadesuit.xpm
1922     sphericalangle.xpm
1923     sqcap.xpm
1924     sqcup.xpm
1925     sqiint.xpm
1926     sqiintop.xpm
1927     sqint.xpm
1928     sqintop.xpm
1929     sqrt.xpm
1930     sqsubset.xpm
1931     sqsubseteq.xpm
1932     sqsupset.xpm
1933     sqsupseteq.xpm
1934     square.xpm
1935     star.xpm
1936     subset.xpm
1937     subset2.xpm
1938     subseteq.xpm
1939     subseteqq.xpm
1940     subsetneq.xpm
1941     subsetneqq.xpm
1942     succ.xpm
1943     succapprox.xpm
1944     succcurlyeq.xpm
1945     succeq.xpm
1946     succnapprox.xpm
1947     succnsim.xpm
1948     succsim.xpm
1949     sum.xpm
1950     supset.xpm
1951     supset2.xpm
1952     supseteq.xpm
1953     supseteqq.xpm
1954     supsetneq.xpm
1955     supsetneqq.xpm
1956     surd.xpm
1957     swarrow.xpm
1958     tau.xpm
1959     textrm_Oe.xpm
1960     textrm_AA.xpm
1961     therefore.xpm
1962     theta.xpm
1963     theta2.xpm
1964     thickapprox.xpm
1965     thicksim.xpm
1966     tilde.xpm
1967     times.xpm
1968     top.xpm
1969     triangle.xpm
1970     triangledown.xpm
1971     triangleleft.xpm
1972     trianglelefteq.xpm
1973     triangleq.xpm
1974     triangleright.xpm
1975     trianglerighteq.xpm
1976     twoheadleftarrow.xpm
1977     twoheadrightarrow.xpm
1978     ulcorner.xpm
1979     underbrace.xpm
1980     underleftarrow.xpm
1981     underleftrightarrow.xpm
1982     underline.xpm
1983     underrightarrow.xpm
1984     underscore.xpm
1985     underset.xpm
1986     uparrow.xpm
1987     uparrow2.xpm
1988     updownarrow.xpm
1989     updownarrow2.xpm
1990     upharpoonleft.xpm
1991     upharpoonright.xpm
1992     uplus.xpm
1993     upsilon.xpm
1994     upsilon2.xpm
1995     upuparrows.xpm
1996     urcorner.xpm
1997     varepsilon.xpm
1998     varkappa.xpm
1999     varnothing.xpm
2000     varphi.xpm
2001     varpi.xpm
2002     varpropto.xpm
2003     varsigma.xpm
2004     varsubsetneq.xpm
2005     varsubsetneqq.xpm
2006     varsupsetneq.xpm
2007     varsupsetneqq.xpm
2008     vartheta.xpm
2009     vartriangle.xpm
2010     vartriangleleft.xpm
2011     vartriangleright.xpm
2012     vdash.xpm
2013     vdash2.xpm
2014     vdash3.xpm
2015     vdots.xpm
2016     vec.xpm
2017     vee.xpm
2018     veebar.xpm
2019     vphantom.xpm
2020     wedge.xpm
2021     widehat.xpm
2022     widetilde.xpm
2023     wp.xpm
2024     wr.xpm
2025     xi.xpm
2026     xi2.xpm
2027     zeta.xpm
2028 ''')
2029
2030
2031 lib_kbd_files = Split('''
2032     american-2.kmap
2033     american.kmap
2034     arabic.kmap
2035     bg-bds-1251.kmap
2036     brazil.kmap
2037     brazil2.kmap
2038     cp1251.cdef
2039     czech-prg.kmap
2040     czech.kmap
2041     european.kmap
2042     francais.kmap
2043     french.kmap
2044     german-2.kmap
2045     german-3.kmap
2046     german.kmap
2047     greek.kmap
2048     hebrew.kmap
2049     ibm866.cdef
2050     iso8859-1.cdef
2051     iso8859-15.cdef
2052     iso8859-2.cdef
2053     iso8859-3.cdef
2054     iso8859-4.cdef
2055     iso8859-7.cdef
2056     iso8859-8.cdef
2057     iso8859-9.cdef
2058     koi8-r.cdef
2059     koi8-r.kmap
2060     koi8-t.cdef
2061     koi8-u.cdef
2062     koi8-u.kmap
2063     latvian.kmap
2064     magyar-2.kmap
2065     magyar-3.kmap
2066     magyar.kmap
2067     null.kmap
2068     polish.kmap
2069     polski.kmap
2070     portuges.kmap
2071     romanian.kmap
2072     serbian.kmap
2073     serbocroatian.kmap
2074     sf.kmap
2075     sg.kmap
2076     slovak.kmap
2077     slovene.kmap
2078     thai-kedmanee.kmap
2079     tis620-0.cdef
2080     transilvanian.kmap
2081     turkish-f.kmap
2082     turkish.kmap
2083     espanol.kmap
2084 ''')
2085
2086
2087 lib_layouts_files = Split('''
2088     IEEEtran.layout
2089     aa.layout
2090     aapaper.inc
2091     aapaper.layout
2092     aastex.layout
2093     aguplus.inc
2094     amsart-plain.layout
2095     amsart-seq.layout
2096     amsart.layout
2097     amsbook.layout
2098     amsdefs.inc
2099     amsmaths-plain.inc
2100     amsmaths-seq.inc
2101     amsmaths.inc
2102     apa.layout
2103     arab-article.layout
2104     article.layout
2105     beamer.layout
2106     book.layout
2107     broadway.layout
2108     chess.layout
2109     cl2emult.layout
2110     cv.layout
2111     db_lyxmacros.inc
2112     db_stdclass.inc
2113     db_stdcharstyles.inc
2114     db_stdcounters.inc
2115     db_stdlayouts.inc
2116     db_stdlists.inc
2117     db_stdsections.inc
2118     db_stdstarsections.inc
2119     db_stdstruct.inc
2120     db_stdtitle.inc
2121     dinbrief.layout
2122     docbook-book.layout
2123     docbook-chapter.layout
2124     docbook-section.layout
2125     docbook.layout
2126     dtk.layout
2127     egs.layout
2128     elsart.layout
2129     entcs.layout
2130     extarticle.layout
2131     extbook.layout
2132     extletter.layout
2133     extreport.layout
2134     foils.layout
2135     g-brief-de.layout
2136     g-brief-en.layout
2137     heb-article.layout
2138     heb-letter.layout
2139     hollywood.layout
2140     ijmpc.layout
2141     ijmpd.layout
2142     jgrga.layout
2143     kluwer.layout
2144     latex8.layout
2145     letter.layout
2146     literate-article.layout
2147     literate-book.layout
2148     literate-report.layout
2149     literate-scrap.inc
2150     llncs.layout
2151     ltugboat.layout
2152     lyxmacros.inc
2153     manpage.layout
2154     mwart.layout
2155     mwbk.layout
2156     mwrep.layout
2157     paper.layout
2158     report.layout
2159     revtex.layout
2160     revtex4.layout
2161     scrartcl.layout
2162     scrbook.layout
2163     scrclass.inc
2164     scrlettr.layout
2165     scrlttr2.layout
2166     scrreprt.layout
2167     seminar.layout
2168     siamltex.layout
2169     slides.layout
2170     spie.layout
2171     stdclass.inc
2172     stdcounters.inc
2173     stdfloats.inc
2174     stdlayouts.inc
2175     stdletter.inc
2176     stdlists.inc
2177     stdsections.inc
2178     stdstarsections.inc
2179     stdstruct.inc
2180     stdtitle.inc
2181     svjog.layout
2182     svjour.inc
2183     svprobth.layout
2184     agums.layout
2185     memoir.layout
2186     numarticle.inc
2187     numreport.inc
2188     numrevtex.inc
2189     agu-dtd.layout
2190     agu_stdclass.inc
2191     agu_stdcounters.inc
2192     agu_stdlists.inc
2193     agu_stdsections.inc
2194     agu_stdtitle.inc
2195     g-brief2.layout
2196     svglobal.layout
2197 ''')
2198
2199
2200 lib_scripts_files = Split('''
2201     TeXFiles.py
2202     clean_dvi.py
2203     convertDefault.py
2204     fen2ascii.py
2205     fig2pdftex.py
2206     fig2pstex.py
2207     fig_copy.py
2208     layout2layout.py
2209     legacy_lyxpreview2ppm.py
2210     listerrors
2211     lyxpreview2bitmap.py
2212     lyxpreview_tools.py
2213     tex_copy.py
2214 ''')
2215
2216
2217 lib_templates_files = Split('''
2218     IEEEtran.lyx
2219     README.new_templates
2220     aa.lyx
2221     aastex.lyx
2222     beamer-conference-ornate-20min.lyx
2223     de_beamer-conference-ornate-20min.lyx
2224     dinbrief.lyx
2225     docbook_article.lyx
2226     elsart.lyx
2227     fr_beamer-conference-ornate-20min.lyx
2228     g-brief-de.lyx
2229     g-brief-en.lyx
2230     hollywood.lyx
2231     kluwer.lyx
2232     koma-letter2.lyx
2233     latex8.lyx
2234     letter.lyx
2235     revtex.lyx
2236     revtex4.lyx
2237     slides.lyx
2238     ijmpc.lyx
2239     ijmpd.lyx
2240     agu_article.lyx
2241 ''')
2242
2243
2244 lib_tex_files = Split('''
2245     broadway.cls
2246     cv.cls
2247     hollywood.cls
2248     lyxchess.sty
2249     lyxskak.sty
2250     revtex.cls
2251 ''')
2252
2253
2254 lib_ui_files = Split('''
2255     classic.ui
2256     default.ui
2257     stdmenus.inc
2258     stdtoolbars.inc
2259 ''')
2260
2261
2262 lib_doc_files = Split('''
2263     cs_Tutorial.lyx
2264     Customization.lyx
2265     da_Intro.lyx
2266     de_Customization.lyx
2267     de_Extended.lyx
2268     de_FAQ.lyx
2269     de_Intro.lyx
2270     de_Tutorial.lyx
2271     de_UserGuide.lyx
2272     DocStyle.lyx
2273     es_Intro.lyx
2274     es_Tutorial.lyx
2275     es_ExtendedInsets.lyx
2276     eu_Customization.lyx
2277     eu_Extended.lyx
2278     eu_FAQ.lyx
2279     eu_Intro.lyx
2280     eu_Tutorial.lyx
2281     eu_UserGuide.lyx
2282     ExtendedInsets.lyx
2283     Extended.lyx
2284     FAQ.lyx
2285     fr_Customization.lyx
2286     fr_Extended.lyx
2287     fr_FAQ.lyx
2288     fr_Intro.lyx
2289     fr_Tutorial.lyx
2290     fr_UserGuide.lyx
2291     he_Intro.lyx
2292     he_Tutorial.lyx
2293     hu_Intro.lyx
2294     hu_Tutorial.lyx
2295     Intro.lyx
2296     it_Customization.lyx
2297     it_Intro.lyx
2298     it_Tutorial.lyx
2299     it_UserGuide.lyx
2300     LaTeXConfig.lyx.in
2301     nl_Intro.lyx
2302     nl_Tutorial.lyx
2303     nb_Intro.lyx
2304     pl_Extended.lyx
2305     pl_Intro.lyx
2306     pl_Tutorial.lyx
2307     pt_Intro.lyx
2308     pt_Tutorial.lyx
2309     Reference.lyx
2310     ro_Intro.lyx
2311     ru_FAQ.lyx
2312     ru_Intro.lyx
2313     ru_Tutorial.lyx
2314     sk_Tutorial.lyx
2315     sk_UserGuide.lyx
2316     sl_Intro.lyx
2317     sl_Tutorial.lyx
2318     sv_Intro.lyx
2319     sv_Tutorial.lyx
2320     Tutorial.lyx
2321     UserGuide.lyx
2322     escher-lsd.eps
2323     mobius.eps
2324     platypus.eps
2325 ''')
2326
2327
2328 lib_clipart_files = Split('''
2329     BoxInsetDefaultQt4.png
2330     ComentNotaImagenQt4.png
2331     CommentNoteImageQt4.png
2332     CuadroMinipagQt4.png
2333     endnotes.pdf
2334     etiquetaQt4.png
2335     floatQt4.png
2336     flotanteQt4.png
2337     footnoteQt4.png
2338     GreyedOutNoteImageQt4.png
2339     GrisNotaImagenQt4.png
2340     labelQt4.png
2341     LyXNoteImageQt4.png
2342     NotaLyXImagenQt4.png
2343     notapieQt4.png
2344     platypus.eps
2345     referenceQt4.png
2346     referenciaQt4.png
2347     with_fntright.pdf
2348     without_fntright.pdf
2349 ''')
2350
2351
2352 lib_lyx2lyx_files = Split('''
2353     lyx2lyx
2354     lyx2lyx_lang.py
2355     generate_encoding_info.py
2356     parser_tools.py
2357     LyX.py
2358     lyx_0_06.py
2359     lyx_0_08.py
2360     lyx_0_10.py
2361     lyx_0_12.py
2362     lyx_1_0.py
2363     lyx_1_1.py
2364     lyx_1_1_5.py
2365     lyx_1_1_6_0.py
2366     lyx_1_1_6_3.py
2367     lyx_1_2.py
2368     lyx_1_3.py
2369     lyx_1_4.py
2370     lyx_1_5.py
2371     profiling.py
2372     test_parser_tools.py
2373 ''')
2374
2375
2376 win32_bakoma_fonts = Split('''
2377     Readme.txt   
2378     Licence.txt  
2379     cmex10.ttf  
2380     cmr10.ttf   
2381     eufm10.ttf  
2382     msbm10.ttf
2383     cmmi10.ttf  
2384     cmsy10.ttf  
2385     msam10.ttf  
2386     wasy10.ttf
2387 ''')
2388
2389
2390 win32_packaging_installer_files = Split('''
2391     license.rtf
2392     lyx.nsi
2393     settings.nsh
2394     settings.user.nsh
2395 ''')
2396
2397
2398 win32_packaging_installer_components_files = Split('''
2399     configure.nsh
2400     dicts.nsh
2401     langselect.nsh
2402     uninstall.nsh
2403     viewer.nsh
2404     core.nsh
2405     external.nsh
2406     reinstall.nsh
2407     user.nsh
2408 ''')
2409     
2410
2411 win32_packaging_installer_dialogs_files = Split('''
2412     external.ini
2413     langselect.ini
2414     reinstall.ini
2415     user.ini
2416     viewer.ini
2417 ''')
2418
2419
2420 win32_packaging_installer_graphics_files = Split('''
2421     header.bmp
2422     wizard.bmp
2423 ''')
2424
2425
2426 win32_packaging_installer_include_files = Split('''
2427     declarations.nsh
2428     detection.nsh
2429     filelists.nsh
2430     gui.nsh
2431     init.nsh
2432     lang.nsh
2433     windows.nsh
2434 ''')
2435     
2436
2437 win32_packaging_installer_lang_files = Split('''
2438     english.nsh
2439     french.nsh
2440     german.nsh
2441     italian.nsh
2442 ''')