]> git.lyx.org Git - features.git/blob - development/scons/scons_manifest.py
Rename files in src/mathed and src/graphics from .C to .cpp, step 1
[features.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 intl_header_files = Split('''
4     eval-plural.h
5     gettextP.h
6     gmo.h
7     hash-string.h
8     libgnuintl.h
9     libintl.h
10     loadinfo.h
11     localcharset.h
12     os2compat.h
13     plural-exp.h
14     printf-args.h
15     printf-parse.h
16     relocatable.h
17     vasnprintf.h
18     vasnwprintf.h
19     wprintf-parse.h
20     xsize.h
21 ''')
22
23
24 intl_files = Split('''
25     bindtextdom.c
26     dcgettext.c
27     dcigettext.c
28     dcngettext.c
29     dgettext.c
30     dngettext.c
31     explodename.c
32     finddomain.c
33     gettext.c
34     intl-compat.c
35     l10nflist.c
36     loadmsgcat.c
37     localcharset.c
38     localealias.c
39     localename.c
40     log.c
41     ngettext.c
42     osdep.c
43     plural-exp.c
44     plural.c
45     printf.c
46     relocatable.c
47     textdomain.c
48 ''')
49
50
51 boost_libs_signals_src_files = Split('''
52     connection.cpp
53     named_slot_map.cpp
54     signal_base.cpp
55     slot.cpp
56     trackable.cpp
57 ''')
58
59
60 boost_libs_regex_src_files = Split('''
61     c_regex_traits.cpp
62     cpp_regex_traits.cpp
63     cregex.cpp
64     fileiter.cpp
65     instances.cpp
66     posix_api.cpp
67     regex.cpp
68     regex_debug.cpp
69     regex_raw_buffer.cpp
70     regex_traits_defaults.cpp
71     w32_regex_traits.cpp
72     wide_posix_api.cpp
73     winstances.cpp
74 ''')
75
76
77 boost_libs_filesystem_src_files = Split('''
78     exception.cpp
79     operations.cpp
80     path.cpp
81     portability.cpp
82 ''')
83
84
85 boost_libs_iostreams_src_files = Split('''
86     file_descriptor.cpp
87     mapped_file.cpp
88     zlib.cpp
89 ''')
90
91
92 src_support_header_files = Split('''
93     FileMonitor.h
94     RandomAccessList.h
95     convert.h
96     copied_ptr.h
97     cow_ptr.h
98     debugstream.h
99     docstream.h
100     docstring.h
101     environment.h
102     ExceptionMessage.h
103     filefilterlist.h
104     filename.h
105     filetools.h
106     forkedcall.h
107     forkedcallqueue.h
108     forkedcontr.h
109     fs_extras.h
110     limited_stack.h
111     lstrings.h
112     lyxalgo.h
113     lyxlib.h
114     lyxmanip.h
115     lyxtime.h
116     os.h
117     os_win32.h
118     package.h
119     path.h
120     qstring_helpers.h
121     socktools.h
122     std_istream.h
123     std_ostream.h
124     systemcall.h
125     textutils.h
126     translator.h
127     types.h
128     unicode.h
129     userinfo.h
130 ''')
131
132
133 src_support_files = Split('''
134     FileMonitor.C
135     abort.C
136     chdir.C
137     convert.C
138     copy.C
139     docstream.C
140     docstring.C
141     environment.C
142     filefilterlist.C
143     filename.C
144     filetools.C
145     forkedcall.C
146     forkedcallqueue.C
147     forkedcontr.C
148     fs_extras.C
149     getcwd.C
150     kill.C
151     lstrings.C
152     lyxsum.C
153     lyxtime.C
154     mkdir.C
155     os.C
156     package.C
157     path.C
158     qstring_helpers.C
159     rename.C
160     socktools.C
161     systemcall.C
162     tempname.C
163     textutils.C
164     unicode.C
165     unlink.C
166     userinfo.C
167 ''')
168
169
170 src_mathed_header_files = Split('''
171     InsetMath.h
172     InsetMathAMSArray.h
173     InsetMathArray.h
174     InsetMathBig.h
175     InsetMathBinom.h
176     InsetMathBoldSymbol.h
177     InsetMathBox.h
178     InsetMathBoxed.h
179     InsetMathBrace.h
180     InsetMathCases.h
181     InsetMathChar.h
182     InsetMathColor.h
183     InsetMathCommand.h
184     InsetMathComment.h
185     InsetMathDFrac.h
186     InsetMathDecoration.h
187     InsetMathDelim.h
188     InsetMathDiff.h
189     InsetMathDim.h
190     InsetMathDots.h
191     InsetMathEnv.h
192     InsetMathExFunc.h
193     InsetMathExInt.h
194     InsetMathFBox.h
195     InsetMathFont.h
196     InsetMathFontOld.h
197     InsetMathFrac.h
198     InsetMathFracBase.h
199     InsetMathFrameBox.h
200     InsetMathGrid.h
201     InsetMathHull.h
202     InsetMathKern.h
203     InsetMathLefteqn.h
204     InsetMathLim.h
205     InsetMathMacro.h
206     InsetMathMakebox.h
207     InsetMathMatrix.h
208     InsetMathNest.h
209     InsetMathNumber.h
210     InsetMathOverset.h
211     InsetMathPar.h
212     InsetMathPhantom.h
213     InsetMathRef.h
214     InsetMathRoot.h
215     InsetMathScript.h
216     InsetMathSize.h
217     InsetMathSpace.h
218     InsetMathSplit.h
219     InsetMathSqrt.h
220     InsetMathStackrel.h
221     InsetMathString.h
222     InsetMathSubstack.h
223     InsetMathSymbol.h
224     InsetMathTFrac.h
225     InsetMathTabular.h
226     InsetMathUnderset.h
227     InsetMathUnknown.h
228     InsetMathXArrow.h
229     InsetMathXYMatrix.h
230     MathAtom.h
231     MathAutoCorrect.h
232     MathData.h
233     MathExtern.h
234     MathFactory.h
235     MathGridInfo.h
236     MathMacroArgument.h
237     MathMacroTable.h
238     MathMacroTemplate.h
239     MathParser.h
240     MathReplace.h
241     MathStream.h
242     MathSupport.h
243     TextPainter.h
244 ''')
245
246
247 src_mathed_files = Split('''
248     InsetMath.cpp
249     InsetMathAMSArray.cpp
250     InsetMathArray.cpp
251     InsetMathBig.cpp
252     InsetMathBinom.cpp
253     InsetMathBoldSymbol.cpp
254     InsetMathBox.cpp
255     InsetMathBoxed.cpp
256     InsetMathBrace.cpp
257     InsetMathCases.cpp
258     InsetMathChar.cpp
259     InsetMathColor.cpp
260     InsetMathCommand.cpp
261     InsetMathComment.cpp
262     InsetMathDFrac.cpp
263     InsetMathDecoration.cpp
264     InsetMathDelim.cpp
265     InsetMathDiff.cpp
266     InsetMathDim.cpp
267     InsetMathDots.cpp
268     InsetMathEnv.cpp
269     InsetMathExFunc.cpp
270     InsetMathExInt.cpp
271     InsetMathFBox.cpp
272     InsetMathFont.cpp
273     InsetMathFontOld.cpp
274     InsetMathFrac.cpp
275     InsetMathFracBase.cpp
276     InsetMathFrameBox.cpp
277     InsetMathGrid.cpp
278     InsetMathHull.cpp
279     InsetMathKern.cpp
280     InsetMathLefteqn.cpp
281     InsetMathLim.cpp
282     InsetMathMacro.cpp
283     InsetMathMakebox.cpp
284     InsetMathMatrix.cpp
285     InsetMathNest.cpp
286     InsetMathNumber.cpp
287     InsetMathOverset.cpp
288     InsetMathPar.cpp
289     InsetMathPhantom.cpp
290     InsetMathRef.cpp
291     InsetMathRoot.cpp
292     InsetMathScript.cpp
293     InsetMathSize.cpp
294     InsetMathSpace.cpp
295     InsetMathSplit.cpp
296     InsetMathSqrt.cpp
297     InsetMathStackrel.cpp
298     InsetMathString.cpp
299     InsetMathSubstack.cpp
300     InsetMathSymbol.cpp
301     InsetMathTFrac.cpp
302     InsetMathTabular.cpp
303     InsetMathUnderset.cpp
304     InsetMathUnknown.cpp
305     InsetMathXArrow.cpp
306     InsetMathXYMatrix.cpp
307     MathAtom.cpp
308     MathAutoCorrect.cpp
309     MathData.cpp
310     MathExtern.cpp
311     MathFactory.cpp
312     MathMacroArgument.cpp
313     MathMacroTable.cpp
314     MathMacroTemplate.cpp
315     MathParser.cpp
316     MathStream.cpp
317     MathSupport.cpp
318     TextPainter.cpp
319 ''')
320
321
322 src_insets_header_files = Split('''
323     ExternalSupport.h
324     ExternalTemplate.h
325     ExternalTransforms.h
326     Inset.h
327     InsetBase.h
328     InsetBibitem.h
329     InsetBibtex.h
330     InsetBox.h
331     InsetBranch.h
332     InsetCaption.h
333     InsetCharStyle.h
334     InsetCite.h
335     InsetCollapsable.h
336     InsetCommand.h
337     InsetCommandParams.h
338     InsetEnv.h
339     InsetERT.h
340     InsetExternal.h
341     InsetFloat.h
342     InsetFloatList.h
343     InsetFoot.h
344     InsetFootlike.h
345     InsetGraphics.h
346     InsetGraphicsParams.h
347     InsetHFill.h
348     InsetInclude.h
349     InsetIndex.h
350     InsetLabel.h
351     InsetLine.h
352     InsetMarginal.h
353     InsetNewline.h
354     InsetNomencl.h
355     InsetNote.h
356     InsetOptArg.h
357     InsetPageBreak.h
358     InsetQuotes.h
359     InsetRef.h
360     InsetSpace.h
361     InsetSpecialChar.h
362     InsetTabular.h
363     InsetText.h
364     InsetTheorem.h
365     InsetTOC.h
366     InsetUrl.h
367     InsetVSpace.h
368     InsetWrap.h
369     MailInset.h
370     RenderBase.h
371     RenderButton.h
372     RenderGraphic.h
373     RenderPreview.h
374 ''')
375
376
377 src_insets_files = Split('''
378     ExternalSupport.C
379     ExternalTemplate.C
380     ExternalTransforms.C
381     Inset.cpp
382     InsetBase.cpp
383     InsetBibitem.cpp
384     InsetBibtex.cpp
385     InsetBox.cpp
386     InsetBranch.cpp
387     InsetCaption.cpp
388     InsetCharStyle.cpp
389     InsetCite.cpp
390     InsetCollapsable.cpp
391     InsetCommand.cpp
392     InsetCommandParams.cpp
393     InsetEnv.cpp
394     InsetERT.cpp
395     InsetExternal.cpp
396     InsetFloat.cpp
397     InsetFloatList.cpp
398     InsetFoot.cpp
399     InsetFootlike.cpp
400     InsetGraphics.cpp
401     InsetGraphicsParams.cpp
402     InsetHFill.cpp
403     InsetInclude.cpp
404     InsetIndex.cpp
405     InsetLabel.cpp
406     InsetLine.cpp
407     InsetMarginal.cpp
408     InsetNewline.cpp
409     InsetNomencl.cpp
410     InsetNote.cpp
411     InsetOptArg.cpp
412     InsetPageBreak.cpp
413     InsetQuotes.cpp
414     InsetRef.cpp
415     InsetSpace.cpp
416     InsetSpecialChar.cpp
417     InsetTabular.cpp
418     InsetText.cpp
419     InsetTOC.cpp
420     InsetUrl.cpp
421     InsetVSpace.cpp
422     InsetWrap.cpp
423     MailInset.cpp
424     RenderButton.cpp
425     RenderGraphic.cpp
426     RenderPreview.cpp
427 ''')
428
429
430 src_frontends_header_files = Split('''
431     Alert.h
432     Alert_pimpl.h
433     Application.h
434     Clipboard.h
435     NoGuiFontLoader.h
436     NoGuiFontMetrics.h
437     Dialogs.h
438     FileDialog.h
439     FontLoader.h
440     FontMetrics.h
441     Gui.h
442     LyXKeySym.h
443     LyXKeySymFactory.h
444     LyXView.h
445     Menubar.h
446     Painter.h
447     Selection.h
448     Timeout.h
449     Toolbars.h
450     WorkArea.h
451     key_state.h
452     mouse_state.h
453 ''')
454
455
456 src_frontends_files = Split('''
457     Alert.C
458     Application.C
459     Dialogs.C
460     LyXView.C
461     Painter.C
462     Timeout.C
463     Toolbars.C
464     WorkArea.C
465 ''')
466
467
468 src_graphics_header_files = Split('''
469     GraphicsCache.h
470     GraphicsCacheItem.h
471     GraphicsConverter.h
472     GraphicsImage.h
473     GraphicsLoader.h
474     GraphicsParams.h
475     GraphicsTypes.h
476     LoaderQueue.h
477     PreviewImage.h
478     PreviewLoader.h
479     Previews.h
480 ''')
481
482
483 src_graphics_files = Split('''
484     GraphicsCache.cpp
485     GraphicsCacheItem.cpp
486     GraphicsConverter.cpp
487     GraphicsImage.cpp
488     GraphicsLoader.cpp
489     GraphicsParams.cpp
490     GraphicsTypes.cpp
491     LoaderQueue.cpp
492     PreviewImage.cpp
493     PreviewLoader.cpp
494     Previews.cpp
495 ''')
496
497
498 src_frontends_controllers_header_files = Split('''
499     BCView.h
500     ButtonController.h
501     ButtonPolicies.h
502     ControlAboutlyx.h
503     ControlBibtex.h
504     ControlBox.h
505     ControlBranch.h
506     ControlChanges.h
507     ControlCharacter.h
508     ControlCitation.h
509     ControlCommand.h
510     ControlCommandBuffer.h
511     ControlDocument.h
512     ControlERT.h
513     ControlErrorList.h
514     ControlExternal.h
515     ControlFloat.h
516     ControlGraphics.h
517     ControlInclude.h
518     ControlLog.h
519     ControlMath.h
520     ControlNote.h
521     ControlParagraph.h
522     ControlPrefs.h
523     ControlPrint.h
524     ControlRef.h
525     ControlSearch.h
526     ControlSendto.h
527     ControlShowFile.h
528     ControlSpellchecker.h
529     ControlTabular.h
530     ControlTabularCreate.h
531     ControlTexinfo.h
532     ControlThesaurus.h
533     ControlToc.h
534     ControlVSpace.h
535     ControlViewSource.h
536     ControlWrap.h
537     Dialog.h
538     Kernel.h
539     biblio.h
540     character.h
541     frnt_lang.h
542     helper_funcs.h
543     tex_helpers.h
544 ''')
545
546
547 src_frontends_controllers_files = Split('''
548     BCView.C
549     ButtonController.C
550     ButtonPolicies.C
551     ControlAboutlyx.C
552     ControlBibtex.C
553     ControlBox.C
554     ControlBranch.C
555     ControlChanges.C
556     ControlCharacter.C
557     ControlCitation.C
558     ControlCommand.C
559     ControlCommandBuffer.C
560     ControlDocument.C
561     ControlERT.C
562     ControlErrorList.C
563     ControlExternal.C
564     ControlFloat.C
565     ControlGraphics.C
566     ControlInclude.C
567     ControlLog.C
568     ControlMath.C
569     ControlNote.C
570     ControlParagraph.C
571     ControlPrefs.C
572     ControlPrint.C
573     ControlRef.C
574     ControlSearch.C
575     ControlSendto.C
576     ControlShowFile.C
577     ControlSpellchecker.C
578     ControlTabular.C
579     ControlTabularCreate.C
580     ControlTexinfo.C
581     ControlThesaurus.C
582     ControlToc.C
583     ControlVSpace.C
584     ControlViewSource.C
585     ControlWrap.C
586     Dialog.C
587     Kernel.C
588     biblio.C
589     character.C
590     frnt_lang.C
591     helper_funcs.C
592     tex_helpers.C
593 ''')
594
595
596
597 src_frontends_qt4_ui_files = Split('''
598     BiblioUi.ui
599     BranchesUi.ui
600     BulletsUi.ui
601     FloatPlacementUi.ui
602     FontUi.ui
603     LaTeXUi.ui
604     LanguageUi.ui
605     MarginsUi.ui
606     MathsUi.ui
607     NumberingUi.ui
608     PageLayoutUi.ui
609     PreambleUi.ui
610     AboutUi.ui
611     AskForTextUi.ui
612     BibitemUi.ui
613     BibtexAddUi.ui
614     BibtexUi.ui
615     BoxUi.ui
616     BranchUi.ui
617     ChangesUi.ui
618     CharacterUi.ui
619     CitationUi.ui
620     DelimiterUi.ui
621     DocumentUi.ui
622     ERTUi.ui
623     ErrorListUi.ui
624     ExternalUi.ui
625     FloatUi.ui
626     GraphicsUi.ui
627     IncludeUi.ui
628     IndexUi.ui
629     LogUi.ui
630     MathMatrixUi.ui
631     NomenclUi.ui
632     NoteUi.ui
633     ParagraphUi.ui
634     PrefColorsUi.ui
635     PrefConvertersUi.ui
636     PrefCopiersUi.ui
637     PrefCygwinPathUi.ui
638     PrefDateUi.ui
639     PrefDisplayUi.ui
640     PrefFileformatsUi.ui
641     PrefIdentityUi.ui
642     PrefKeyboardUi.ui
643     PrefLanguageUi.ui
644     PrefLatexUi.ui
645     PrefPathsUi.ui
646     PrefPlaintextUi.ui
647     PrefPrinterUi.ui
648     PrefScreenFontsUi.ui
649     PrefSpellcheckerUi.ui
650     PrefUi.ui
651     PrefsUi.ui
652     PrintUi.ui
653     RefUi.ui
654     SearchUi.ui
655     SendtoUi.ui
656     ShowFileUi.ui
657     SpellcheckerUi.ui
658     TabularUi.ui
659     TabularCreateUi.ui
660     TexinfoUi.ui
661     ThesaurusUi.ui
662     TocUi.ui
663     URLUi.ui
664     VSpaceUi.ui
665     ViewSourceUi.ui
666     WrapUi.ui
667     TextLayoutUi.ui
668 ''')
669
670
671 src_frontends_qt4_moc_files = Split('''
672     BulletsModule.C
673     QBox.C
674     QERT.C
675     QSearch.C
676     QSpellchecker.C
677     QTabularCreate.C
678     QTexinfo.C
679     QThesaurus.C
680     QTabular.C
681     QVSpace.C
682     QWrap.C
683     QDocument.C
684     QLog.C
685     QParagraph.C
686     QShowFile.C
687     emptytable.C
688     FileDialog_private.C
689     FloatPlacement.C
690     GuiApplication.C
691     GuiImplementation.C
692     iconpalette.C
693     lengthcombo.C
694     InsertTableWidget.C
695     panelstack.C
696     QBibitemDialog.C
697     QBibtexDialog.C
698     QBranchDialog.C
699     QBranches.C
700     QChangesDialog.C
701     QCharacterDialog.C
702     QCitationDialog.C
703     QCommandBuffer.C
704     QCommandEdit.C
705     QDelimiterDialog.C
706     QErrorListDialog.C
707     QExternalDialog.C
708     QFloatDialog.C
709     QGraphicsDialog.C
710     QIncludeDialog.C
711     QIndexDialog.C
712     Action.C
713     QLog.C
714     QViewSource.C
715     QLMenubar.C
716     QLPopupMenu.C
717     QLPrintDialog.C
718     QMathMatrixDialog.C
719     QNomencl.C
720     QNomenclDialog.C
721     QNoteDialog.C
722     QPrefsDialog.C
723     QRefDialog.C
724     QSendtoDialog.C
725     qsetborder.C
726     QDialogView.C
727     TocModel.C
728     TocWidget.C
729     QToc.C
730     GuiView.C
731     QURLDialog.C
732     GuiWorkArea.C
733     QLToolbar.C
734     socket_callback.C
735     validators.C
736     QAbout.C
737 ''')
738
739
740 src_frontends_qt4_header_files = Split('''
741     Action.h
742     BiblioModuleBase.h
743     BulletsModule.h
744     ColorCache.h
745     DockView.h
746     FileDialog_private.h
747     GuiApplication.h
748     GuiClipboard.h
749     GuiFontLoader.h
750     GuiImplementation.h
751     GuiSelection.h
752     GuiView.h
753     GuiWorkArea.h
754     InsertTableWidget.h
755     About.h
756     QBibitem.h
757     QBibitemDialog.h
758     QBibtex.h
759     QBibtexDialog.h
760     QBox.h
761     QBranch.h
762     QBranchDialog.h
763     QBranches.h
764     QBrowseBox.h
765     QChanges.h
766     QChangesDialog.h
767     QCharacter.h
768     QCharacterDialog.h
769     QCitation.h
770     QCitationDialog.h
771     QCommandBuffer.h
772     QCommandEdit.h
773     QDelimiterDialog.h
774     QDialogView.h
775     QDocument.h
776     QERT.h
777     QErrorList.h
778     QErrorListDialog.h
779     QExternal.h
780     QExternalDialog.h
781     QFloat.h
782     QFloatDialog.h
783     QGraphics.h
784     QGraphicsDialog.h
785     QGraphicsUi.h
786     QInclude.h
787     QIncludeDialog.h
788     QIndex.h
789     QIndexDialog.h
790     QLImage.h
791     QLMenubar.h
792     QLPainter.h
793     QLPopupMenu.h
794     QLPrintDialog.h
795     QLToolbar.h
796     QLog.h
797     QLyXKeySym.h
798     QMathMatrixDialog.h
799     QNomencl.h
800     QNomenclDialog.h
801     QNote.h
802     QNoteDialog.h
803     QParagraph.h
804     QPrefs.h
805     QPrefsDialog.h
806     QPrint.h
807     QRef.h
808     QRefDialog.h
809     QSearch.h
810     QSendto.h
811     QSendtoDialog.h
812     QShowFile.h
813     QSpellchecker.h
814     QTabular.h
815     QTabularCreate.h
816     QTexinfo.h
817     QThesaurus.h
818     QToc.h
819     QURLDialog.h
820     QVSpace.h
821     QViewSource.h
822     QWrap.h
823     Qt2BC.h
824     TocModel.h
825     TocWidget.h
826     UrlView.h
827     checkedwidgets.h
828     emptytable.h
829     FloatPlacement.h
830     iconpalette.h
831     lengthcombo.h
832     panelstack.h
833     qfontexample.h
834     qlkey.h
835     qsetborder.h
836     qtTimeout.h
837     qt_helpers.h
838     socket_callback.h
839     validators.h
840 ''')
841
842
843 src_frontends_qt4_files = Split('''
844     Action.C
845     Alert_pimpl.C
846     BulletsModule.C
847     ColorCache.C
848     Dialogs.C
849     FileDialog.C
850     FileDialog_private.C
851     GuiApplication.C
852     GuiClipboard.C
853     GuiFontLoader.C
854     GuiFontMetrics.C
855     GuiImplementation.C
856     GuiSelection.C
857     GuiView.C
858     GuiWorkArea.C
859     InsertTableWidget.C
860     LyXKeySymFactory.C
861     QAbout.C
862     QBibitem.C
863     QBibitemDialog.C
864     QBibtex.C
865     QBibtexDialog.C
866     QBox.C
867     QBranch.C
868     QBranchDialog.C
869     QBranches.C
870     QChanges.C
871     QChangesDialog.C
872     QCharacter.C
873     QCharacterDialog.C
874     QCitation.C
875     QCitationDialog.C
876     QCommandBuffer.C
877     QCommandEdit.C
878     QDelimiterDialog.C
879     QDialogView.C
880     QDocument.C
881     QERT.C
882     QErrorList.C
883     QErrorListDialog.C
884     QExternal.C
885     QExternalDialog.C
886     QFloat.C
887     QFloatDialog.C
888     QGraphics.C
889     QGraphicsDialog.C
890     QInclude.C
891     QIncludeDialog.C
892     QIndex.C
893     QIndexDialog.C
894     QLImage.C
895     QLMenubar.C
896     QLPainter.C
897     QLPopupMenu.C
898     QLPrintDialog.C
899     QLToolbar.C
900     QLog.C
901     QLyXKeySym.C
902     QMathMatrixDialog.C
903     QNomencl.C
904     QNomenclDialog.C
905     QNote.C
906     QNoteDialog.C
907     QParagraph.C
908     QPrefs.C
909     QPrefsDialog.C
910     QPrint.C
911     QRef.C
912     QRefDialog.C
913     QSearch.C
914     QSendto.C
915     QSendtoDialog.C
916     QShowFile.C
917     QSpellchecker.C
918     QTabular.C
919     QTabularCreate.C
920     QTexinfo.C
921     QThesaurus.C
922     QToc.C
923     QURLDialog.C
924     QVSpace.C
925     QViewSource.C
926     QWrap.C
927     Qt2BC.C
928     TocModel.C
929     TocWidget.C
930     UrlView.C
931     checkedwidgets.C
932     emptytable.C
933     FloatPlacement.C
934     iconpalette.C
935     lengthcombo.C
936     panelstack.C
937     qfontexample.C
938     qsetborder.C
939     qtTimeout.C
940     qt_helpers.C
941     socket_callback.C
942     validators.C
943 ''')
944
945
946 src_client_header_files = Split('''
947     debug.h
948     messages.h
949 ''')
950
951
952 src_client_files = Split('''
953     boost.C
954     client.C
955     debug.C
956     gettext.C
957     messages.C
958 ''')
959
960
961 src_tex2lyx_header_files = Split('''
962     Spacing.h
963     context.h
964     lyxfont.h
965     tex2lyx.h
966     texparser.h
967 ''')
968
969
970 src_tex2lyx_files = Split('''
971     FloatList.C
972     Floating.C
973     boost.C
974     context.C
975     counters.C
976     gettext.C
977     lengthcommon.C
978     lyxfont.C
979     lyxlayout.C
980     lyxlex.C
981     lyxtextclass.C
982     math.C
983     preamble.C
984     table.C
985     tex2lyx.C
986     texparser.C
987     text.C
988 ''')
989
990
991 src_header_files = Split('''
992     Bidi.h
993     BranchList.h
994     BufferView.h
995     Bullet.h
996     Chktex.h
997     Color.h
998     ConverterCache.h
999     CutAndPaste.h
1000     DepTable.h
1001     FloatList.h
1002     Floating.h
1003     FontIterator.h
1004     FuncStatus.h
1005     InsetList.h
1006     LColor.h
1007     LaTeX.h
1008     LaTeXFeatures.h
1009     LyXAction.h
1010     MenuBackend.h
1011     ParagraphList.h
1012     ParagraphList_fwd.h
1013     ParagraphParameters.h
1014     PrinterParams.h
1015     RowList_fwd.h
1016     Sectioning.h
1017     Spacing.h
1018     SpellBase.h
1019     Thesaurus.h
1020     TocBackend.h
1021     ToolbarBackend.h
1022     UpdateFlags.h
1023     Variables.h
1024     WordLangTuple.h
1025     aspell_local.h
1026     author.h
1027     box.h
1028     buffer.h
1029     buffer_funcs.h
1030     bufferlist.h
1031     bufferparams.h
1032     bufferview_funcs.h
1033     changes.h
1034     converter.h
1035     coordcache.h
1036     counters.h
1037     cursor.h
1038     cursor_slice.h
1039     debug.h
1040     dimension.h
1041     dispatchresult.h
1042     dociterator.h
1043     encoding.h
1044     errorlist.h
1045     exporter.h
1046     factory.h
1047     format.h
1048     funcrequest.h
1049     gettext.h
1050     graph.h
1051     importer.h
1052     insetiterator.h
1053     intl.h
1054     ispell.h
1055     kbmap.h
1056     kbsequence.h
1057     language.h
1058     layout.h
1059     lengthcommon.h
1060     lfuns.h
1061     lyx_cb.h
1062     lyx_main.h
1063     lyx_sty.h
1064     lyxfind.h
1065     lyxfont.h
1066     lyxfunc.h
1067     lyxgluelength.h
1068     lyxlayout.h
1069     lyxlayout_ptr_fwd.h
1070     lyxlength.h
1071     lyxlex.h
1072     lyxrc.h
1073     lyxrow.h
1074     lyxserver.h
1075     lyxsocket.h
1076     lyxtext.h
1077     lyxtextclass.h
1078     lyxtextclasslist.h
1079     lyxvc.h
1080     messages.h
1081     metricsinfo.h
1082     mover.h
1083     output.h
1084     output_docbook.h
1085     output_latex.h
1086     output_plaintext.h
1087     outputparams.h
1088     paper.h
1089     paragraph.h
1090     paragraph_funcs.h
1091     paragraph_pimpl.h
1092     ParagraphMetrics.h
1093     pariterator.h
1094     pspell.h
1095     rowpainter.h
1096     session.h
1097     sgml.h
1098     tabular.h
1099     tex-accent.h
1100     tex-strings.h
1101     texrow.h
1102     TextMetrics.h
1103     toc.h
1104     trans.h
1105     trans_decl.h
1106     trans_mgr.h
1107     undo.h
1108     vc-backend.h
1109     version.h
1110     vspace.h
1111 ''')
1112
1113
1114 src_pre_files = Split('''
1115     Bidi.C
1116     BranchList.C
1117     BufferView.C
1118     Bullet.C
1119     Chktex.C
1120     Color.C
1121     ConverterCache.C
1122     CutAndPaste.C
1123     DepTable.C
1124     FloatList.C
1125     Floating.C
1126     FontIterator.C
1127     FuncStatus.C
1128     InsetList.C
1129     LColor.C
1130     LaTeX.C
1131     LaTeXFeatures.C
1132     LyXAction.C
1133     MenuBackend.C
1134     ParagraphParameters.C
1135     Spacing.C
1136     TocBackend.C
1137     ToolbarBackend.C
1138     author.C
1139     boost.C
1140     buffer.C
1141     buffer_funcs.C
1142     bufferlist.C
1143     bufferparams.C
1144     bufferview_funcs.C
1145     changes.C
1146     converter.C
1147     coordcache.C
1148     counters.C
1149     cursor.C
1150     cursor_slice.C
1151     debug.C
1152     dociterator.C
1153     encoding.C
1154     errorlist.C
1155     exporter.C
1156     factory.C
1157     format.C
1158     funcrequest.C
1159     gettext.C
1160     graph.C
1161     importer.C
1162     insetiterator.C
1163     intl.C
1164     kbmap.C
1165     kbsequence.C
1166     language.C
1167     lengthcommon.C
1168     lyx_cb.C
1169     lyx_main.C
1170     lyx_sty.C
1171     lyxfind.C
1172     lyxfont.C
1173     lyxfunc.C
1174     lyxgluelength.C
1175     lyxlayout.C
1176     lyxlength.C
1177     lyxlex.C
1178     lyxrc.C
1179     lyxrow.C
1180     lyxserver.C
1181     lyxsocket.C
1182     lyxtextclass.C
1183     lyxtextclasslist.C
1184     lyxvc.C
1185     messages.C
1186     metricsinfo.C
1187     mover.C
1188     output.C
1189     output_docbook.C
1190     output_latex.C
1191     output_plaintext.C
1192     outputparams.C
1193     paragraph.C
1194     paragraph_funcs.C
1195     paragraph_pimpl.C
1196     ParagraphMetrics.C
1197     pariterator.C
1198     rowpainter.C
1199     session.C
1200     sgml.C
1201     tex-accent.C
1202     tex-strings.C
1203     texrow.C
1204     text.C
1205     text2.C
1206     text3.C
1207     TextMetrics.C
1208     toc.C
1209     trans.C
1210     trans_mgr.C
1211     undo.C
1212     vc-backend.C
1213     version.C
1214     vspace.C
1215 ''')
1216
1217
1218 src_post_files = Split('''
1219     tabular.C
1220     dimension.C
1221     PrinterParams.C
1222     box.C
1223     Thesaurus.C
1224     SpellBase.C
1225 ''')
1226
1227
1228 lib_files = Split('''
1229     CREDITS
1230     chkconfig.ltx
1231     external_templates
1232     encodings
1233     languages
1234     symbols
1235     syntax.default
1236     unicodesymbols
1237     configure.py
1238 ''')
1239
1240
1241 # do not install, ignore
1242 lib_image_noinst_files = Split('''
1243     images/README
1244     images/font-smallcaps.xpm
1245     images/math/ams_arrows.xbm
1246     images/math/ams_misc.xbm
1247     images/math/ams_nrel.xbm
1248     images/math/ams_ops.xbm
1249     images/math/ams_rel.xbm
1250     images/math/arrows.xbm
1251     images/math/bop.xbm
1252     images/math/brel.xbm
1253     images/math/deco.xbm
1254     images/math/deco.xpm
1255     images/math/delim0.xpm
1256     images/math/delim1.xpm
1257     images/math/delim.xbm
1258     images/math/dots.xbm
1259     images/math/font.xbm
1260     images/math/greek.xbm
1261     images/math/misc.xbm
1262     images/math/varsz.xbm
1263 ''')
1264
1265
1266 lib_bind_de_files = Split('''
1267     menus.bind
1268 ''')
1269
1270 lib_bind_fi_files = Split('''
1271     menus.bind
1272 ''')
1273
1274 lib_bind_pt_files = Split('''
1275     menus.bind
1276 ''')
1277
1278 lib_bind_sv_files = Split('''
1279     menus.bind
1280 ''')
1281
1282 lib_bind_files = Split('''
1283     broadway.bind
1284     cua.bind
1285     cyrkeys.bind
1286     emacs.bind
1287     greekkeys.bind
1288     hollywood.bind
1289     latinkeys.bind
1290     mac.bind
1291     math.bind
1292     menus.bind
1293     sciword.bind
1294     xemacs.bind
1295     aqua.bind
1296 ''')
1297
1298
1299 lib_examples_ca_files = Split('''
1300     splash.lyx
1301 ''')
1302
1303 lib_examples_cs_files = Split('''
1304     splash.lyx
1305 ''')
1306
1307 lib_examples_da_files = Split('''
1308     splash.lyx
1309 ''')
1310
1311 lib_examples_de_files = Split('''
1312     ItemizeBullets.lyx
1313     Lebenslauf.lyx
1314     Minipage.lyx
1315     TableExamples.lyx
1316     Waehrungen.lyx
1317     beispiel_gelyxt.lyx
1318     beispiel_roh.lyx
1319     splash.lyx
1320     mathed.lyx
1321     multicol.lyx
1322 ''')
1323
1324 lib_examples_es_files = Split('''
1325     ejemplo_con_lyx.lyx
1326     ejemplo_sin_lyx.lyx
1327     splash.lyx
1328 ''')
1329
1330 lib_examples_eu_files = Split('''
1331     adibide_gordina.lyx
1332     adibide_lyx-atua.lyx
1333     splash.lyx
1334 ''')
1335
1336 lib_examples_fr_files = Split('''
1337     AlignementDecimal.lyx
1338     CV.lyx
1339     ExemplesTableaux.lyx
1340     Foils.lyx
1341     ListesPuces.lyx
1342     Minipage.lyx
1343     exemple_brut.lyx
1344     exemple_lyxifie.lyx
1345     mathed.lyx
1346     multicol.lyx
1347     splash.lyx
1348 ''')
1349
1350 lib_examples_he_files = Split('''
1351     example_raw.lyx
1352     he_example_lyxified.lyx
1353     he_example_raw.lyx
1354 ''')
1355
1356 lib_examples_hu_files = Split('''
1357     splash.lyx
1358 ''')
1359
1360 lib_examples_it_files = Split('''
1361     ItemizeBullets.lyx
1362     splash.lyx
1363 ''')
1364
1365 lib_examples_nl_files = Split('''
1366     multicol.lyx
1367     opsommingstekens.lyx
1368     splash.lyx
1369     voorbeeld_ruw.lyx
1370     voorbeeld_verlyxt.lyx
1371 ''')
1372
1373 lib_examples_pl_files = Split('''
1374     splash.lyx
1375 ''')
1376
1377 lib_examples_pt_files = Split('''
1378     splash.lyx
1379 ''')
1380
1381 lib_examples_ru_files = Split('''
1382     splash.lyx
1383 ''')
1384
1385 lib_examples_sl_files = Split('''
1386     primer_lyxan.lyx
1387     primer_surov.lyx
1388     splash.lyx
1389 ''')
1390
1391 lib_examples_ro_files = Split('''
1392     splash.lyx
1393 ''')
1394
1395 lib_examples_files = Split('''
1396     Foils.lyx
1397     ItemizeBullets.lyx
1398     Literate.lyx
1399     Minipage.lyx
1400     TableExamples.lyx
1401     aa_sample.lyx
1402     aas_sample.lyx
1403     amsart-test.lyx
1404     amsbook-test.lyx
1405     beamer-g4.jpg
1406     beamer-g4-mask.jpg
1407     beamer-icsi-logo.pdf
1408     beamer-knight1-mask.png
1409     beamer-knight1.png
1410     beamer-knight2-mask.png
1411     beamer-knight2.png
1412     beamer-knight3-mask.png
1413     beamer-knight3.png
1414     beamer-knight4-mask.png
1415     beamer-knight4.png
1416     beamerlyxexample1.lyx
1417     chess-article.lyx
1418     chessgame.lyx
1419     currency.lyx
1420     cv.lyx
1421     docbook_article.lyx
1422     example_lyxified.lyx
1423     example_raw.lyx
1424     iecc05.fen
1425     iecc07.fen
1426     iecc12.fen
1427     landslide.lyx
1428     listerrors.lyx
1429     mathed.lyx
1430     multicol.lyx
1431     noweb2lyx.lyx
1432     script_form.lyx
1433     splash.lyx
1434     g-brief2.lyx
1435 ''')
1436
1437 lib_fonts_files = Split('''
1438     BaKoMaFontLicense.txt
1439     cmex10.ttf
1440     cmmi10.ttf
1441     cmr10.ttf
1442     cmsy10.ttf
1443     eufm10.ttf
1444     msam10.ttf
1445     msbm10.ttf
1446     ReadmeBaKoMa4LyX.txt
1447     wasy10.ttf
1448 ''')
1449
1450 lib_images_files = Split('''
1451     all-changes-reject.xpm
1452     all-changes-accept.xpm
1453     amssymb.xpm
1454     banner.png
1455     bookmark-goto.xpm
1456     bookmark-save.xpm
1457     break-line.xpm
1458     buffer-close.xpm
1459     buffer-export_dvi.xpm
1460     buffer-export_latex.xpm
1461     buffer-export_pdf2.xpm
1462     buffer-export_ps.xpm
1463     buffer-export_text.xpm
1464     buffer-new.xpm
1465     buffer-reload.xpm
1466     buffer-update_dvi.xpm
1467     buffer-update_pdf2.xpm
1468     buffer-update_ps.xpm
1469     buffer-view_dvi.xpm
1470     buffer-view_pdf2.xpm
1471     buffer-view_ps.xpm
1472     buffer-write-as.xpm
1473     buffer-write.xpm
1474     build-program.xpm
1475     change-accept.xpm
1476     change-next.xpm
1477     change-reject.xpm
1478     changes-merge.xpm
1479     changes-output.xpm
1480     changes-track.xpm
1481     copy.xpm
1482     cut.xpm
1483     depth-decrement.xpm
1484     depth-increment.xpm
1485     dialog-preferences.xpm
1486     dialog-show-new-inset_citation.xpm
1487     dialog-show-new-inset_graphics.xpm
1488     dialog-show-new-inset_include.xpm
1489     dialog-show-new-inset_ref.xpm
1490     dialog-show_character.xpm
1491     dialog-show_findreplace.xpm
1492     dialog-show_mathdelimiter.xpm
1493     dialog-show_mathmatrix.xpm
1494     dialog-show_print.xpm
1495     dialog-show_spellchecker.xpm
1496     down.xpm
1497     ert-insert.xpm
1498     file-open.xpm
1499     float-insert_figure.xpm
1500     float-insert_table.xpm
1501     font-bold.xpm
1502     font-emph.xpm
1503     font-free-apply.xpm
1504     font-noun.xpm
1505     font-sans.xpm
1506     footnote-insert.xpm
1507     index-insert.xpm
1508     label-insert.xpm
1509     layout.xpm
1510     layout-document.xpm
1511     layout-paragraph.xpm
1512     layout_Description.xpm
1513     layout_Enumerate.xpm
1514     layout_Itemize.xpm
1515     layout_List.xpm
1516     layout_LyX-Code.xpm
1517     layout_Scrap.xpm
1518     layout_Section.xpm
1519     lyx-quit.xpm
1520     lyx.xpm
1521     marginalnote-insert.xpm
1522     math-display.xpm
1523     math-matrix.xpm
1524     math-mode.xpm
1525     math-subscript.xpm
1526     math-superscript.xpm
1527     nomencl-insert.xpm
1528     note-insert.xpm
1529     note-next.xpm
1530     paste.xpm
1531     psnfss1.xpm
1532     psnfss2.xpm
1533     psnfss3.xpm
1534     psnfss4.xpm
1535     redo.xpm
1536     standard.xpm
1537     tabular-feature_align-center.xpm
1538     tabular-feature_align-left.xpm
1539     tabular-feature_align-right.xpm
1540     tabular-feature_append-column.xpm
1541     tabular-feature_append-row.xpm
1542     tabular-feature_delete-column.xpm
1543     tabular-feature_delete-row.xpm
1544     tabular-feature_multicolumn.xpm
1545     tabular-feature_set-all-lines.xpm
1546     tabular-feature_set-longtabular.xpm
1547     tabular-feature_set-rotate-cell.xpm
1548     tabular-feature_set-rotate-tabular.xpm
1549     tabular-feature_toggle-line-bottom.xpm
1550     tabular-feature_toggle-line-left.xpm
1551     tabular-feature_toggle-line-right.xpm
1552     tabular-feature_toggle-line-top.xpm
1553     tabular-feature_unset-all-lines.xpm
1554     tabular-feature_valign-bottom.xpm
1555     tabular-feature_valign-middle.xpm
1556     tabular-feature_valign-top.xpm
1557     tabular-insert.xpm
1558     thesaurus-entry.xpm
1559     toc-view.xpm
1560     undo.xpm
1561     unknown.xpm
1562     up.xpm
1563     url-insert.xpm
1564 ''')
1565
1566
1567 lib_images_math_files = Split('''
1568     style.xbm
1569     font.xpm
1570     delim.xpm
1571     equation.xpm
1572     matrix.xpm
1573     space.xpm
1574     sqrt-square.xpm
1575     style.xpm
1576     sub.xpm
1577     super.xpm
1578     Bbbk.xpm
1579     Finv.xpm
1580     Game.xpm
1581     Im.xpm
1582     Lleftarrow.xpm
1583     Rrightarrow.xpm
1584     Lsh.xpm
1585     Re.xpm
1586     Rsh.xpm
1587     Vert.xpm
1588     Vvdash.xpm
1589     acute.xpm
1590     aleph.xpm
1591     alpha.xpm
1592     amalg.xpm
1593     angle.xpm
1594     approx.xpm
1595     approxeq.xpm
1596     asymp.xpm
1597     backepsilon.xpm
1598     backprime.xpm
1599     backsim.xpm
1600     backsimeq.xpm
1601     backslash.xpm
1602     bar.xpm
1603     bars.xpm
1604     barwedge.xpm
1605     because.xpm
1606     beta.xpm
1607     beth.xpm
1608     between.xpm
1609     bigcap.xpm
1610     bigcirc.xpm
1611     bigcup.xpm
1612     bigodot.xpm
1613     bigoplus.xpm
1614     bigotimes.xpm
1615     bigsqcup.xpm
1616     bigstar.xpm
1617     bigtriangledown.xpm
1618     bigtriangleup.xpm
1619     biguplus.xpm
1620     bigvee.xpm
1621     bigwedge.xpm
1622     blacklozenge.xpm
1623     blacksquare.xpm
1624     blacktriangle.xpm
1625     blacktriangledown.xpm
1626     blacktriangleleft.xpm
1627     blacktriangleright.xpm
1628     bot.xpm
1629     bowtie.xpm
1630     boxdot.xpm
1631     boxminus.xpm
1632     boxplus.xpm
1633     boxtimes.xpm
1634     breve.xpm
1635     bullet.xpm
1636     bumpeq.xpm
1637     bumpeq2.xpm
1638     cap.xpm
1639     cap2.xpm
1640     cases.xpm
1641     cdot.xpm
1642     cdots.xpm
1643     centerdot.xpm
1644     check.xpm
1645     chi.xpm
1646     circ.xpm
1647     circeq.xpm
1648     circlearrowleft.xpm
1649     circlearrowright.xpm
1650     circledS.xpm
1651     circledast.xpm
1652     circledcirc.xpm
1653     circleddash.xpm
1654     clubsuit.xpm
1655     complement.xpm
1656     cong.xpm
1657     coprod.xpm
1658     cup.xpm
1659     cup2.xpm
1660     curlyeqprec.xpm
1661     curlyeqsucc.xpm
1662     curlyvee.xpm
1663     curlywedge.xpm
1664     curvearrowleft.xpm
1665     curvearrowright.xpm
1666     dagger.xpm
1667     daleth.xpm
1668     dashleftarrow.xpm
1669     dashrightarrow.xpm
1670     dashv.xpm
1671     ddagger.xpm
1672     ddot.xpm
1673     ddots.xpm
1674     delta.xpm
1675     delta2.xpm
1676     diagdown.xpm
1677     diagup.xpm
1678     diamond.xpm
1679     diamondsuit.xpm
1680     digamma.xpm
1681     div.xpm
1682     divideontimes.xpm
1683     dot.xpm
1684     doteq.xpm
1685     doteqdot.xpm
1686     dotsint.xpm
1687     dotsintop.xpm
1688     dotplus.xpm
1689     doublebarwedge.xpm
1690     downarrow.xpm
1691     downarrow2.xpm
1692     downdownarrows.xpm
1693     downharpoonleft.xpm
1694     downharpoonright.xpm
1695     ell.xpm
1696     empty.xpm
1697     emptyset.xpm
1698     epsilon.xpm
1699     eqcirc.xpm
1700     eqslantgtr.xpm
1701     eqslantless.xpm
1702     equiv.xpm
1703     eta.xpm
1704     eth.xpm
1705     exists.xpm
1706     fallingdotseq.xpm
1707     flat.xpm
1708     forall.xpm
1709     frac.xpm
1710     frac-square.xpm
1711     frown.xpm
1712     gamma.xpm
1713     gamma2.xpm
1714     geq.xpm
1715     geqq.xpm
1716     geqslant.xpm
1717     gg.xpm
1718     ggg.xpm
1719     gimel.xpm
1720     gnapprox.xpm
1721     gneq.xpm
1722     gneqq.xpm
1723     gnsim.xpm
1724     grave.xpm
1725     gtrapprox.xpm
1726     gtrdot.xpm
1727     gtreqless.xpm
1728     gtreqqless.xpm
1729     gtrless.xpm
1730     gtrsim.xpm
1731     gvertneqq.xpm
1732     hat.xpm
1733     hbar.xpm
1734     heartsuit.xpm
1735     hookleftarrow.xpm
1736     hookrightarrow.xpm
1737     hphantom.xpm
1738     hslash.xpm
1739     iiiint.xpm
1740     iiiintop.xpm
1741     iiint.xpm
1742     iiintop.xpm
1743     iintop.xpm
1744     iint.xpm
1745     imath.xpm
1746     in.xpm
1747     infty.xpm
1748     int.xpm
1749     intercal.xpm
1750     intop.xpm
1751     iota.xpm
1752     jmath.xpm
1753     kappa.xpm
1754     lambda.xpm
1755     lambda2.xpm
1756     langle.xpm
1757     lbrace.xpm
1758     lbrace_rbrace.xpm
1759     lbracket.xpm
1760     lbracket_rbracket.xpm
1761     lceil.xpm
1762     lceil_rceil.xpm
1763     ldots.xpm
1764     leftarrow.xpm
1765     leftarrow2.xpm
1766     leftarrowtail.xpm
1767     leftharpoondown.xpm
1768     leftharpoonup.xpm
1769     leftleftarrows.xpm
1770     leftrightarrow.xpm
1771     leftrightarrow2.xpm
1772     leftrightarrows.xpm
1773     leftrightharpoons.xpm
1774     leftrightsquigarrow.xpm
1775     leftthreetimes.xpm
1776     leq.xpm
1777     leqq.xpm
1778     leqslant.xpm
1779     lessapprox.xpm
1780     lessdot.xpm
1781     lesseqgtr.xpm
1782     lesseqqgtr.xpm
1783     lessgtr.xpm
1784     lesssim.xpm
1785     lfloor.xpm
1786     lfloor_rfloor.xpm
1787     ll.xpm
1788     llcorner.xpm
1789     lll.xpm
1790     lnapprox.xpm
1791     lneq.xpm
1792     lneqq.xpm
1793     lnsim.xpm
1794     longleftarrow.xpm
1795     longleftarrow2.xpm
1796     longleftrightarrow.xpm
1797     longleftrightarrow2.xpm
1798     longmapsto.xpm
1799     longrightarrow.xpm
1800     longrightarrow2.xpm
1801     looparrowleft.xpm
1802     looparrowright.xpm
1803     lozenge.xpm
1804     lparen.xpm
1805     lparen_rparen.xpm
1806     lrcorner.xpm
1807     ltimes.xpm
1808     lvertneqq.xpm
1809     mapsto.xpm
1810     mathbb_C.xpm
1811     mathbb_H.xpm
1812     mathbb_N.xpm
1813     mathbb_Q.xpm
1814     mathbb_R.xpm
1815     mathbb_Z.xpm
1816     mathcal_F.xpm
1817     mathcal_H.xpm
1818     mathcal_L.xpm
1819     mathcal_O.xpm
1820     mathcircumflex.xpm
1821     mathrm_T.xpm
1822     measuredangle.xpm
1823     mho.xpm
1824     mid.xpm
1825     models.xpm
1826     mp.xpm
1827     mu.xpm
1828     multimap.xpm
1829     nabla.xpm
1830     natural.xpm
1831     ncong.xpm
1832     nearrow.xpm
1833     neg.xpm
1834     neq.xpm
1835     nexists.xpm
1836     ngeq.xpm
1837     ngeqq.xpm
1838     ngeqslant.xpm
1839     ngtr.xpm
1840     ni.xpm
1841     nleftarrow.xpm
1842     nleftarrow2.xpm
1843     nleftrightarrow.xpm
1844     nleftrightarrow2.xpm
1845     nleq.xpm
1846     nleqq.xpm
1847     nleqslant.xpm
1848     nless.xpm
1849     nmid.xpm
1850     notin.xpm
1851     nparallel.xpm
1852     nprec.xpm
1853     npreceq.xpm
1854     nrightarrow.xpm
1855     nrightarrow2.xpm
1856     nshortmid.xpm
1857     nshortparallel.xpm
1858     nsim.xpm
1859     nsubseteq.xpm
1860     nsucc.xpm
1861     nsucceq.xpm
1862     nsupseteq.xpm
1863     nsupseteqq.xpm
1864     ntriangleleft.xpm
1865     ntrianglelefteq.xpm
1866     ntriangleright.xpm
1867     ntrianglerighteq.xpm
1868     nu.xpm
1869     nvdash.xpm
1870     nvdash2.xpm
1871     nvdash3.xpm
1872     nwarrow.xpm
1873     odot.xpm
1874     oiint.xpm
1875     oiintop.xpm
1876     oint.xpm
1877     ointclockwise.xpm
1878     ointclockwiseop.xpm
1879     ointctrclockwise.xpm
1880     ointctrclockwiseop.xpm
1881     ointop.xpm
1882     omega.xpm
1883     omega2.xpm
1884     ominus.xpm
1885     oplus.xpm
1886     oslash.xpm
1887     otimes.xpm
1888     overbrace.xpm
1889     overleftarrow.xpm
1890     overleftrightarrow.xpm
1891     overline.xpm
1892     overrightarrow.xpm
1893     overset.xpm
1894     parallel.xpm
1895     partial.xpm
1896     perp.xpm
1897     phantom.xpm
1898     phi.xpm
1899     phi2.xpm
1900     pi.xpm
1901     pi2.xpm
1902     pitchfork.xpm
1903     pm.xpm
1904     prec.xpm
1905     precapprox.xpm
1906     preccurlyeq.xpm
1907     preceq.xpm
1908     precnapprox.xpm
1909     precnsim.xpm
1910     precsim.xpm
1911     prime.xpm
1912     prod.xpm
1913     propto.xpm
1914     psi.xpm
1915     psi2.xpm
1916     rangle.xpm
1917     rbrace.xpm
1918     rbracket.xpm
1919     rceil.xpm
1920     rfloor.xpm
1921     rho.xpm
1922     rightarrow.xpm
1923     rightarrow2.xpm
1924     rightarrowtail.xpm
1925     rightharpoondown.xpm
1926     rightharpoonup.xpm
1927     rightleftarrows.xpm
1928     rightleftharpoons.xpm
1929     rightrightarrows.xpm
1930     rightsquigarrow.xpm
1931     rightthreetimes.xpm
1932     risingdotseq.xpm
1933     root.xpm
1934     rparen.xpm
1935     rtimes.xpm
1936     searrow.xpm
1937     setminus.xpm
1938     sharp.xpm
1939     shortmid.xpm
1940     shortparallel.xpm
1941     sigma.xpm
1942     sigma2.xpm
1943     sim.xpm
1944     simeq.xpm
1945     slash.xpm
1946     smallfrown.xpm
1947     smallsetminus.xpm
1948     smallsmile.xpm
1949     smile.xpm
1950     spadesuit.xpm
1951     sphericalangle.xpm
1952     sqcap.xpm
1953     sqcup.xpm
1954     sqiint.xpm
1955     sqiintop.xpm
1956     sqint.xpm
1957     sqintop.xpm
1958     sqrt.xpm
1959     sqsubset.xpm
1960     sqsubseteq.xpm
1961     sqsupset.xpm
1962     sqsupseteq.xpm
1963     square.xpm
1964     star.xpm
1965     subset.xpm
1966     subset2.xpm
1967     subseteq.xpm
1968     subseteqq.xpm
1969     subsetneq.xpm
1970     subsetneqq.xpm
1971     succ.xpm
1972     succapprox.xpm
1973     succcurlyeq.xpm
1974     succeq.xpm
1975     succnapprox.xpm
1976     succnsim.xpm
1977     succsim.xpm
1978     sum.xpm
1979     supset.xpm
1980     supset2.xpm
1981     supseteq.xpm
1982     supseteqq.xpm
1983     supsetneq.xpm
1984     supsetneqq.xpm
1985     surd.xpm
1986     swarrow.xpm
1987     tau.xpm
1988     textrm_Oe.xpm
1989     textrm_AA.xpm
1990     therefore.xpm
1991     theta.xpm
1992     theta2.xpm
1993     thickapprox.xpm
1994     thicksim.xpm
1995     tilde.xpm
1996     times.xpm
1997     top.xpm
1998     triangle.xpm
1999     triangledown.xpm
2000     triangleleft.xpm
2001     trianglelefteq.xpm
2002     triangleq.xpm
2003     triangleright.xpm
2004     trianglerighteq.xpm
2005     twoheadleftarrow.xpm
2006     twoheadrightarrow.xpm
2007     ulcorner.xpm
2008     underbrace.xpm
2009     underleftarrow.xpm
2010     underleftrightarrow.xpm
2011     underline.xpm
2012     underrightarrow.xpm
2013     underscore.xpm
2014     underset.xpm
2015     uparrow.xpm
2016     uparrow2.xpm
2017     updownarrow.xpm
2018     updownarrow2.xpm
2019     upharpoonleft.xpm
2020     upharpoonright.xpm
2021     uplus.xpm
2022     upsilon.xpm
2023     upsilon2.xpm
2024     upuparrows.xpm
2025     urcorner.xpm
2026     varepsilon.xpm
2027     varkappa.xpm
2028     varnothing.xpm
2029     varphi.xpm
2030     varpi.xpm
2031     varpropto.xpm
2032     varsigma.xpm
2033     varsubsetneq.xpm
2034     varsubsetneqq.xpm
2035     varsupsetneq.xpm
2036     varsupsetneqq.xpm
2037     vartheta.xpm
2038     vartriangle.xpm
2039     vartriangleleft.xpm
2040     vartriangleright.xpm
2041     vdash.xpm
2042     vdash2.xpm
2043     vdash3.xpm
2044     vdots.xpm
2045     vec.xpm
2046     vee.xpm
2047     veebar.xpm
2048     vphantom.xpm
2049     wedge.xpm
2050     widehat.xpm
2051     widetilde.xpm
2052     wp.xpm
2053     wr.xpm
2054     xi.xpm
2055     xi2.xpm
2056     zeta.xpm
2057 ''')
2058
2059
2060 lib_kbd_files = Split('''
2061     american-2.kmap
2062     american.kmap
2063     arabic.kmap
2064     bg-bds-1251.kmap
2065     brazil.kmap
2066     brazil2.kmap
2067     czech-prg.kmap
2068     czech.kmap
2069     european.kmap
2070     francais.kmap
2071     french.kmap
2072     german-2.kmap
2073     german-3.kmap
2074     german.kmap
2075     greek.kmap
2076     hebrew.kmap
2077     koi8-r.kmap
2078     koi8-u.kmap
2079     latvian.kmap
2080     magyar-2.kmap
2081     magyar-3.kmap
2082     magyar.kmap
2083     null.kmap
2084     polish.kmap
2085     polski.kmap
2086     portuges.kmap
2087     romanian.kmap
2088     serbian.kmap
2089     serbocroatian.kmap
2090     sf.kmap
2091     sg.kmap
2092     slovak.kmap
2093     slovene.kmap
2094     thai-kedmanee.kmap
2095     transilvanian.kmap
2096     turkish-f.kmap
2097     turkish.kmap
2098     espanol.kmap
2099 ''')
2100
2101
2102 lib_layouts_files = Split('''
2103     IEEEtran.layout
2104     aa.layout
2105     aapaper.layout
2106     aastex.layout
2107     agu-dtd.layout
2108     agums.layout
2109     amsart-plain.layout
2110     amsart-seq.layout
2111     amsart.layout
2112     amsbook.layout
2113     apa.layout
2114     arab-article.layout
2115     article.layout
2116     beamer.layout
2117     book.layout
2118     broadway.layout
2119     chess.layout
2120     cl2emult.layout
2121     cv.layout
2122     dinbrief.layout
2123     docbook-book.layout
2124     docbook-chapter.layout
2125     docbook-section.layout
2126     docbook.layout
2127     dtk.layout
2128     egs.layout
2129     elsart.layout
2130     entcs.layout
2131     europecv.layout
2132     extarticle.layout
2133     extbook.layout
2134     extletter.layout
2135     extreport.layout
2136     foils.layout
2137     g-brief-de.layout
2138     g-brief-en.layout
2139     g-brief2.layout
2140     heb-article.layout
2141     heb-letter.layout
2142     hollywood.layout
2143     ijmpc.layout
2144     ijmpd.layout
2145     isprs.layout
2146     jgrga.layout
2147     kluwer.layout
2148     latex8.layout
2149     letter.layout
2150     literate-article.layout
2151     literate-book.layout
2152     literate-report.layout
2153     llncs.layout
2154     ltugboat.layout
2155     manpage.layout
2156     memoir.layout
2157     moderncv.layout
2158     mwart.layout
2159     mwbk.layout
2160     mwrep.layout
2161     paper.layout
2162     report.layout
2163     revtex.layout
2164     revtex4.layout
2165     scrartcl.layout
2166     scrbook.layout
2167     scrlettr.layout
2168     scrlttr2.layout
2169     scrreprt.layout
2170     seminar.layout
2171     siamltex.layout
2172     slides.layout
2173     spie.layout
2174     svglobal.layout
2175     svjog.layout
2176     svprobth.layout
2177     aapaper.inc
2178     agu_stdclass.inc
2179     agu_stdcounters.inc
2180     agu_stdlists.inc
2181     agu_stdsections.inc
2182     agu_stdtitle.inc
2183     aguplus.inc
2184     amsdefs.inc
2185     amsmaths-plain.inc
2186     amsmaths-seq.inc
2187     amsmaths.inc
2188     db_lyxmacros.inc
2189     db_stdcharstyles.inc
2190     db_stdclass.inc
2191     db_stdcounters.inc
2192     db_stdlayouts.inc
2193     db_stdlists.inc
2194     db_stdsections.inc
2195     db_stdstarsections.inc
2196     db_stdstruct.inc
2197     db_stdtitle.inc
2198     literate-scrap.inc
2199     lyxmacros.inc
2200     numarticle.inc
2201     numreport.inc
2202     numrevtex.inc
2203     scrclass.inc
2204     stdclass.inc
2205     stdcounters.inc
2206     stdfloats.inc
2207     stdlayouts.inc
2208     stdletter.inc
2209     stdlists.inc
2210     stdsections.inc
2211     stdstarsections.inc
2212     stdstruct.inc
2213     stdtitle.inc
2214     svjour.inc
2215 ''')
2216
2217
2218 lib_scripts_files = Split('''
2219     TeXFiles.py
2220     clean_dvi.py
2221     convertDefault.py
2222     date.py
2223     fen2ascii.py
2224     fig2pdftex.py
2225     fig2pstex.py
2226     fig_copy.py
2227     layout2layout.py
2228     legacy_lyxpreview2ppm.py
2229     listerrors
2230     lyxpreview2bitmap.py
2231     lyxpreview_tools.py
2232     tex_copy.py
2233 ''')
2234
2235
2236 lib_templates_files = Split('''
2237     IEEEtran.lyx
2238     README.new_templates
2239     aa.lyx
2240     aastex.lyx
2241     agu_article.lyx
2242     beamer-conference-ornate-20min.lyx
2243     biblioExample.bib
2244     CV-image.eps
2245     CV-image.png
2246     de_beamer-conference-ornate-20min.lyx
2247     dinbrief.lyx
2248     docbook_article.lyx
2249     elsart.lyx
2250     europeCV.lyx
2251     fr_beamer-conference-ornate-20min.lyx
2252     g-brief2.lyx
2253     g-brief-de.lyx
2254     g-brief-en.lyx
2255     ijmpc.lyx
2256     ijmpd.lyx
2257     hollywood.lyx
2258     kluwer.lyx
2259     koma-letter2.lyx
2260     latex8.lyx
2261     letter.lyx
2262     modernCV.lyx
2263     revtex.lyx
2264     revtex4.lyx
2265     slides.lyx
2266 ''')
2267
2268
2269 lib_tex_files = Split('''
2270     broadway.cls
2271     cv.cls
2272     hollywood.cls
2273     lyxchess.sty
2274     lyxskak.sty
2275     revtex.cls
2276 ''')
2277
2278
2279 lib_ui_files = Split('''
2280     classic.ui
2281     default.ui
2282     stdmenus.inc
2283     stdtoolbars.inc
2284 ''')
2285
2286 lib_doc_clipart_files = Split('''
2287     BoxInsetDefaultQt4.png
2288     ChildDocumentQt4.png
2289     CommentNoteImageQt4.png
2290     escher-lsd.eps
2291     endnotes.pdf
2292     ExternalMaterialQt4.png
2293     floatQt4.png
2294     footnoteQt4.png
2295     FramedNoteImageQt4.png
2296     GreyedOutNoteImageQt4.png
2297     labelQt4.png
2298     LyXNoteImageQt4.png
2299     mobius.eps
2300     platypus.eps
2301     referenceQt4.png
2302     ShadedNoteImageQt4.png
2303     with_fntright.pdf
2304     without_fntright.pdf
2305 ''')
2306
2307 lib_doc_cs_files = Split('''
2308     Tutorial.lyx
2309 ''')
2310
2311 lib_doc_da_files = Split('''
2312     Intro.lyx
2313 ''')
2314
2315 lib_doc_de_files = Split('''
2316     Customization.lyx
2317     Extended.lyx
2318     FAQ.lyx
2319     Intro.lyx
2320     Tutorial.lyx
2321     UserGuide.lyx
2322 ''')
2323
2324 lib_doc_es_files = Split('''
2325     DocumentoPostizo1.lyx
2326     DocumentoPostizo2.lyx
2327     DocumentoTextoPostizo.txt
2328     EmbeddedObjects.lyx
2329     Extended.lyx
2330     Intro.lyx
2331     Tutorial.lyx
2332 ''')
2333
2334 lib_doc_es_clipart_files = Split('''
2335     ComentNotaImagenQt4.png
2336     CuadroMinipagQt4.png
2337     DocumentoHijoQt4.png
2338     etiquetaQt4.png
2339     flotanteQt4.png
2340     GrisNotaImagenQt4.png
2341     MaterialExternoQt4.png
2342     NotaEnmarcadaImg.png
2343     NotaLyXImagenQt4.png
2344     notapieQt4.png
2345     NotaSombreadaImg.png
2346     referenciaQt4.png
2347 ''')
2348
2349 lib_doc_eu_files = Split('''
2350     Customization.lyx
2351     Extended.lyx
2352     FAQ.lyx
2353     Intro.lyx
2354     Tutorial.lyx
2355     UserGuide.lyx
2356 ''')
2357
2358 lib_doc_fr_files = Split('''
2359     Customization.lyx
2360     Extended.lyx
2361     FAQ.lyx
2362     Intro.lyx
2363     Tutorial.lyx
2364     UserGuide.lyx
2365 ''')
2366
2367 lib_doc_he_files = Split('''
2368     Intro.lyx
2369     Tutorial.lyx
2370 ''')
2371
2372 lib_doc_hu_files = Split('''
2373     Intro.lyx
2374     Tutorial.lyx
2375 ''')
2376
2377 lib_doc_it_files = Split('''
2378     Customization.lyx
2379     Intro.lyx
2380     Tutorial.lyx
2381     UserGuide.lyx
2382 ''')
2383
2384 lib_doc_nl_files = Split('''
2385     Intro.lyx
2386     Tutorial.lyx
2387 ''')
2388
2389 lib_doc_nb_files = Split('''
2390     Intro.lyx
2391 ''')
2392
2393 lib_doc_pl_files = Split('''
2394     Extended.lyx
2395     Intro.lyx
2396     Tutorial.lyx
2397 ''')
2398
2399 lib_doc_pt_files = Split('''
2400     Intro.lyx
2401     Tutorial.lyx
2402 ''')
2403
2404 lib_doc_ro_files = Split('''
2405     Intro.lyx
2406 ''')
2407
2408 lib_doc_ru_files = Split('''
2409     FAQ.lyx
2410     Intro.lyx
2411     Tutorial.lyx
2412 ''')
2413
2414 lib_doc_sk_files = Split('''
2415     Tutorial.lyx
2416     UserGuide.lyx
2417 ''')
2418
2419 lib_doc_sl_files = Split('''
2420     Intro.lyx
2421     Tutorial.lyx
2422 ''')
2423
2424 lib_doc_sv_files = Split('''
2425     Intro.lyx
2426     Tutorial.lyx
2427 ''')
2428
2429 lib_doc_files = Split('''
2430     Customization.lyx
2431     DocStyle.lyx
2432     DummyTextDocument.txt
2433     DummyDocument1.lyx
2434     DummyDocument2.lyx
2435     EmbeddedObjects.lyx
2436     Extended.lyx
2437     FAQ.lyx
2438     Intro.lyx
2439     LaTeXConfig.lyx.in
2440     Reference.lyx
2441     Tutorial.lyx
2442     UserGuide.lyx
2443 ''')
2444
2445
2446 lib_lyx2lyx_files = Split('''
2447     lyx2lyx
2448     lyx2lyx_lang.py
2449     generate_encoding_info.py
2450     parser_tools.py
2451     LyX.py
2452     lyx_0_06.py
2453     lyx_0_08.py
2454     lyx_0_10.py
2455     lyx_0_12.py
2456     lyx_1_0.py
2457     lyx_1_1.py
2458     lyx_1_1_5.py
2459     lyx_1_1_6_0.py
2460     lyx_1_1_6_3.py
2461     lyx_1_2.py
2462     lyx_1_3.py
2463     lyx_1_4.py
2464     lyx_1_5.py
2465     profiling.py
2466     test_parser_tools.py
2467 ''')
2468
2469
2470 win32_bakoma_fonts = Split('''
2471     Readme.txt
2472     Licence.txt
2473     cmex10.ttf
2474     cmr10.ttf
2475     eufm10.ttf
2476     msbm10.ttf
2477     cmmi10.ttf
2478     cmsy10.ttf
2479     msam10.ttf
2480     wasy10.ttf
2481 ''')
2482
2483
2484 win32_packaging_installer_files = Split('''
2485     license.rtf
2486     lyx.nsi
2487     settings.nsh
2488     settings.user.nsh
2489 ''')
2490
2491
2492 win32_packaging_installer_components_files = Split('''
2493     configure.nsh
2494     dicts.nsh
2495     langselect.nsh
2496     uninstall.nsh
2497     viewer.nsh
2498     core.nsh
2499     external.nsh
2500     reinstall.nsh
2501     user.nsh
2502 ''')
2503
2504
2505 win32_packaging_installer_dialogs_files = Split('''
2506     external.ini
2507     langselect.ini
2508     reinstall.ini
2509     user.ini
2510     viewer.ini
2511 ''')
2512
2513
2514 win32_packaging_installer_graphics_files = Split('''
2515     header.bmp
2516     wizard.bmp
2517 ''')
2518
2519
2520 win32_packaging_installer_include_files = Split('''
2521     declarations.nsh
2522     detection.nsh
2523     filelists.nsh
2524     gui.nsh
2525     init.nsh
2526     lang.nsh
2527     windows.nsh
2528 ''')
2529
2530
2531 win32_packaging_installer_lang_files = Split('''
2532     english.nsh
2533     french.nsh
2534     german.nsh
2535     italian.nsh
2536 ''')