]> git.lyx.org Git - features.git/blob - development/scons/scons_manifest.py
fix scons_manifest.py
[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     CommandInset.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     MathMacro.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     MathArray.h
233     MathExtern.h
234     MathFactory.h
235     MathGridInfo.h
236     MathMacroArgument.h
237     MathMacroTable.h
238     MathMacroTemplate.h
239     MathParser.h
240     ReplaceData.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     CommandInset.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     MathMacro.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     MathArray.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     InsetCitation.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     InsetCitation.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     frontend_helpers.h
540 ''')
541
542
543 src_frontends_controllers_files = Split('''
544     BCView.cpp
545     ButtonController.cpp
546     ButtonPolicies.cpp
547     ControlAboutlyx.cpp
548     ControlBibtex.cpp
549     ControlBox.cpp
550     ControlBranch.cpp
551     ControlChanges.cpp
552     ControlCharacter.cpp
553     ControlCitation.cpp
554     ControlCommand.cpp
555     ControlCommandBuffer.cpp
556     ControlDocument.cpp
557     ControlERT.cpp
558     ControlErrorList.cpp
559     ControlExternal.cpp
560     ControlFloat.cpp
561     ControlGraphics.cpp
562     ControlInclude.cpp
563     ControlLog.cpp
564     ControlMath.cpp
565     ControlNote.cpp
566     ControlParagraph.cpp
567     ControlPrefs.cpp
568     ControlPrint.cpp
569     ControlRef.cpp
570     ControlSearch.cpp
571     ControlSendto.cpp
572     ControlShowFile.cpp
573     ControlSpellchecker.cpp
574     ControlTabular.cpp
575     ControlTabularCreate.cpp
576     ControlTexinfo.cpp
577     ControlThesaurus.cpp
578     ControlToc.cpp
579     ControlVSpace.cpp
580     ControlViewSource.cpp
581     ControlWrap.cpp
582     Dialog.cpp
583     Kernel.cpp
584     frontend_helpers.cpp
585 ''')
586
587
588
589 src_frontends_qt4_ui_files = Split('''
590     BiblioUi.ui
591     BranchesUi.ui
592     BulletsUi.ui
593     FloatPlacementUi.ui
594     FontUi.ui
595     LaTeXUi.ui
596     LanguageUi.ui
597     MarginsUi.ui
598     MathsUi.ui
599     NumberingUi.ui
600     PageLayoutUi.ui
601     PreambleUi.ui
602     AboutUi.ui
603     AskForTextUi.ui
604     BibitemUi.ui
605     BibtexAddUi.ui
606     BibtexUi.ui
607     BoxUi.ui
608     BranchUi.ui
609     ChangesUi.ui
610     CharacterUi.ui
611     CitationUi.ui
612     DelimiterUi.ui
613     DocumentUi.ui
614     ERTUi.ui
615     ErrorListUi.ui
616     ExternalUi.ui
617     FloatUi.ui
618     GraphicsUi.ui
619     IncludeUi.ui
620     IndexUi.ui
621     LogUi.ui
622     MathMatrixUi.ui
623     NomenclUi.ui
624     NoteUi.ui
625     ParagraphUi.ui
626     PrefColorsUi.ui
627     PrefConvertersUi.ui
628     PrefCopiersUi.ui
629     PrefCygwinPathUi.ui
630     PrefDateUi.ui
631     PrefDisplayUi.ui
632     PrefFileformatsUi.ui
633     PrefIdentityUi.ui
634     PrefKeyboardUi.ui
635     PrefLanguageUi.ui
636     PrefLatexUi.ui
637     PrefPathsUi.ui
638     PrefPlaintextUi.ui
639     PrefPrinterUi.ui
640     PrefScreenFontsUi.ui
641     PrefSpellcheckerUi.ui
642     PrefUi.ui
643     PrefsUi.ui
644     PrintUi.ui
645     RefUi.ui
646     SearchUi.ui
647     SendtoUi.ui
648     ShowFileUi.ui
649     SpellcheckerUi.ui
650     TabularUi.ui
651     TabularCreateUi.ui
652     TexinfoUi.ui
653     ThesaurusUi.ui
654     TocUi.ui
655     URLUi.ui
656     VSpaceUi.ui
657     ViewSourceUi.ui
658     WrapUi.ui
659     TextLayoutUi.ui
660 ''')
661
662
663 src_frontends_qt4_moc_files = Split('''
664     BulletsModule.C
665     QBox.C
666     QERT.C
667     QSearch.C
668     QSpellchecker.C
669     QTabularCreate.C
670     QTexinfo.C
671     QThesaurus.C
672     QTabular.C
673     QVSpace.C
674     QWrap.C
675     QDocument.C
676     QLog.C
677     QParagraph.C
678     QShowFile.C
679     QBibitem.C
680     QNomencl.C
681     emptytable.C
682     FileDialog_private.C
683     FloatPlacement.C
684     GuiApplication.C
685     GuiImplementation.C
686     iconpalette.C
687     lengthcombo.C
688     InsertTableWidget.C
689     panelstack.C
690     QBibtex.C
691     QBranch.C
692     QBranches.C
693     QChanges.C
694     QCharacter.C
695     QCitationDialog.C
696     QCommandBuffer.C
697     QCommandEdit.C
698     QDelimiterDialog.C
699     QErrorList.C
700     QExternal.C
701     QFloatDialog.C
702     QGraphicsDialog.C
703     QInclude.C
704     QIndex.C
705     Action.C
706     QLog.C
707     QViewSource.C
708     QLMenubar.C
709     QLPopupMenu.C
710     QLPrintDialog.C
711     QMathMatrixDialog.C
712     QNomencl.C
713     QNote.C
714     QPrefs.C
715     QRef.C
716     QSendto.C
717     qsetborder.C
718     QDialogView.C
719     TocModel.C
720     TocWidget.C
721     QToc.C
722     GuiView.C
723     QURLDialog.C
724     GuiWorkArea.C
725     QLToolbar.C
726     socket_callback.C
727     validators.C
728     QAbout.C
729 ''')
730
731
732 src_frontends_qt4_header_files = Split('''
733     Action.h
734     BiblioModuleBase.h
735     BulletsModule.h
736     ColorCache.h
737     DockView.h
738     FileDialog_private.h
739     GuiApplication.h
740     GuiClipboard.h
741     GuiFontLoader.h
742     GuiImplementation.h
743     GuiSelection.h
744     GuiView.h
745     GuiWorkArea.h
746     InsertTableWidget.h
747     About.h
748     QBibitem.h
749     QBibtex.h
750     QBox.h
751     QBranch.h
752     QBranches.h
753     QBrowseBox.h
754     QChanges.h
755     QCharacter.h
756     QCharacter.h
757     QCitation.h
758     QCitationDialog.h
759     QCommandBuffer.h
760     QCommandEdit.h
761     QDelimiterDialog.h
762     QDialogView.h
763     QDocument.h
764     QERT.h
765     QErrorList.h
766     QExternal.h
767     QFloat.h
768     QFloatDialog.h
769     QGraphics.h
770     QGraphicsDialog.h
771     QGraphicsUi.h
772     QInclude.h
773     QIndex.h
774     QLImage.h
775     QLMenubar.h
776     QLPainter.h
777     QLPopupMenu.h
778     QLPrintDialog.h
779     QLToolbar.h
780     QLog.h
781     QLyXKeySym.h
782     QMathMatrixDialog.h
783     QNomencl.h
784     QNote.h
785     QParagraph.h
786     QPrefs.h
787     QPrint.h
788     QRef.h
789     QSearch.h
790     QSendto.h
791     QShowFile.h
792     QSpellchecker.h
793     QTabular.h
794     QTabularCreate.h
795     QTexinfo.h
796     QThesaurus.h
797     QToc.h
798     QURLDialog.h
799     QVSpace.h
800     QViewSource.h
801     QWrap.h
802     Qt2BC.h
803     TocModel.h
804     TocWidget.h
805     UrlView.h
806     checkedwidgets.h
807     emptytable.h
808     FloatPlacement.h
809     iconpalette.h
810     lengthcombo.h
811     panelstack.h
812     qfontexample.h
813     qlkey.h
814     qsetborder.h
815     qtTimeout.h
816     qt_helpers.h
817     socket_callback.h
818     validators.h
819 ''')
820
821
822 src_frontends_qt4_files = Split('''
823     Action.C
824     Alert_pimpl.C
825     BulletsModule.C
826     ColorCache.C
827     Dialogs.C
828     FileDialog.C
829     FileDialog_private.C
830     GuiApplication.C
831     GuiClipboard.C
832     GuiFontLoader.C
833     GuiFontMetrics.C
834     GuiImplementation.C
835     GuiSelection.C
836     GuiView.C
837     GuiWorkArea.C
838     InsertTableWidget.C
839     LyXKeySymFactory.C
840     QAbout.C
841     QBibitem.C
842     QBibtex.C
843     QBox.C
844     QBranch.C
845     QBranches.C
846     QChanges.C
847     QCharacter.C
848     QCitation.C
849     QCitationDialog.C
850     QCommandBuffer.C
851     QCommandEdit.C
852     QDelimiterDialog.C
853     QDialogView.C
854     QDocument.C
855     QERT.C
856     QErrorList.C
857     QExternal.C
858     QFloat.C
859     QFloatDialog.C
860     QGraphics.C
861     QGraphicsDialog.C
862     QInclude.C
863     QIndex.C
864     QLImage.C
865     QLMenubar.C
866     QLPainter.C
867     QLPopupMenu.C
868     QLPrintDialog.C
869     QLToolbar.C
870     QLog.C
871     QLyXKeySym.C
872     QMathMatrixDialog.C
873     QNomencl.C
874     QNote.C
875     QParagraph.C
876     QPrefs.C
877     QPrint.C
878     QRef.C
879     QSearch.C
880     QSendto.C
881     QShowFile.C
882     QSpellchecker.C
883     QTabular.C
884     QTabularCreate.C
885     QTexinfo.C
886     QThesaurus.C
887     QToc.C
888     QURLDialog.C
889     QVSpace.C
890     QViewSource.C
891     QWrap.C
892     Qt2BC.C
893     TocModel.C
894     TocWidget.C
895     UrlView.C
896     checkedwidgets.C
897     emptytable.C
898     FloatPlacement.C
899     iconpalette.C
900     lengthcombo.C
901     panelstack.C
902     qfontexample.C
903     qsetborder.C
904     qtTimeout.C
905     qt_helpers.C
906     socket_callback.C
907     validators.C
908 ''')
909
910
911 src_client_header_files = Split('''
912     debug.h
913     messages.h
914 ''')
915
916
917 src_client_files = Split('''
918     boost.C
919     client.C
920     debug.C
921     gettext.C
922     messages.C
923 ''')
924
925
926 src_tex2lyx_header_files = Split('''
927     Spacing.h
928     context.h
929     lyxfont.h
930     tex2lyx.h
931     texparser.h
932 ''')
933
934
935 src_tex2lyx_files = Split('''
936     FloatList.C
937     Floating.C
938     boost.C
939     context.C
940     counters.C
941     gettext.C
942     lengthcommon.C
943     lyxfont.C
944     lyxlayout.C
945     lyxlex.C
946     lyxtextclass.C
947     math.C
948     preamble.C
949     table.C
950     tex2lyx.C
951     texparser.C
952     text.C
953 ''')
954
955
956 src_header_files = Split('''
957     Bidi.h
958     BranchList.h
959     BufferView.h
960     Bullet.h
961     Chktex.h
962     Color.h
963     ConverterCache.h
964     CutAndPaste.h
965     DepTable.h
966     FloatList.h
967     Floating.h
968     FontIterator.h
969     FuncStatus.h
970     InsetList.h
971     LColor.h
972     LaTeX.h
973     LaTeXFeatures.h
974     LyXAction.h
975     MenuBackend.h
976     ParagraphList.h
977     ParagraphList_fwd.h
978     ParagraphParameters.h
979     PrinterParams.h
980     RowList_fwd.h
981     Sectioning.h
982     Spacing.h
983     SpellBase.h
984     Thesaurus.h
985     TocBackend.h
986     ToolbarBackend.h
987     UpdateFlags.h
988     Variables.h
989     WordLangTuple.h
990     aspell_local.h
991     author.h
992     box.h
993     buffer.h
994     buffer_funcs.h
995     bufferlist.h
996     bufferparams.h
997     bufferview_funcs.h
998     changes.h
999     converter.h
1000     coordcache.h
1001     counters.h
1002     cursor.h
1003     cursor_slice.h
1004     debug.h
1005     dimension.h
1006     dispatchresult.h
1007     dociterator.h
1008     encoding.h
1009     errorlist.h
1010     exporter.h
1011     factory.h
1012     format.h
1013     funcrequest.h
1014     gettext.h
1015     graph.h
1016     importer.h
1017     insetiterator.h
1018     intl.h
1019     ispell.h
1020     kbmap.h
1021     kbsequence.h
1022     language.h
1023     layout.h
1024     lengthcommon.h
1025     lfuns.h
1026     lyx_cb.h
1027     lyx_main.h
1028     lyx_sty.h
1029     lyxfind.h
1030     lyxfont.h
1031     lyxfunc.h
1032     lyxgluelength.h
1033     lyxlayout.h
1034     lyxlayout_ptr_fwd.h
1035     lyxlength.h
1036     lyxlex.h
1037     lyxrc.h
1038     lyxrow.h
1039     lyxserver.h
1040     lyxsocket.h
1041     lyxtext.h
1042     lyxtextclass.h
1043     lyxtextclasslist.h
1044     lyxvc.h
1045     messages.h
1046     metricsinfo.h
1047     mover.h
1048     output.h
1049     output_docbook.h
1050     output_latex.h
1051     output_plaintext.h
1052     outputparams.h
1053     paper.h
1054     paragraph.h
1055     paragraph_funcs.h
1056     ParagraphMetrics.h
1057     pariterator.h
1058     pspell.h
1059     rowpainter.h
1060     session.h
1061     sgml.h
1062     tabular.h
1063     tex-accent.h
1064     tex-strings.h
1065     texrow.h
1066     TextMetrics.h
1067     toc.h
1068     trans.h
1069     trans_decl.h
1070     trans_mgr.h
1071     undo.h
1072     vc-backend.h
1073     version.h
1074     vspace.h
1075 ''')
1076
1077
1078 src_pre_files = Split('''
1079     Bidi.C
1080     BranchList.C
1081     BufferView.C
1082     Bullet.C
1083     Chktex.C
1084     Color.C
1085     ConverterCache.C
1086     CutAndPaste.C
1087     DepTable.C
1088     FloatList.C
1089     Floating.C
1090     FontIterator.C
1091     FuncStatus.C
1092     InsetList.C
1093     LColor.C
1094     LaTeX.C
1095     LaTeXFeatures.C
1096     LyXAction.C
1097     MenuBackend.C
1098     ParagraphParameters.C
1099     Spacing.C
1100     TocBackend.C
1101     ToolbarBackend.C
1102     author.C
1103     boost.C
1104     buffer.C
1105     buffer_funcs.C
1106     bufferlist.C
1107     bufferparams.C
1108     bufferview_funcs.C
1109     changes.C
1110     converter.C
1111     coordcache.C
1112     counters.C
1113     cursor.C
1114     cursor_slice.C
1115     debug.C
1116     dociterator.C
1117     encoding.C
1118     errorlist.C
1119     exporter.C
1120     factory.C
1121     format.C
1122     funcrequest.C
1123     gettext.C
1124     graph.C
1125     importer.C
1126     insetiterator.C
1127     intl.C
1128     kbmap.C
1129     kbsequence.C
1130     language.C
1131     lengthcommon.C
1132     lyx_cb.C
1133     lyx_main.C
1134     lyx_sty.C
1135     lyxfind.C
1136     lyxfont.C
1137     lyxfunc.C
1138     lyxgluelength.C
1139     lyxlayout.C
1140     lyxlength.C
1141     lyxlex.C
1142     lyxrc.C
1143     lyxrow.C
1144     lyxserver.C
1145     lyxsocket.C
1146     lyxtextclass.C
1147     lyxtextclasslist.C
1148     lyxvc.C
1149     messages.C
1150     metricsinfo.C
1151     mover.C
1152     output.C
1153     output_docbook.C
1154     output_latex.C
1155     output_plaintext.C
1156     outputparams.C
1157     paragraph.C
1158     paragraph_funcs.C
1159     ParagraphMetrics.C
1160     pariterator.C
1161     rowpainter.C
1162     session.C
1163     sgml.C
1164     tex-accent.C
1165     tex-strings.C
1166     texrow.C
1167     text.C
1168     text2.C
1169     text3.C
1170     TextMetrics.C
1171     toc.C
1172     trans.C
1173     trans_mgr.C
1174     undo.C
1175     vc-backend.C
1176     version.C
1177     vspace.C
1178 ''')
1179
1180
1181 src_post_files = Split('''
1182     tabular.C
1183     dimension.C
1184     PrinterParams.C
1185     box.C
1186     Thesaurus.C
1187     SpellBase.C
1188 ''')
1189
1190
1191 lib_files = Split('''
1192     CREDITS
1193     chkconfig.ltx
1194     external_templates
1195     encodings
1196     languages
1197     symbols
1198     syntax.default
1199     unicodesymbols
1200     configure.py
1201 ''')
1202
1203
1204 # do not install, ignore
1205 lib_image_noinst_files = Split('''
1206     images/README
1207     images/font-smallcaps.xpm
1208     images/math/ams_arrows.xbm
1209     images/math/ams_misc.xbm
1210     images/math/ams_nrel.xbm
1211     images/math/ams_ops.xbm
1212     images/math/ams_rel.xbm
1213     images/math/arrows.xbm
1214     images/math/bop.xbm
1215     images/math/brel.xbm
1216     images/math/deco.xbm
1217     images/math/deco.xpm
1218     images/math/delim0.xpm
1219     images/math/delim1.xpm
1220     images/math/delim.xbm
1221     images/math/dots.xbm
1222     images/math/font.xbm
1223     images/math/greek.xbm
1224     images/math/misc.xbm
1225     images/math/varsz.xbm
1226 ''')
1227
1228
1229 lib_bind_de_files = Split('''
1230     menus.bind
1231 ''')
1232
1233 lib_bind_fi_files = Split('''
1234     menus.bind
1235 ''')
1236
1237 lib_bind_pt_files = Split('''
1238     menus.bind
1239 ''')
1240
1241 lib_bind_sv_files = Split('''
1242     menus.bind
1243 ''')
1244
1245 lib_bind_files = Split('''
1246     broadway.bind
1247     cua.bind
1248     cyrkeys.bind
1249     emacs.bind
1250     greekkeys.bind
1251     hollywood.bind
1252     latinkeys.bind
1253     mac.bind
1254     math.bind
1255     menus.bind
1256     sciword.bind
1257     xemacs.bind
1258     aqua.bind
1259 ''')
1260
1261
1262 lib_examples_ca_files = Split('''
1263     splash.lyx
1264 ''')
1265
1266 lib_examples_cs_files = Split('''
1267     splash.lyx
1268 ''')
1269
1270 lib_examples_da_files = Split('''
1271     splash.lyx
1272 ''')
1273
1274 lib_examples_de_files = Split('''
1275     ItemizeBullets.lyx
1276     Lebenslauf.lyx
1277     Minipage.lyx
1278     TableExamples.lyx
1279     Waehrungen.lyx
1280     beispiel_gelyxt.lyx
1281     beispiel_roh.lyx
1282     splash.lyx
1283     mathed.lyx
1284     multicol.lyx
1285 ''')
1286
1287 lib_examples_es_files = Split('''
1288     ejemplo_con_lyx.lyx
1289     ejemplo_sin_lyx.lyx
1290     splash.lyx
1291 ''')
1292
1293 lib_examples_eu_files = Split('''
1294     adibide_gordina.lyx
1295     adibide_lyx-atua.lyx
1296     splash.lyx
1297 ''')
1298
1299 lib_examples_fr_files = Split('''
1300     AlignementDecimal.lyx
1301     CV.lyx
1302     ExemplesTableaux.lyx
1303     Foils.lyx
1304     ListesPuces.lyx
1305     Minipage.lyx
1306     exemple_brut.lyx
1307     exemple_lyxifie.lyx
1308     mathed.lyx
1309     multicol.lyx
1310     splash.lyx
1311 ''')
1312
1313 lib_examples_he_files = Split('''
1314     example_raw.lyx
1315     he_example_lyxified.lyx
1316     he_example_raw.lyx
1317 ''')
1318
1319 lib_examples_hu_files = Split('''
1320     splash.lyx
1321 ''')
1322
1323 lib_examples_it_files = Split('''
1324     ItemizeBullets.lyx
1325     splash.lyx
1326 ''')
1327
1328 lib_examples_nl_files = Split('''
1329     multicol.lyx
1330     opsommingstekens.lyx
1331     splash.lyx
1332     voorbeeld_ruw.lyx
1333     voorbeeld_verlyxt.lyx
1334 ''')
1335
1336 lib_examples_pl_files = Split('''
1337     splash.lyx
1338 ''')
1339
1340 lib_examples_pt_files = Split('''
1341     splash.lyx
1342 ''')
1343
1344 lib_examples_ru_files = Split('''
1345     splash.lyx
1346 ''')
1347
1348 lib_examples_sl_files = Split('''
1349     primer_lyxan.lyx
1350     primer_surov.lyx
1351     splash.lyx
1352 ''')
1353
1354 lib_examples_ro_files = Split('''
1355     splash.lyx
1356 ''')
1357
1358 lib_examples_files = Split('''
1359     Foils.lyx
1360     ItemizeBullets.lyx
1361     Literate.lyx
1362     Minipage.lyx
1363     TableExamples.lyx
1364     aa_sample.lyx
1365     aas_sample.lyx
1366     amsart-test.lyx
1367     amsbook-test.lyx
1368     beamer-g4.jpg
1369     beamer-g4-mask.jpg
1370     beamer-icsi-logo.pdf
1371     beamer-knight1-mask.png
1372     beamer-knight1.png
1373     beamer-knight2-mask.png
1374     beamer-knight2.png
1375     beamer-knight3-mask.png
1376     beamer-knight3.png
1377     beamer-knight4-mask.png
1378     beamer-knight4.png
1379     beamerlyxexample1.lyx
1380     chess-article.lyx
1381     chessgame.lyx
1382     currency.lyx
1383     cv.lyx
1384     docbook_article.lyx
1385     example_lyxified.lyx
1386     example_raw.lyx
1387     iecc05.fen
1388     iecc07.fen
1389     iecc12.fen
1390     landslide.lyx
1391     listerrors.lyx
1392     mathed.lyx
1393     multicol.lyx
1394     noweb2lyx.lyx
1395     script_form.lyx
1396     splash.lyx
1397     g-brief2.lyx
1398 ''')
1399
1400 lib_fonts_files = Split('''
1401     BaKoMaFontLicense.txt
1402     cmex10.ttf
1403     cmmi10.ttf
1404     cmr10.ttf
1405     cmsy10.ttf
1406     eufm10.ttf
1407     msam10.ttf
1408     msbm10.ttf
1409     ReadmeBaKoMa4LyX.txt
1410     wasy10.ttf
1411 ''')
1412
1413 lib_images_files = Split('''
1414     all-changes-reject.xpm
1415     all-changes-accept.xpm
1416     amssymb.xpm
1417     banner.png
1418     bookmark-goto.xpm
1419     bookmark-save.xpm
1420     break-line.xpm
1421     buffer-close.xpm
1422     buffer-export_dvi.xpm
1423     buffer-export_latex.xpm
1424     buffer-export_pdf2.xpm
1425     buffer-export_ps.xpm
1426     buffer-export_text.xpm
1427     buffer-new.xpm
1428     buffer-reload.xpm
1429     buffer-update_dvi.xpm
1430     buffer-update_pdf2.xpm
1431     buffer-update_ps.xpm
1432     buffer-view_dvi.xpm
1433     buffer-view_pdf2.xpm
1434     buffer-view_ps.xpm
1435     buffer-write-as.xpm
1436     buffer-write.xpm
1437     build-program.xpm
1438     change-accept.xpm
1439     change-next.xpm
1440     change-reject.xpm
1441     changes-merge.xpm
1442     changes-output.xpm
1443     changes-track.xpm
1444     copy.xpm
1445     cut.xpm
1446     depth-decrement.xpm
1447     depth-increment.xpm
1448     dialog-preferences.xpm
1449     dialog-show-new-inset_citation.xpm
1450     dialog-show-new-inset_graphics.xpm
1451     dialog-show-new-inset_include.xpm
1452     dialog-show-new-inset_ref.xpm
1453     dialog-show_character.xpm
1454     dialog-show_findreplace.xpm
1455     dialog-show_mathdelimiter.xpm
1456     dialog-show_mathmatrix.xpm
1457     dialog-show_print.xpm
1458     dialog-show_spellchecker.xpm
1459     down.xpm
1460     ert-insert.xpm
1461     file-open.xpm
1462     float-insert_figure.xpm
1463     float-insert_table.xpm
1464     font-bold.xpm
1465     font-emph.xpm
1466     font-free-apply.xpm
1467     font-noun.xpm
1468     font-sans.xpm
1469     footnote-insert.xpm
1470     index-insert.xpm
1471     label-insert.xpm
1472     layout.xpm
1473     layout-document.xpm
1474     layout-paragraph.xpm
1475     layout_Description.xpm
1476     layout_Enumerate.xpm
1477     layout_Itemize.xpm
1478     layout_List.xpm
1479     layout_LyX-Code.xpm
1480     layout_Scrap.xpm
1481     layout_Section.xpm
1482     lyx-quit.xpm
1483     lyx.xpm
1484     marginalnote-insert.xpm
1485     math-display.xpm
1486     math-matrix.xpm
1487     math-mode.xpm
1488     math-subscript.xpm
1489     math-superscript.xpm
1490     nomencl-insert.xpm
1491     note-insert.xpm
1492     note-next.xpm
1493     paste.xpm
1494     psnfss1.xpm
1495     psnfss2.xpm
1496     psnfss3.xpm
1497     psnfss4.xpm
1498     redo.xpm
1499     standard.xpm
1500     tabular-feature_align-center.xpm
1501     tabular-feature_align-left.xpm
1502     tabular-feature_align-right.xpm
1503     tabular-feature_append-column.xpm
1504     tabular-feature_append-row.xpm
1505     tabular-feature_delete-column.xpm
1506     tabular-feature_delete-row.xpm
1507     tabular-feature_multicolumn.xpm
1508     tabular-feature_set-all-lines.xpm
1509     tabular-feature_set-longtabular.xpm
1510     tabular-feature_set-rotate-cell.xpm
1511     tabular-feature_set-rotate-tabular.xpm
1512     tabular-feature_toggle-line-bottom.xpm
1513     tabular-feature_toggle-line-left.xpm
1514     tabular-feature_toggle-line-right.xpm
1515     tabular-feature_toggle-line-top.xpm
1516     tabular-feature_unset-all-lines.xpm
1517     tabular-feature_valign-bottom.xpm
1518     tabular-feature_valign-middle.xpm
1519     tabular-feature_valign-top.xpm
1520     tabular-insert.xpm
1521     thesaurus-entry.xpm
1522     toc-view.xpm
1523     undo.xpm
1524     unknown.xpm
1525     up.xpm
1526     url-insert.xpm
1527 ''')
1528
1529
1530 lib_images_math_files = Split('''
1531     style.xbm
1532     font.xpm
1533     delim.xpm
1534     equation.xpm
1535     matrix.xpm
1536     space.xpm
1537     sqrt-square.xpm
1538     style.xpm
1539     sub.xpm
1540     super.xpm
1541     Bbbk.xpm
1542     Finv.xpm
1543     Game.xpm
1544     Im.xpm
1545     Lleftarrow.xpm
1546     Rrightarrow.xpm
1547     Lsh.xpm
1548     Re.xpm
1549     Rsh.xpm
1550     Vert.xpm
1551     Vvdash.xpm
1552     acute.xpm
1553     aleph.xpm
1554     alpha.xpm
1555     amalg.xpm
1556     angle.xpm
1557     approx.xpm
1558     approxeq.xpm
1559     asymp.xpm
1560     backepsilon.xpm
1561     backprime.xpm
1562     backsim.xpm
1563     backsimeq.xpm
1564     backslash.xpm
1565     bar.xpm
1566     bars.xpm
1567     barwedge.xpm
1568     because.xpm
1569     beta.xpm
1570     beth.xpm
1571     between.xpm
1572     bigcap.xpm
1573     bigcirc.xpm
1574     bigcup.xpm
1575     bigodot.xpm
1576     bigoplus.xpm
1577     bigotimes.xpm
1578     bigsqcup.xpm
1579     bigstar.xpm
1580     bigtriangledown.xpm
1581     bigtriangleup.xpm
1582     biguplus.xpm
1583     bigvee.xpm
1584     bigwedge.xpm
1585     blacklozenge.xpm
1586     blacksquare.xpm
1587     blacktriangle.xpm
1588     blacktriangledown.xpm
1589     blacktriangleleft.xpm
1590     blacktriangleright.xpm
1591     bot.xpm
1592     bowtie.xpm
1593     boxdot.xpm
1594     boxminus.xpm
1595     boxplus.xpm
1596     boxtimes.xpm
1597     breve.xpm
1598     bullet.xpm
1599     bumpeq.xpm
1600     bumpeq2.xpm
1601     cap.xpm
1602     cap2.xpm
1603     cases.xpm
1604     cdot.xpm
1605     cdots.xpm
1606     centerdot.xpm
1607     check.xpm
1608     chi.xpm
1609     circ.xpm
1610     circeq.xpm
1611     circlearrowleft.xpm
1612     circlearrowright.xpm
1613     circledS.xpm
1614     circledast.xpm
1615     circledcirc.xpm
1616     circleddash.xpm
1617     clubsuit.xpm
1618     complement.xpm
1619     cong.xpm
1620     coprod.xpm
1621     cup.xpm
1622     cup2.xpm
1623     curlyeqprec.xpm
1624     curlyeqsucc.xpm
1625     curlyvee.xpm
1626     curlywedge.xpm
1627     curvearrowleft.xpm
1628     curvearrowright.xpm
1629     dagger.xpm
1630     daleth.xpm
1631     dashleftarrow.xpm
1632     dashrightarrow.xpm
1633     dashv.xpm
1634     ddagger.xpm
1635     ddot.xpm
1636     ddots.xpm
1637     delta.xpm
1638     delta2.xpm
1639     diagdown.xpm
1640     diagup.xpm
1641     diamond.xpm
1642     diamondsuit.xpm
1643     digamma.xpm
1644     div.xpm
1645     divideontimes.xpm
1646     dot.xpm
1647     doteq.xpm
1648     doteqdot.xpm
1649     dotsint.xpm
1650     dotsintop.xpm
1651     dotplus.xpm
1652     doublebarwedge.xpm
1653     downarrow.xpm
1654     downarrow2.xpm
1655     downdownarrows.xpm
1656     downharpoonleft.xpm
1657     downharpoonright.xpm
1658     ell.xpm
1659     empty.xpm
1660     emptyset.xpm
1661     epsilon.xpm
1662     eqcirc.xpm
1663     eqslantgtr.xpm
1664     eqslantless.xpm
1665     equiv.xpm
1666     eta.xpm
1667     eth.xpm
1668     exists.xpm
1669     fallingdotseq.xpm
1670     flat.xpm
1671     forall.xpm
1672     frac.xpm
1673     frac-square.xpm
1674     frown.xpm
1675     gamma.xpm
1676     gamma2.xpm
1677     geq.xpm
1678     geqq.xpm
1679     geqslant.xpm
1680     gg.xpm
1681     ggg.xpm
1682     gimel.xpm
1683     gnapprox.xpm
1684     gneq.xpm
1685     gneqq.xpm
1686     gnsim.xpm
1687     grave.xpm
1688     gtrapprox.xpm
1689     gtrdot.xpm
1690     gtreqless.xpm
1691     gtreqqless.xpm
1692     gtrless.xpm
1693     gtrsim.xpm
1694     gvertneqq.xpm
1695     hat.xpm
1696     hbar.xpm
1697     heartsuit.xpm
1698     hookleftarrow.xpm
1699     hookrightarrow.xpm
1700     hphantom.xpm
1701     hslash.xpm
1702     iiiint.xpm
1703     iiiintop.xpm
1704     iiint.xpm
1705     iiintop.xpm
1706     iintop.xpm
1707     iint.xpm
1708     imath.xpm
1709     in.xpm
1710     infty.xpm
1711     int.xpm
1712     intercal.xpm
1713     intop.xpm
1714     iota.xpm
1715     jmath.xpm
1716     kappa.xpm
1717     lambda.xpm
1718     lambda2.xpm
1719     langle.xpm
1720     lbrace.xpm
1721     lbrace_rbrace.xpm
1722     lbracket.xpm
1723     lbracket_rbracket.xpm
1724     lceil.xpm
1725     lceil_rceil.xpm
1726     ldots.xpm
1727     leftarrow.xpm
1728     leftarrow2.xpm
1729     leftarrowtail.xpm
1730     leftharpoondown.xpm
1731     leftharpoonup.xpm
1732     leftleftarrows.xpm
1733     leftrightarrow.xpm
1734     leftrightarrow2.xpm
1735     leftrightarrows.xpm
1736     leftrightharpoons.xpm
1737     leftrightsquigarrow.xpm
1738     leftthreetimes.xpm
1739     leq.xpm
1740     leqq.xpm
1741     leqslant.xpm
1742     lessapprox.xpm
1743     lessdot.xpm
1744     lesseqgtr.xpm
1745     lesseqqgtr.xpm
1746     lessgtr.xpm
1747     lesssim.xpm
1748     lfloor.xpm
1749     lfloor_rfloor.xpm
1750     ll.xpm
1751     llcorner.xpm
1752     lll.xpm
1753     lnapprox.xpm
1754     lneq.xpm
1755     lneqq.xpm
1756     lnsim.xpm
1757     longleftarrow.xpm
1758     longleftarrow2.xpm
1759     longleftrightarrow.xpm
1760     longleftrightarrow2.xpm
1761     longmapsto.xpm
1762     longrightarrow.xpm
1763     longrightarrow2.xpm
1764     looparrowleft.xpm
1765     looparrowright.xpm
1766     lozenge.xpm
1767     lparen.xpm
1768     lparen_rparen.xpm
1769     lrcorner.xpm
1770     ltimes.xpm
1771     lvertneqq.xpm
1772     mapsto.xpm
1773     mathbb_C.xpm
1774     mathbb_H.xpm
1775     mathbb_N.xpm
1776     mathbb_Q.xpm
1777     mathbb_R.xpm
1778     mathbb_Z.xpm
1779     mathcal_F.xpm
1780     mathcal_H.xpm
1781     mathcal_L.xpm
1782     mathcal_O.xpm
1783     mathcircumflex.xpm
1784     mathrm_T.xpm
1785     measuredangle.xpm
1786     mho.xpm
1787     mid.xpm
1788     models.xpm
1789     mp.xpm
1790     mu.xpm
1791     multimap.xpm
1792     nabla.xpm
1793     natural.xpm
1794     ncong.xpm
1795     nearrow.xpm
1796     neg.xpm
1797     neq.xpm
1798     nexists.xpm
1799     ngeq.xpm
1800     ngeqq.xpm
1801     ngeqslant.xpm
1802     ngtr.xpm
1803     ni.xpm
1804     nleftarrow.xpm
1805     nleftarrow2.xpm
1806     nleftrightarrow.xpm
1807     nleftrightarrow2.xpm
1808     nleq.xpm
1809     nleqq.xpm
1810     nleqslant.xpm
1811     nless.xpm
1812     nmid.xpm
1813     notin.xpm
1814     nparallel.xpm
1815     nprec.xpm
1816     npreceq.xpm
1817     nrightarrow.xpm
1818     nrightarrow2.xpm
1819     nshortmid.xpm
1820     nshortparallel.xpm
1821     nsim.xpm
1822     nsubseteq.xpm
1823     nsucc.xpm
1824     nsucceq.xpm
1825     nsupseteq.xpm
1826     nsupseteqq.xpm
1827     ntriangleleft.xpm
1828     ntrianglelefteq.xpm
1829     ntriangleright.xpm
1830     ntrianglerighteq.xpm
1831     nu.xpm
1832     nvdash.xpm
1833     nvdash2.xpm
1834     nvdash3.xpm
1835     nwarrow.xpm
1836     odot.xpm
1837     oiint.xpm
1838     oiintop.xpm
1839     oint.xpm
1840     ointclockwise.xpm
1841     ointclockwiseop.xpm
1842     ointctrclockwise.xpm
1843     ointctrclockwiseop.xpm
1844     ointop.xpm
1845     omega.xpm
1846     omega2.xpm
1847     ominus.xpm
1848     oplus.xpm
1849     oslash.xpm
1850     otimes.xpm
1851     overbrace.xpm
1852     overleftarrow.xpm
1853     overleftrightarrow.xpm
1854     overline.xpm
1855     overrightarrow.xpm
1856     overset.xpm
1857     parallel.xpm
1858     partial.xpm
1859     perp.xpm
1860     phantom.xpm
1861     phi.xpm
1862     phi2.xpm
1863     pi.xpm
1864     pi2.xpm
1865     pitchfork.xpm
1866     pm.xpm
1867     prec.xpm
1868     precapprox.xpm
1869     preccurlyeq.xpm
1870     preceq.xpm
1871     precnapprox.xpm
1872     precnsim.xpm
1873     precsim.xpm
1874     prime.xpm
1875     prod.xpm
1876     propto.xpm
1877     psi.xpm
1878     psi2.xpm
1879     rangle.xpm
1880     rbrace.xpm
1881     rbracket.xpm
1882     rceil.xpm
1883     rfloor.xpm
1884     rho.xpm
1885     rightarrow.xpm
1886     rightarrow2.xpm
1887     rightarrowtail.xpm
1888     rightharpoondown.xpm
1889     rightharpoonup.xpm
1890     rightleftarrows.xpm
1891     rightleftharpoons.xpm
1892     rightrightarrows.xpm
1893     rightsquigarrow.xpm
1894     rightthreetimes.xpm
1895     risingdotseq.xpm
1896     root.xpm
1897     rparen.xpm
1898     rtimes.xpm
1899     searrow.xpm
1900     setminus.xpm
1901     sharp.xpm
1902     shortmid.xpm
1903     shortparallel.xpm
1904     sigma.xpm
1905     sigma2.xpm
1906     sim.xpm
1907     simeq.xpm
1908     slash.xpm
1909     smallfrown.xpm
1910     smallsetminus.xpm
1911     smallsmile.xpm
1912     smile.xpm
1913     spadesuit.xpm
1914     sphericalangle.xpm
1915     sqcap.xpm
1916     sqcup.xpm
1917     sqiint.xpm
1918     sqiintop.xpm
1919     sqint.xpm
1920     sqintop.xpm
1921     sqrt.xpm
1922     sqsubset.xpm
1923     sqsubseteq.xpm
1924     sqsupset.xpm
1925     sqsupseteq.xpm
1926     square.xpm
1927     star.xpm
1928     subset.xpm
1929     subset2.xpm
1930     subseteq.xpm
1931     subseteqq.xpm
1932     subsetneq.xpm
1933     subsetneqq.xpm
1934     succ.xpm
1935     succapprox.xpm
1936     succcurlyeq.xpm
1937     succeq.xpm
1938     succnapprox.xpm
1939     succnsim.xpm
1940     succsim.xpm
1941     sum.xpm
1942     supset.xpm
1943     supset2.xpm
1944     supseteq.xpm
1945     supseteqq.xpm
1946     supsetneq.xpm
1947     supsetneqq.xpm
1948     surd.xpm
1949     swarrow.xpm
1950     tau.xpm
1951     textrm_Oe.xpm
1952     textrm_AA.xpm
1953     therefore.xpm
1954     theta.xpm
1955     theta2.xpm
1956     thickapprox.xpm
1957     thicksim.xpm
1958     tilde.xpm
1959     times.xpm
1960     top.xpm
1961     triangle.xpm
1962     triangledown.xpm
1963     triangleleft.xpm
1964     trianglelefteq.xpm
1965     triangleq.xpm
1966     triangleright.xpm
1967     trianglerighteq.xpm
1968     twoheadleftarrow.xpm
1969     twoheadrightarrow.xpm
1970     ulcorner.xpm
1971     underbrace.xpm
1972     underleftarrow.xpm
1973     underleftrightarrow.xpm
1974     underline.xpm
1975     underrightarrow.xpm
1976     underscore.xpm
1977     underset.xpm
1978     uparrow.xpm
1979     uparrow2.xpm
1980     updownarrow.xpm
1981     updownarrow2.xpm
1982     upharpoonleft.xpm
1983     upharpoonright.xpm
1984     uplus.xpm
1985     upsilon.xpm
1986     upsilon2.xpm
1987     upuparrows.xpm
1988     urcorner.xpm
1989     varepsilon.xpm
1990     varkappa.xpm
1991     varnothing.xpm
1992     varphi.xpm
1993     varpi.xpm
1994     varpropto.xpm
1995     varsigma.xpm
1996     varsubsetneq.xpm
1997     varsubsetneqq.xpm
1998     varsupsetneq.xpm
1999     varsupsetneqq.xpm
2000     vartheta.xpm
2001     vartriangle.xpm
2002     vartriangleleft.xpm
2003     vartriangleright.xpm
2004     vdash.xpm
2005     vdash2.xpm
2006     vdash3.xpm
2007     vdots.xpm
2008     vec.xpm
2009     vee.xpm
2010     veebar.xpm
2011     vphantom.xpm
2012     wedge.xpm
2013     widehat.xpm
2014     widetilde.xpm
2015     wp.xpm
2016     wr.xpm
2017     xi.xpm
2018     xi2.xpm
2019     zeta.xpm
2020 ''')
2021
2022
2023 lib_kbd_files = Split('''
2024     american-2.kmap
2025     american.kmap
2026     arabic.kmap
2027     bg-bds-1251.kmap
2028     brazil.kmap
2029     brazil2.kmap
2030     czech-prg.kmap
2031     czech.kmap
2032     european.kmap
2033     francais.kmap
2034     french.kmap
2035     german-2.kmap
2036     german-3.kmap
2037     german.kmap
2038     greek.kmap
2039     hebrew.kmap
2040     koi8-r.kmap
2041     koi8-u.kmap
2042     latvian.kmap
2043     magyar-2.kmap
2044     magyar-3.kmap
2045     magyar.kmap
2046     null.kmap
2047     polish.kmap
2048     polski.kmap
2049     portuges.kmap
2050     romanian.kmap
2051     serbian.kmap
2052     serbocroatian.kmap
2053     sf.kmap
2054     sg.kmap
2055     slovak.kmap
2056     slovene.kmap
2057     thai-kedmanee.kmap
2058     transilvanian.kmap
2059     turkish-f.kmap
2060     turkish.kmap
2061     espanol.kmap
2062 ''')
2063
2064
2065 lib_layouts_files = Split('''
2066     IEEEtran.layout
2067     aa.layout
2068     aapaper.layout
2069     aastex.layout
2070     agu-dtd.layout
2071     agums.layout
2072     amsart-plain.layout
2073     amsart-seq.layout
2074     amsart.layout
2075     amsbook.layout
2076     apa.layout
2077     arab-article.layout
2078     article.layout
2079     beamer.layout
2080     book.layout
2081     broadway.layout
2082     chess.layout
2083     cl2emult.layout
2084     cv.layout
2085     dinbrief.layout
2086     docbook-book.layout
2087     docbook-chapter.layout
2088     docbook-section.layout
2089     docbook.layout
2090     dtk.layout
2091     egs.layout
2092     elsart.layout
2093     entcs.layout
2094     europecv.layout
2095     extarticle.layout
2096     extbook.layout
2097     extletter.layout
2098     extreport.layout
2099     foils.layout
2100     g-brief-de.layout
2101     g-brief-en.layout
2102     g-brief2.layout
2103     heb-article.layout
2104     heb-letter.layout
2105     hollywood.layout
2106     ijmpc.layout
2107     ijmpd.layout
2108     isprs.layout
2109     jgrga.layout
2110     kluwer.layout
2111     latex8.layout
2112     letter.layout
2113     literate-article.layout
2114     literate-book.layout
2115     literate-report.layout
2116     llncs.layout
2117     ltugboat.layout
2118     manpage.layout
2119     memoir.layout
2120     moderncv.layout
2121     mwart.layout
2122     mwbk.layout
2123     mwrep.layout
2124     paper.layout
2125     report.layout
2126     revtex.layout
2127     revtex4.layout
2128     scrartcl.layout
2129     scrbook.layout
2130     scrlettr.layout
2131     scrlttr2.layout
2132     scrreprt.layout
2133     seminar.layout
2134     siamltex.layout
2135     slides.layout
2136     spie.layout
2137     svglobal.layout
2138     svjog.layout
2139     svprobth.layout
2140     aapaper.inc
2141     agu_stdclass.inc
2142     agu_stdcounters.inc
2143     agu_stdlists.inc
2144     agu_stdsections.inc
2145     agu_stdtitle.inc
2146     aguplus.inc
2147     amsdefs.inc
2148     amsmaths-plain.inc
2149     amsmaths-seq.inc
2150     amsmaths.inc
2151     db_lyxmacros.inc
2152     db_stdcharstyles.inc
2153     db_stdclass.inc
2154     db_stdcounters.inc
2155     db_stdlayouts.inc
2156     db_stdlists.inc
2157     db_stdsections.inc
2158     db_stdstarsections.inc
2159     db_stdstruct.inc
2160     db_stdtitle.inc
2161     literate-scrap.inc
2162     lyxmacros.inc
2163     numarticle.inc
2164     numreport.inc
2165     numrevtex.inc
2166     scrclass.inc
2167     stdclass.inc
2168     stdcounters.inc
2169     stdfloats.inc
2170     stdlayouts.inc
2171     stdletter.inc
2172     stdlists.inc
2173     stdsections.inc
2174     stdstarsections.inc
2175     stdstruct.inc
2176     stdtitle.inc
2177     svjour.inc
2178 ''')
2179
2180
2181 lib_scripts_files = Split('''
2182     TeXFiles.py
2183     clean_dvi.py
2184     convertDefault.py
2185     date.py
2186     fen2ascii.py
2187     fig2pdftex.py
2188     fig2pstex.py
2189     fig_copy.py
2190     layout2layout.py
2191     legacy_lyxpreview2ppm.py
2192     listerrors
2193     lyxpreview2bitmap.py
2194     lyxpreview_tools.py
2195     tex_copy.py
2196 ''')
2197
2198
2199 lib_templates_files = Split('''
2200     IEEEtran.lyx
2201     README.new_templates
2202     aa.lyx
2203     aastex.lyx
2204     agu_article.lyx
2205     beamer-conference-ornate-20min.lyx
2206     biblioExample.bib
2207     CV-image.eps
2208     CV-image.png
2209     de_beamer-conference-ornate-20min.lyx
2210     dinbrief.lyx
2211     docbook_article.lyx
2212     elsart.lyx
2213     europeCV.lyx
2214     fr_beamer-conference-ornate-20min.lyx
2215     g-brief2.lyx
2216     g-brief-de.lyx
2217     g-brief-en.lyx
2218     ijmpc.lyx
2219     ijmpd.lyx
2220     hollywood.lyx
2221     kluwer.lyx
2222     koma-letter2.lyx
2223     latex8.lyx
2224     letter.lyx
2225     modernCV.lyx
2226     revtex.lyx
2227     revtex4.lyx
2228     slides.lyx
2229 ''')
2230
2231
2232 lib_tex_files = Split('''
2233     broadway.cls
2234     cv.cls
2235     hollywood.cls
2236     lyxchess.sty
2237     lyxskak.sty
2238     revtex.cls
2239 ''')
2240
2241
2242 lib_ui_files = Split('''
2243     classic.ui
2244     default.ui
2245     stdmenus.inc
2246     stdtoolbars.inc
2247 ''')
2248
2249 lib_doc_clipart_files = Split('''
2250     BoxInsetDefaultQt4.png
2251     ChildDocumentQt4.png
2252     CommentNoteImageQt4.png
2253     escher-lsd.eps
2254     endnotes.pdf
2255     ExternalMaterialQt4.png
2256     floatQt4.png
2257     footnoteQt4.png
2258     FramedNoteImageQt4.png
2259     GreyedOutNoteImageQt4.png
2260     labelQt4.png
2261     LyXNoteImageQt4.png
2262     mobius.eps
2263     platypus.eps
2264     referenceQt4.png
2265     ShadedNoteImageQt4.png
2266     with_fntright.pdf
2267     without_fntright.pdf
2268 ''')
2269
2270 lib_doc_cs_files = Split('''
2271     Tutorial.lyx
2272 ''')
2273
2274 lib_doc_da_files = Split('''
2275     Intro.lyx
2276 ''')
2277
2278 lib_doc_de_files = Split('''
2279     Customization.lyx
2280     Extended.lyx
2281     FAQ.lyx
2282     Intro.lyx
2283     Tutorial.lyx
2284     UserGuide.lyx
2285 ''')
2286
2287 lib_doc_es_files = Split('''
2288     DocumentoPostizo1.lyx
2289     DocumentoPostizo2.lyx
2290     DocumentoTextoPostizo.txt
2291     EmbeddedObjects.lyx
2292     Extended.lyx
2293     Intro.lyx
2294     Tutorial.lyx
2295 ''')
2296
2297 lib_doc_es_clipart_files = Split('''
2298     ComentNotaImagenQt4.png
2299     CuadroMinipagQt4.png
2300     DocumentoHijoQt4.png
2301     etiquetaQt4.png
2302     flotanteQt4.png
2303     GrisNotaImagenQt4.png
2304     MaterialExternoQt4.png
2305     NotaEnmarcadaImg.png
2306     NotaLyXImagenQt4.png
2307     notapieQt4.png
2308     NotaSombreadaImg.png
2309     referenciaQt4.png
2310 ''')
2311
2312 lib_doc_eu_files = Split('''
2313     Customization.lyx
2314     Extended.lyx
2315     FAQ.lyx
2316     Intro.lyx
2317     Tutorial.lyx
2318     UserGuide.lyx
2319 ''')
2320
2321 lib_doc_fr_files = Split('''
2322     Customization.lyx
2323     Extended.lyx
2324     FAQ.lyx
2325     Intro.lyx
2326     Tutorial.lyx
2327     UserGuide.lyx
2328 ''')
2329
2330 lib_doc_he_files = Split('''
2331     Intro.lyx
2332     Tutorial.lyx
2333 ''')
2334
2335 lib_doc_hu_files = Split('''
2336     Intro.lyx
2337     Tutorial.lyx
2338 ''')
2339
2340 lib_doc_it_files = Split('''
2341     Customization.lyx
2342     Intro.lyx
2343     Tutorial.lyx
2344     UserGuide.lyx
2345 ''')
2346
2347 lib_doc_nl_files = Split('''
2348     Intro.lyx
2349     Tutorial.lyx
2350 ''')
2351
2352 lib_doc_nb_files = Split('''
2353     Intro.lyx
2354 ''')
2355
2356 lib_doc_pl_files = Split('''
2357     Extended.lyx
2358     Intro.lyx
2359     Tutorial.lyx
2360 ''')
2361
2362 lib_doc_pt_files = Split('''
2363     Intro.lyx
2364     Tutorial.lyx
2365 ''')
2366
2367 lib_doc_ro_files = Split('''
2368     Intro.lyx
2369 ''')
2370
2371 lib_doc_ru_files = Split('''
2372     FAQ.lyx
2373     Intro.lyx
2374     Tutorial.lyx
2375 ''')
2376
2377 lib_doc_sk_files = Split('''
2378     Tutorial.lyx
2379     UserGuide.lyx
2380 ''')
2381
2382 lib_doc_sl_files = Split('''
2383     Intro.lyx
2384     Tutorial.lyx
2385 ''')
2386
2387 lib_doc_sv_files = Split('''
2388     Intro.lyx
2389     Tutorial.lyx
2390 ''')
2391
2392 lib_doc_files = Split('''
2393     Customization.lyx
2394     DocStyle.lyx
2395     DummyTextDocument.txt
2396     DummyDocument1.lyx
2397     DummyDocument2.lyx
2398     EmbeddedObjects.lyx
2399     Extended.lyx
2400     FAQ.lyx
2401     Intro.lyx
2402     LaTeXConfig.lyx.in
2403     Reference.lyx
2404     Tutorial.lyx
2405     UserGuide.lyx
2406 ''')
2407
2408
2409 lib_lyx2lyx_files = Split('''
2410     lyx2lyx
2411     lyx2lyx_lang.py
2412     generate_encoding_info.py
2413     parser_tools.py
2414     LyX.py
2415     lyx_0_06.py
2416     lyx_0_08.py
2417     lyx_0_10.py
2418     lyx_0_12.py
2419     lyx_1_0.py
2420     lyx_1_1.py
2421     lyx_1_1_5.py
2422     lyx_1_1_6_0.py
2423     lyx_1_1_6_3.py
2424     lyx_1_2.py
2425     lyx_1_3.py
2426     lyx_1_4.py
2427     lyx_1_5.py
2428     profiling.py
2429     test_parser_tools.py
2430 ''')
2431
2432
2433 win32_bakoma_fonts = Split('''
2434     Readme.txt
2435     Licence.txt
2436     cmex10.ttf
2437     cmr10.ttf
2438     eufm10.ttf
2439     msbm10.ttf
2440     cmmi10.ttf
2441     cmsy10.ttf
2442     msam10.ttf
2443     wasy10.ttf
2444 ''')
2445
2446
2447 win32_packaging_installer_files = Split('''
2448     license.rtf
2449     lyx.nsi
2450     settings.nsh
2451     settings.user.nsh
2452 ''')
2453
2454
2455 win32_packaging_installer_components_files = Split('''
2456     configure.nsh
2457     dicts.nsh
2458     langselect.nsh
2459     uninstall.nsh
2460     viewer.nsh
2461     core.nsh
2462     external.nsh
2463     reinstall.nsh
2464     user.nsh
2465 ''')
2466
2467
2468 win32_packaging_installer_dialogs_files = Split('''
2469     external.ini
2470     langselect.ini
2471     reinstall.ini
2472     user.ini
2473     viewer.ini
2474 ''')
2475
2476
2477 win32_packaging_installer_graphics_files = Split('''
2478     header.bmp
2479     wizard.bmp
2480 ''')
2481
2482
2483 win32_packaging_installer_include_files = Split('''
2484     declarations.nsh
2485     detection.nsh
2486     filelists.nsh
2487     gui.nsh
2488     init.nsh
2489     lang.nsh
2490     windows.nsh
2491 ''')
2492
2493
2494 win32_packaging_installer_lang_files = Split('''
2495     english.nsh
2496     french.nsh
2497     german.nsh
2498     italian.nsh
2499 ''')