]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Rename insets/insetxxx to insets/InsetXxx, part 1
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 intl_header_files = Split('''
4     eval-plural.h
5     gettextP.h
6     gmo.h
7     hash-string.h
8     libgnuintl.h
9     libintl.h
10     loadinfo.h
11     localcharset.h
12     os2compat.h
13     plural-exp.h
14     printf-args.h
15     printf-parse.h
16     relocatable.h
17     vasnprintf.h
18     vasnwprintf.h
19     wprintf-parse.h
20     xsize.h
21 ''')
22
23
24 intl_files = Split('''
25     bindtextdom.c
26     dcgettext.c
27     dcigettext.c
28     dcngettext.c
29     dgettext.c
30     dngettext.c
31     explodename.c
32     finddomain.c
33     gettext.c
34     intl-compat.c
35     l10nflist.c
36     loadmsgcat.c
37     localcharset.c
38     localealias.c
39     localename.c
40     log.c
41     ngettext.c
42     osdep.c
43     plural-exp.c
44     plural.c
45     printf.c
46     relocatable.c
47     textdomain.c
48 ''')
49
50
51 boost_libs_signals_src_files = Split('''
52     connection.cpp
53     named_slot_map.cpp
54     signal_base.cpp
55     slot.cpp
56     trackable.cpp
57 ''')
58
59
60 boost_libs_regex_src_files = Split('''
61     c_regex_traits.cpp
62     cpp_regex_traits.cpp
63     cregex.cpp
64     fileiter.cpp
65     instances.cpp
66     posix_api.cpp
67     regex.cpp
68     regex_debug.cpp
69     regex_raw_buffer.cpp
70     regex_traits_defaults.cpp
71     w32_regex_traits.cpp
72     wide_posix_api.cpp
73     winstances.cpp
74 ''')
75
76
77 boost_libs_filesystem_src_files = Split('''
78     exception.cpp
79     operations.cpp
80     path.cpp
81     portability.cpp
82 ''')
83
84
85 boost_libs_iostreams_src_files = Split('''
86     file_descriptor.cpp
87     mapped_file.cpp
88     zlib.cpp
89 ''')
90
91
92 src_support_header_files = Split('''
93     FileMonitor.h
94     RandomAccessList.h
95     convert.h
96     copied_ptr.h
97     cow_ptr.h
98     debugstream.h
99     docstream.h
100     docstring.h
101     environment.h
102     ExceptionMessage.h
103     filefilterlist.h
104     filename.h
105     filetools.h
106     forkedcall.h
107     forkedcallqueue.h
108     forkedcontr.h
109     fs_extras.h
110     limited_stack.h
111     lstrings.h
112     lyxalgo.h
113     lyxlib.h
114     lyxmanip.h
115     lyxtime.h
116     os.h
117     os_win32.h
118     package.h
119     path.h
120     qstring_helpers.h
121     socktools.h
122     std_istream.h
123     std_ostream.h
124     systemcall.h
125     textutils.h
126     translator.h
127     types.h
128     unicode.h
129     userinfo.h
130 ''')
131
132
133 src_support_files = Split('''
134     FileMonitor.C
135     abort.C
136     chdir.C
137     convert.C
138     copy.C
139     docstream.C
140     docstring.C
141     environment.C
142     filefilterlist.C
143     filename.C
144     filetools.C
145     forkedcall.C
146     forkedcallqueue.C
147     forkedcontr.C
148     fs_extras.C
149     getcwd.C
150     kill.C
151     lstrings.C
152     lyxsum.C
153     lyxtime.C
154     mkdir.C
155     os.C
156     package.C
157     path.C
158     qstring_helpers.C
159     rename.C
160     socktools.C
161     systemcall.C
162     tempname.C
163     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.C
249     InsetMathAMSArray.C
250     InsetMathArray.C
251     InsetMathBig.C
252     InsetMathBinom.C
253     InsetMathBoldSymbol.C
254     InsetMathBox.C
255     InsetMathBoxed.C
256     InsetMathBrace.C
257     InsetMathCases.C
258     InsetMathChar.C
259     InsetMathColor.C
260     InsetMathCommand.C
261     InsetMathComment.C
262     InsetMathDFrac.C
263     InsetMathDecoration.C
264     InsetMathDelim.C
265     InsetMathDiff.C
266     InsetMathDim.C
267     InsetMathDots.C
268     InsetMathEnv.C
269     InsetMathExFunc.C
270     InsetMathExInt.C
271     InsetMathFBox.C
272     InsetMathFont.C
273     InsetMathFontOld.C
274     InsetMathFrac.C
275     InsetMathFracBase.C
276     InsetMathFrameBox.C
277     InsetMathGrid.C
278     InsetMathHull.C
279     InsetMathKern.C
280     InsetMathLefteqn.C
281     InsetMathLim.C
282     InsetMathMacro.C
283     InsetMathMakebox.C
284     InsetMathMatrix.C
285     InsetMathNest.C
286     InsetMathNumber.C
287     InsetMathOverset.C
288     InsetMathPar.C
289     InsetMathPhantom.C
290     InsetMathRef.C
291     InsetMathRoot.C
292     InsetMathScript.C
293     InsetMathSize.C
294     InsetMathSpace.C
295     InsetMathSplit.C
296     InsetMathSqrt.C
297     InsetMathStackrel.C
298     InsetMathString.C
299     InsetMathSubstack.C
300     InsetMathSymbol.C
301     InsetMathTFrac.C
302     InsetMathTabular.C
303     InsetMathUnderset.C
304     InsetMathUnknown.C
305     InsetMathXArrow.C
306     InsetMathXYMatrix.C
307     MathAtom.C
308     MathAutoCorrect.C
309     MathData.C
310     MathExtern.C
311     MathFactory.C
312     MathMacroArgument.C
313     MathMacroTable.C
314     MathMacroTemplate.C
315     MathParser.C
316     MathStream.C
317     MathSupport.C
318     TextPainter.C
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.C
485     GraphicsCacheItem.C
486     GraphicsConverter.C
487     GraphicsImage.C
488     GraphicsLoader.C
489     GraphicsParams.C
490     GraphicsTypes.C
491     LoaderQueue.C
492     PreviewImage.C
493     PreviewLoader.C
494     Previews.C
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     decimal.lyx
1320     splash.lyx
1321     mathed.lyx
1322     multicol.lyx
1323 ''')
1324
1325 lib_examples_es_files = Split('''
1326     ejemplo_con_lyx.lyx
1327     ejemplo_sin_lyx.lyx
1328     splash.lyx
1329 ''')
1330
1331 lib_examples_eu_files = Split('''
1332     adibide_gordina.lyx
1333     adibide_lyx-atua.lyx
1334     splash.lyx
1335 ''')
1336
1337 lib_examples_fr_files = Split('''
1338     AlignementDecimal.lyx
1339     CV.lyx
1340     ExemplesTableaux.lyx
1341     Foils.lyx
1342     ListesPuces.lyx
1343     Minipage.lyx
1344     exemple_brut.lyx
1345     exemple_lyxifie.lyx
1346     mathed.lyx
1347     multicol.lyx
1348     splash.lyx
1349 ''')
1350
1351 lib_examples_he_files = Split('''
1352     example_raw.lyx
1353     he_example_lyxified.lyx
1354     he_example_raw.lyx
1355 ''')
1356
1357 lib_examples_hu_files = Split('''
1358     splash.lyx
1359 ''')
1360
1361 lib_examples_it_files = Split('''
1362     ItemizeBullets.lyx
1363     splash.lyx
1364 ''')
1365
1366 lib_examples_nl_files = Split('''
1367     multicol.lyx
1368     opsommingstekens.lyx
1369     splash.lyx
1370     voorbeeld_ruw.lyx
1371     voorbeeld_verlyxt.lyx
1372 ''')
1373
1374 lib_examples_pl_files = Split('''
1375     splash.lyx
1376 ''')
1377
1378 lib_examples_pt_files = Split('''
1379     splash.lyx
1380 ''')
1381
1382 lib_examples_ru_files = Split('''
1383     splash.lyx
1384 ''')
1385
1386 lib_examples_sl_files = Split('''
1387     primer_lyxan.lyx
1388     primer_surov.lyx
1389     splash.lyx
1390 ''')
1391
1392 lib_examples_ro_files = Split('''
1393     splash.lyx
1394 ''')
1395
1396 lib_examples_files = Split('''
1397     Foils.lyx
1398     ItemizeBullets.lyx
1399     Literate.lyx
1400     Minipage.lyx
1401     TableExamples.lyx
1402     aa_sample.lyx
1403     aas_sample.lyx
1404     amsart-test.lyx
1405     amsbook-test.lyx
1406     beamer-g4.jpg
1407     beamer-g4-mask.jpg
1408     beamer-icsi-logo.pdf
1409     beamer-knight1-mask.png
1410     beamer-knight1.png
1411     beamer-knight2-mask.png
1412     beamer-knight2.png
1413     beamer-knight3-mask.png
1414     beamer-knight3.png
1415     beamer-knight4-mask.png
1416     beamer-knight4.png
1417     beamerlyxexample1.lyx
1418     chess-article.lyx
1419     chessgame.lyx
1420     currency.lyx
1421     cv.lyx
1422     decimal.lyx
1423     docbook_article.lyx
1424     example_lyxified.lyx
1425     example_raw.lyx
1426     iecc05.fen
1427     iecc07.fen
1428     iecc12.fen
1429     landslide.lyx
1430     listerrors.lyx
1431     mathed.lyx
1432     multicol.lyx
1433     noweb2lyx.lyx
1434     script_form.lyx
1435     splash.lyx
1436     g-brief2.lyx
1437 ''')
1438
1439 lib_fonts_files = Split('''
1440     BaKoMaFontLicense.txt
1441     cmex10.ttf
1442     cmmi10.ttf
1443     cmr10.ttf
1444     cmsy10.ttf
1445     eufm10.ttf
1446     msam10.ttf
1447     msbm10.ttf
1448     ReadmeBaKoMa4LyX.txt
1449     wasy10.ttf
1450 ''')
1451
1452 lib_images_files = Split('''
1453     all-changes-reject.xpm
1454     all-changes-accept.xpm
1455     amssymb.xpm
1456     banner.png
1457     bookmark-goto.xpm
1458     bookmark-save.xpm
1459     break-line.xpm
1460     buffer-close.xpm
1461     buffer-export_dvi.xpm
1462     buffer-export_latex.xpm
1463     buffer-export_pdf2.xpm
1464     buffer-export_ps.xpm
1465     buffer-export_text.xpm
1466     buffer-new.xpm
1467     buffer-reload.xpm
1468     buffer-update_dvi.xpm
1469     buffer-update_pdf2.xpm
1470     buffer-update_ps.xpm
1471     buffer-view_dvi.xpm
1472     buffer-view_pdf2.xpm
1473     buffer-view_ps.xpm
1474     buffer-write-as.xpm
1475     buffer-write.xpm
1476     build-program.xpm
1477     change-accept.xpm
1478     change-next.xpm
1479     change-reject.xpm
1480     changes-merge.xpm
1481     changes-output.xpm
1482     changes-track.xpm
1483     copy.xpm
1484     cut.xpm
1485     depth-decrement.xpm
1486     depth-increment.xpm
1487     dialog-preferences.xpm
1488     dialog-show-new-inset_citation.xpm
1489     dialog-show-new-inset_graphics.xpm
1490     dialog-show-new-inset_include.xpm
1491     dialog-show-new-inset_ref.xpm
1492     dialog-show_character.xpm
1493     dialog-show_findreplace.xpm
1494     dialog-show_mathdelimiter.xpm
1495     dialog-show_mathmatrix.xpm
1496     dialog-show_print.xpm
1497     dialog-show_spellchecker.xpm
1498     down.xpm
1499     ert-insert.xpm
1500     file-open.xpm
1501     float-insert_figure.xpm
1502     float-insert_table.xpm
1503     font-bold.xpm
1504     font-emph.xpm
1505     font-free-apply.xpm
1506     font-noun.xpm
1507     font-sans.xpm
1508     footnote-insert.xpm
1509     index-insert.xpm
1510     label-insert.xpm
1511     layout.xpm
1512     layout-document.xpm
1513     layout-paragraph.xpm
1514     layout_Description.xpm
1515     layout_Enumerate.xpm
1516     layout_Itemize.xpm
1517     layout_List.xpm
1518     layout_LyX-Code.xpm
1519     layout_Scrap.xpm
1520     layout_Section.xpm
1521     lyx-quit.xpm
1522     lyx.xpm
1523     marginalnote-insert.xpm
1524     math-display.xpm
1525     math-matrix.xpm
1526     math-mode.xpm
1527     math-subscript.xpm
1528     math-superscript.xpm
1529     nomencl-insert.xpm
1530     note-insert.xpm
1531     note-next.xpm
1532     paste.xpm
1533     psnfss1.xpm
1534     psnfss2.xpm
1535     psnfss3.xpm
1536     psnfss4.xpm
1537     redo.xpm
1538     standard.xpm
1539     tabular-feature_align-center.xpm
1540     tabular-feature_align-left.xpm
1541     tabular-feature_align-right.xpm
1542     tabular-feature_append-column.xpm
1543     tabular-feature_append-row.xpm
1544     tabular-feature_delete-column.xpm
1545     tabular-feature_delete-row.xpm
1546     tabular-feature_multicolumn.xpm
1547     tabular-feature_set-all-lines.xpm
1548     tabular-feature_set-longtabular.xpm
1549     tabular-feature_set-rotate-cell.xpm
1550     tabular-feature_set-rotate-tabular.xpm
1551     tabular-feature_toggle-line-bottom.xpm
1552     tabular-feature_toggle-line-left.xpm
1553     tabular-feature_toggle-line-right.xpm
1554     tabular-feature_toggle-line-top.xpm
1555     tabular-feature_unset-all-lines.xpm
1556     tabular-feature_valign-bottom.xpm
1557     tabular-feature_valign-middle.xpm
1558     tabular-feature_valign-top.xpm
1559     tabular-insert.xpm
1560     thesaurus-entry.xpm
1561     toc-view.xpm
1562     undo.xpm
1563     unknown.xpm
1564     up.xpm
1565     url-insert.xpm
1566 ''')
1567
1568
1569 lib_images_math_files = Split('''
1570     style.xbm
1571     font.xpm
1572     delim.xpm
1573     equation.xpm
1574     matrix.xpm
1575     space.xpm
1576     sqrt-square.xpm
1577     style.xpm
1578     sub.xpm
1579     super.xpm
1580     Bbbk.xpm
1581     Finv.xpm
1582     Game.xpm
1583     Im.xpm
1584     Lleftarrow.xpm
1585     Rrightarrow.xpm
1586     Lsh.xpm
1587     Re.xpm
1588     Rsh.xpm
1589     Vert.xpm
1590     Vvdash.xpm
1591     acute.xpm
1592     aleph.xpm
1593     alpha.xpm
1594     amalg.xpm
1595     angle.xpm
1596     approx.xpm
1597     approxeq.xpm
1598     asymp.xpm
1599     backepsilon.xpm
1600     backprime.xpm
1601     backsim.xpm
1602     backsimeq.xpm
1603     backslash.xpm
1604     bar.xpm
1605     bars.xpm
1606     barwedge.xpm
1607     because.xpm
1608     beta.xpm
1609     beth.xpm
1610     between.xpm
1611     bigcap.xpm
1612     bigcirc.xpm
1613     bigcup.xpm
1614     bigodot.xpm
1615     bigoplus.xpm
1616     bigotimes.xpm
1617     bigsqcup.xpm
1618     bigstar.xpm
1619     bigtriangledown.xpm
1620     bigtriangleup.xpm
1621     biguplus.xpm
1622     bigvee.xpm
1623     bigwedge.xpm
1624     blacklozenge.xpm
1625     blacksquare.xpm
1626     blacktriangle.xpm
1627     blacktriangledown.xpm
1628     blacktriangleleft.xpm
1629     blacktriangleright.xpm
1630     bot.xpm
1631     bowtie.xpm
1632     boxdot.xpm
1633     boxminus.xpm
1634     boxplus.xpm
1635     boxtimes.xpm
1636     breve.xpm
1637     bullet.xpm
1638     bumpeq.xpm
1639     bumpeq2.xpm
1640     cap.xpm
1641     cap2.xpm
1642     cases.xpm
1643     cdot.xpm
1644     cdots.xpm
1645     centerdot.xpm
1646     check.xpm
1647     chi.xpm
1648     circ.xpm
1649     circeq.xpm
1650     circlearrowleft.xpm
1651     circlearrowright.xpm
1652     circledS.xpm
1653     circledast.xpm
1654     circledcirc.xpm
1655     circleddash.xpm
1656     clubsuit.xpm
1657     complement.xpm
1658     cong.xpm
1659     coprod.xpm
1660     cup.xpm
1661     cup2.xpm
1662     curlyeqprec.xpm
1663     curlyeqsucc.xpm
1664     curlyvee.xpm
1665     curlywedge.xpm
1666     curvearrowleft.xpm
1667     curvearrowright.xpm
1668     dagger.xpm
1669     daleth.xpm
1670     dashleftarrow.xpm
1671     dashrightarrow.xpm
1672     dashv.xpm
1673     ddagger.xpm
1674     ddot.xpm
1675     ddots.xpm
1676     delta.xpm
1677     delta2.xpm
1678     diagdown.xpm
1679     diagup.xpm
1680     diamond.xpm
1681     diamondsuit.xpm
1682     digamma.xpm
1683     div.xpm
1684     divideontimes.xpm
1685     dot.xpm
1686     doteq.xpm
1687     doteqdot.xpm
1688     dotsint.xpm
1689     dotsintop.xpm
1690     dotplus.xpm
1691     doublebarwedge.xpm
1692     downarrow.xpm
1693     downarrow2.xpm
1694     downdownarrows.xpm
1695     downharpoonleft.xpm
1696     downharpoonright.xpm
1697     ell.xpm
1698     empty.xpm
1699     emptyset.xpm
1700     epsilon.xpm
1701     eqcirc.xpm
1702     eqslantgtr.xpm
1703     eqslantless.xpm
1704     equiv.xpm
1705     eta.xpm
1706     eth.xpm
1707     exists.xpm
1708     fallingdotseq.xpm
1709     flat.xpm
1710     forall.xpm
1711     frac.xpm
1712     frac-square.xpm
1713     frown.xpm
1714     gamma.xpm
1715     gamma2.xpm
1716     geq.xpm
1717     geqq.xpm
1718     geqslant.xpm
1719     gg.xpm
1720     ggg.xpm
1721     gimel.xpm
1722     gnapprox.xpm
1723     gneq.xpm
1724     gneqq.xpm
1725     gnsim.xpm
1726     grave.xpm
1727     gtrapprox.xpm
1728     gtrdot.xpm
1729     gtreqless.xpm
1730     gtreqqless.xpm
1731     gtrless.xpm
1732     gtrsim.xpm
1733     gvertneqq.xpm
1734     hat.xpm
1735     hbar.xpm
1736     heartsuit.xpm
1737     hookleftarrow.xpm
1738     hookrightarrow.xpm
1739     hphantom.xpm
1740     hslash.xpm
1741     iiiint.xpm
1742     iiiintop.xpm
1743     iiint.xpm
1744     iiintop.xpm
1745     iintop.xpm
1746     iint.xpm
1747     imath.xpm
1748     in.xpm
1749     infty.xpm
1750     int.xpm
1751     intercal.xpm
1752     intop.xpm
1753     iota.xpm
1754     jmath.xpm
1755     kappa.xpm
1756     lambda.xpm
1757     lambda2.xpm
1758     langle.xpm
1759     lbrace.xpm
1760     lbrace_rbrace.xpm
1761     lbracket.xpm
1762     lbracket_rbracket.xpm
1763     lceil.xpm
1764     lceil_rceil.xpm
1765     ldots.xpm
1766     leftarrow.xpm
1767     leftarrow2.xpm
1768     leftarrowtail.xpm
1769     leftharpoondown.xpm
1770     leftharpoonup.xpm
1771     leftleftarrows.xpm
1772     leftrightarrow.xpm
1773     leftrightarrow2.xpm
1774     leftrightarrows.xpm
1775     leftrightharpoons.xpm
1776     leftrightsquigarrow.xpm
1777     leftthreetimes.xpm
1778     leq.xpm
1779     leqq.xpm
1780     leqslant.xpm
1781     lessapprox.xpm
1782     lessdot.xpm
1783     lesseqgtr.xpm
1784     lesseqqgtr.xpm
1785     lessgtr.xpm
1786     lesssim.xpm
1787     lfloor.xpm
1788     lfloor_rfloor.xpm
1789     ll.xpm
1790     llcorner.xpm
1791     lll.xpm
1792     lnapprox.xpm
1793     lneq.xpm
1794     lneqq.xpm
1795     lnsim.xpm
1796     longleftarrow.xpm
1797     longleftarrow2.xpm
1798     longleftrightarrow.xpm
1799     longleftrightarrow2.xpm
1800     longmapsto.xpm
1801     longrightarrow.xpm
1802     longrightarrow2.xpm
1803     looparrowleft.xpm
1804     looparrowright.xpm
1805     lozenge.xpm
1806     lparen.xpm
1807     lparen_rparen.xpm
1808     lrcorner.xpm
1809     ltimes.xpm
1810     lvertneqq.xpm
1811     mapsto.xpm
1812     mathbb_C.xpm
1813     mathbb_H.xpm
1814     mathbb_N.xpm
1815     mathbb_Q.xpm
1816     mathbb_R.xpm
1817     mathbb_Z.xpm
1818     mathcal_F.xpm
1819     mathcal_H.xpm
1820     mathcal_L.xpm
1821     mathcal_O.xpm
1822     mathcircumflex.xpm
1823     mathrm_T.xpm
1824     measuredangle.xpm
1825     mho.xpm
1826     mid.xpm
1827     models.xpm
1828     mp.xpm
1829     mu.xpm
1830     multimap.xpm
1831     nabla.xpm
1832     natural.xpm
1833     ncong.xpm
1834     nearrow.xpm
1835     neg.xpm
1836     neq.xpm
1837     nexists.xpm
1838     ngeq.xpm
1839     ngeqq.xpm
1840     ngeqslant.xpm
1841     ngtr.xpm
1842     ni.xpm
1843     nleftarrow.xpm
1844     nleftarrow2.xpm
1845     nleftrightarrow.xpm
1846     nleftrightarrow2.xpm
1847     nleq.xpm
1848     nleqq.xpm
1849     nleqslant.xpm
1850     nless.xpm
1851     nmid.xpm
1852     notin.xpm
1853     nparallel.xpm
1854     nprec.xpm
1855     npreceq.xpm
1856     nrightarrow.xpm
1857     nrightarrow2.xpm
1858     nshortmid.xpm
1859     nshortparallel.xpm
1860     nsim.xpm
1861     nsubseteq.xpm
1862     nsucc.xpm
1863     nsucceq.xpm
1864     nsupseteq.xpm
1865     nsupseteqq.xpm
1866     ntriangleleft.xpm
1867     ntrianglelefteq.xpm
1868     ntriangleright.xpm
1869     ntrianglerighteq.xpm
1870     nu.xpm
1871     nvdash.xpm
1872     nvdash2.xpm
1873     nvdash3.xpm
1874     nwarrow.xpm
1875     odot.xpm
1876     oiint.xpm
1877     oiintop.xpm
1878     oint.xpm
1879     ointclockwise.xpm
1880     ointclockwiseop.xpm
1881     ointctrclockwise.xpm
1882     ointctrclockwiseop.xpm
1883     ointop.xpm
1884     omega.xpm
1885     omega2.xpm
1886     ominus.xpm
1887     oplus.xpm
1888     oslash.xpm
1889     otimes.xpm
1890     overbrace.xpm
1891     overleftarrow.xpm
1892     overleftrightarrow.xpm
1893     overline.xpm
1894     overrightarrow.xpm
1895     overset.xpm
1896     parallel.xpm
1897     partial.xpm
1898     perp.xpm
1899     phantom.xpm
1900     phi.xpm
1901     phi2.xpm
1902     pi.xpm
1903     pi2.xpm
1904     pitchfork.xpm
1905     pm.xpm
1906     prec.xpm
1907     precapprox.xpm
1908     preccurlyeq.xpm
1909     preceq.xpm
1910     precnapprox.xpm
1911     precnsim.xpm
1912     precsim.xpm
1913     prime.xpm
1914     prod.xpm
1915     propto.xpm
1916     psi.xpm
1917     psi2.xpm
1918     rangle.xpm
1919     rbrace.xpm
1920     rbracket.xpm
1921     rceil.xpm
1922     rfloor.xpm
1923     rho.xpm
1924     rightarrow.xpm
1925     rightarrow2.xpm
1926     rightarrowtail.xpm
1927     rightharpoondown.xpm
1928     rightharpoonup.xpm
1929     rightleftarrows.xpm
1930     rightleftharpoons.xpm
1931     rightrightarrows.xpm
1932     rightsquigarrow.xpm
1933     rightthreetimes.xpm
1934     risingdotseq.xpm
1935     root.xpm
1936     rparen.xpm
1937     rtimes.xpm
1938     searrow.xpm
1939     setminus.xpm
1940     sharp.xpm
1941     shortmid.xpm
1942     shortparallel.xpm
1943     sigma.xpm
1944     sigma2.xpm
1945     sim.xpm
1946     simeq.xpm
1947     slash.xpm
1948     smallfrown.xpm
1949     smallsetminus.xpm
1950     smallsmile.xpm
1951     smile.xpm
1952     spadesuit.xpm
1953     sphericalangle.xpm
1954     sqcap.xpm
1955     sqcup.xpm
1956     sqiint.xpm
1957     sqiintop.xpm
1958     sqint.xpm
1959     sqintop.xpm
1960     sqrt.xpm
1961     sqsubset.xpm
1962     sqsubseteq.xpm
1963     sqsupset.xpm
1964     sqsupseteq.xpm
1965     square.xpm
1966     star.xpm
1967     subset.xpm
1968     subset2.xpm
1969     subseteq.xpm
1970     subseteqq.xpm
1971     subsetneq.xpm
1972     subsetneqq.xpm
1973     succ.xpm
1974     succapprox.xpm
1975     succcurlyeq.xpm
1976     succeq.xpm
1977     succnapprox.xpm
1978     succnsim.xpm
1979     succsim.xpm
1980     sum.xpm
1981     supset.xpm
1982     supset2.xpm
1983     supseteq.xpm
1984     supseteqq.xpm
1985     supsetneq.xpm
1986     supsetneqq.xpm
1987     surd.xpm
1988     swarrow.xpm
1989     tau.xpm
1990     textrm_Oe.xpm
1991     textrm_AA.xpm
1992     therefore.xpm
1993     theta.xpm
1994     theta2.xpm
1995     thickapprox.xpm
1996     thicksim.xpm
1997     tilde.xpm
1998     times.xpm
1999     top.xpm
2000     triangle.xpm
2001     triangledown.xpm
2002     triangleleft.xpm
2003     trianglelefteq.xpm
2004     triangleq.xpm
2005     triangleright.xpm
2006     trianglerighteq.xpm
2007     twoheadleftarrow.xpm
2008     twoheadrightarrow.xpm
2009     ulcorner.xpm
2010     underbrace.xpm
2011     underleftarrow.xpm
2012     underleftrightarrow.xpm
2013     underline.xpm
2014     underrightarrow.xpm
2015     underscore.xpm
2016     underset.xpm
2017     uparrow.xpm
2018     uparrow2.xpm
2019     updownarrow.xpm
2020     updownarrow2.xpm
2021     upharpoonleft.xpm
2022     upharpoonright.xpm
2023     uplus.xpm
2024     upsilon.xpm
2025     upsilon2.xpm
2026     upuparrows.xpm
2027     urcorner.xpm
2028     varepsilon.xpm
2029     varkappa.xpm
2030     varnothing.xpm
2031     varphi.xpm
2032     varpi.xpm
2033     varpropto.xpm
2034     varsigma.xpm
2035     varsubsetneq.xpm
2036     varsubsetneqq.xpm
2037     varsupsetneq.xpm
2038     varsupsetneqq.xpm
2039     vartheta.xpm
2040     vartriangle.xpm
2041     vartriangleleft.xpm
2042     vartriangleright.xpm
2043     vdash.xpm
2044     vdash2.xpm
2045     vdash3.xpm
2046     vdots.xpm
2047     vec.xpm
2048     vee.xpm
2049     veebar.xpm
2050     vphantom.xpm
2051     wedge.xpm
2052     widehat.xpm
2053     widetilde.xpm
2054     wp.xpm
2055     wr.xpm
2056     xi.xpm
2057     xi2.xpm
2058     zeta.xpm
2059 ''')
2060
2061
2062 lib_kbd_files = Split('''
2063     american-2.kmap
2064     american.kmap
2065     arabic.kmap
2066     bg-bds-1251.kmap
2067     brazil.kmap
2068     brazil2.kmap
2069     czech-prg.kmap
2070     czech.kmap
2071     european.kmap
2072     francais.kmap
2073     french.kmap
2074     german-2.kmap
2075     german-3.kmap
2076     german.kmap
2077     greek.kmap
2078     hebrew.kmap
2079     koi8-r.kmap
2080     koi8-u.kmap
2081     latvian.kmap
2082     magyar-2.kmap
2083     magyar-3.kmap
2084     magyar.kmap
2085     null.kmap
2086     polish.kmap
2087     polski.kmap
2088     portuges.kmap
2089     romanian.kmap
2090     serbian.kmap
2091     serbocroatian.kmap
2092     sf.kmap
2093     sg.kmap
2094     slovak.kmap
2095     slovene.kmap
2096     thai-kedmanee.kmap
2097     transilvanian.kmap
2098     turkish-f.kmap
2099     turkish.kmap
2100     espanol.kmap
2101 ''')
2102
2103
2104 lib_layouts_files = Split('''
2105     IEEEtran.layout
2106     aa.layout
2107     aapaper.layout
2108     aastex.layout
2109     agu-dtd.layout
2110     agums.layout
2111     amsart-plain.layout
2112     amsart-seq.layout
2113     amsart.layout
2114     amsbook.layout
2115     apa.layout
2116     arab-article.layout
2117     article.layout
2118     beamer.layout
2119     book.layout
2120     broadway.layout
2121     chess.layout
2122     cl2emult.layout
2123     cv.layout
2124     dinbrief.layout
2125     docbook-book.layout
2126     docbook-chapter.layout
2127     docbook-section.layout
2128     docbook.layout
2129     dtk.layout
2130     egs.layout
2131     elsart.layout
2132     entcs.layout
2133     europecv.layout
2134     extarticle.layout
2135     extbook.layout
2136     extletter.layout
2137     extreport.layout
2138     foils.layout
2139     g-brief-de.layout
2140     g-brief-en.layout
2141     g-brief2.layout
2142     heb-article.layout
2143     heb-letter.layout
2144     hollywood.layout
2145     ijmpc.layout
2146     ijmpd.layout
2147     isprs.layout
2148     jgrga.layout
2149     kluwer.layout
2150     latex8.layout
2151     letter.layout
2152     literate-article.layout
2153     literate-book.layout
2154     literate-report.layout
2155     llncs.layout
2156     ltugboat.layout
2157     manpage.layout
2158     memoir.layout
2159     moderncv.layout
2160     mwart.layout
2161     mwbk.layout
2162     mwrep.layout
2163     paper.layout
2164     report.layout
2165     revtex.layout
2166     revtex4.layout
2167     scrartcl.layout
2168     scrbook.layout
2169     scrlettr.layout
2170     scrlttr2.layout
2171     scrreprt.layout
2172     seminar.layout
2173     siamltex.layout
2174     slides.layout
2175     spie.layout
2176     svglobal.layout
2177     svjog.layout
2178     svprobth.layout
2179     aapaper.inc
2180     agu_stdclass.inc
2181     agu_stdcounters.inc
2182     agu_stdlists.inc
2183     agu_stdsections.inc
2184     agu_stdtitle.inc
2185     aguplus.inc
2186     amsdefs.inc
2187     amsmaths-plain.inc
2188     amsmaths-seq.inc
2189     amsmaths.inc
2190     db_lyxmacros.inc
2191     db_stdcharstyles.inc
2192     db_stdclass.inc
2193     db_stdcounters.inc
2194     db_stdlayouts.inc
2195     db_stdlists.inc
2196     db_stdsections.inc
2197     db_stdstarsections.inc
2198     db_stdstruct.inc
2199     db_stdtitle.inc
2200     literate-scrap.inc
2201     lyxmacros.inc
2202     numarticle.inc
2203     numreport.inc
2204     numrevtex.inc
2205     scrclass.inc
2206     stdclass.inc
2207     stdcounters.inc
2208     stdfloats.inc
2209     stdlayouts.inc
2210     stdletter.inc
2211     stdlists.inc
2212     stdsections.inc
2213     stdstarsections.inc
2214     stdstruct.inc
2215     stdtitle.inc
2216     svjour.inc
2217 ''')
2218
2219
2220 lib_scripts_files = Split('''
2221     TeXFiles.py
2222     clean_dvi.py
2223     convertDefault.py
2224     date.py
2225     fen2ascii.py
2226     fig2pdftex.py
2227     fig2pstex.py
2228     fig_copy.py
2229     layout2layout.py
2230     legacy_lyxpreview2ppm.py
2231     listerrors
2232     lyxpreview2bitmap.py
2233     lyxpreview_tools.py
2234     tex_copy.py
2235 ''')
2236
2237
2238 lib_templates_files = Split('''
2239     IEEEtran.lyx
2240     README.new_templates
2241     aa.lyx
2242     aastex.lyx
2243     agu_article.lyx
2244     beamer-conference-ornate-20min.lyx
2245     biblioExample.bib
2246     CV-image.eps
2247     CV-image.png
2248     de_beamer-conference-ornate-20min.lyx
2249     dinbrief.lyx
2250     docbook_article.lyx
2251     elsart.lyx
2252     europeCV.lyx
2253     fr_beamer-conference-ornate-20min.lyx
2254     g-brief2.lyx
2255     g-brief-de.lyx
2256     g-brief-en.lyx
2257     ijmpc.lyx
2258     ijmpd.lyx
2259     hollywood.lyx
2260     kluwer.lyx
2261     koma-letter2.lyx
2262     latex8.lyx
2263     letter.lyx
2264     modernCV.lyx
2265     revtex.lyx
2266     revtex4.lyx
2267     slides.lyx
2268 ''')
2269
2270
2271 lib_tex_files = Split('''
2272     broadway.cls
2273     cv.cls
2274     hollywood.cls
2275     lyxchess.sty
2276     lyxskak.sty
2277     revtex.cls
2278 ''')
2279
2280
2281 lib_ui_files = Split('''
2282     classic.ui
2283     default.ui
2284     stdmenus.inc
2285     stdtoolbars.inc
2286 ''')
2287
2288 lib_doc_clipart_files = Split('''
2289     BoxInsetDefaultQt4.png
2290     ChildDocumentQt4.png
2291     CommentNoteImageQt4.png
2292     escher-lsd.eps
2293     endnotes.pdf
2294     ExternalMaterialQt4.png
2295     floatQt4.png
2296     footnoteQt4.png
2297     FramedNoteImageQt4.png
2298     GreyedOutNoteImageQt4.png
2299     labelQt4.png
2300     LyXNoteImageQt4.png
2301     mobius.eps
2302     platypus.eps
2303     referenceQt4.png
2304     ShadedNoteImageQt4.png
2305     with_fntright.pdf
2306     without_fntright.pdf
2307 ''')
2308
2309 lib_doc_cs_files = Split('''
2310     Tutorial.lyx
2311 ''')
2312
2313 lib_doc_da_files = Split('''
2314     Intro.lyx
2315 ''')
2316
2317 lib_doc_de_files = Split('''
2318     Customization.lyx
2319     Extended.lyx
2320     FAQ.lyx
2321     Intro.lyx
2322     Tutorial.lyx
2323     UserGuide.lyx
2324 ''')
2325
2326 lib_doc_es_files = Split('''
2327     DocumentoPostizo1.lyx
2328     DocumentoPostizo2.lyx
2329     DocumentoTextoPostizo.txt
2330     EmbeddedObjects.lyx
2331     Extended.lyx
2332     Intro.lyx
2333     Tutorial.lyx
2334 ''')
2335
2336 lib_doc_es_clipart_files = Split('''
2337     ComentNotaImagenQt4.png
2338     CuadroMinipagQt4.png
2339     DocumentoHijoQt4.png
2340     etiquetaQt4.png
2341     flotanteQt4.png
2342     GrisNotaImagenQt4.png
2343     MaterialExternoQt4.png
2344     NotaEnmarcadaImg.png
2345     NotaLyXImagenQt4.png
2346     notapieQt4.png
2347     NotaSombreadaImg.png
2348     referenciaQt4.png
2349 ''')
2350
2351 lib_doc_eu_files = Split('''
2352     Customization.lyx
2353     Extended.lyx
2354     FAQ.lyx
2355     Intro.lyx
2356     Tutorial.lyx
2357     UserGuide.lyx
2358 ''')
2359
2360 lib_doc_fr_files = Split('''
2361     Customization.lyx
2362     Extended.lyx
2363     FAQ.lyx
2364     Intro.lyx
2365     Tutorial.lyx
2366     UserGuide.lyx
2367 ''')
2368
2369 lib_doc_he_files = Split('''
2370     Intro.lyx
2371     Tutorial.lyx
2372 ''')
2373
2374 lib_doc_hu_files = Split('''
2375     Intro.lyx
2376     Tutorial.lyx
2377 ''')
2378
2379 lib_doc_it_files = Split('''
2380     Customization.lyx
2381     Intro.lyx
2382     Tutorial.lyx
2383     UserGuide.lyx
2384 ''')
2385
2386 lib_doc_nl_files = Split('''
2387     Intro.lyx
2388     Tutorial.lyx
2389 ''')
2390
2391 lib_doc_nb_files = Split('''
2392     Intro.lyx
2393 ''')
2394
2395 lib_doc_pl_files = Split('''
2396     Extended.lyx
2397     Intro.lyx
2398     Tutorial.lyx
2399 ''')
2400
2401 lib_doc_pt_files = Split('''
2402     Intro.lyx
2403     Tutorial.lyx
2404 ''')
2405
2406 lib_doc_ro_files = Split('''
2407     Intro.lyx
2408 ''')
2409
2410 lib_doc_ru_files = Split('''
2411     FAQ.lyx
2412     Intro.lyx
2413     Tutorial.lyx
2414 ''')
2415
2416 lib_doc_sk_files = Split('''
2417     Tutorial.lyx
2418     UserGuide.lyx
2419 ''')
2420
2421 lib_doc_sl_files = Split('''
2422     Intro.lyx
2423     Tutorial.lyx
2424 ''')
2425
2426 lib_doc_sv_files = Split('''
2427     Intro.lyx
2428     Tutorial.lyx
2429 ''')
2430
2431 lib_doc_files = Split('''
2432     Customization.lyx
2433     DocStyle.lyx
2434     DummyTextDocument.txt
2435     DummyDocument1.lyx
2436     DummyDocument2.lyx
2437     EmbeddedObjects.lyx
2438     Extended.lyx
2439     FAQ.lyx
2440     Intro.lyx
2441     LaTeXConfig.lyx.in
2442     Reference.lyx
2443     Tutorial.lyx
2444     UserGuide.lyx
2445 ''')
2446
2447
2448 lib_lyx2lyx_files = Split('''
2449     lyx2lyx
2450     lyx2lyx_lang.py
2451     generate_encoding_info.py
2452     parser_tools.py
2453     LyX.py
2454     lyx_0_06.py
2455     lyx_0_08.py
2456     lyx_0_10.py
2457     lyx_0_12.py
2458     lyx_1_0.py
2459     lyx_1_1.py
2460     lyx_1_1_5.py
2461     lyx_1_1_6_0.py
2462     lyx_1_1_6_3.py
2463     lyx_1_2.py
2464     lyx_1_3.py
2465     lyx_1_4.py
2466     lyx_1_5.py
2467     profiling.py
2468     test_parser_tools.py
2469 ''')
2470
2471
2472 win32_bakoma_fonts = Split('''
2473     Readme.txt
2474     Licence.txt
2475     cmex10.ttf
2476     cmr10.ttf
2477     eufm10.ttf
2478     msbm10.ttf
2479     cmmi10.ttf
2480     cmsy10.ttf
2481     msam10.ttf
2482     wasy10.ttf
2483 ''')
2484
2485
2486 win32_packaging_installer_files = Split('''
2487     license.rtf
2488     lyx.nsi
2489     settings.nsh
2490     settings.user.nsh
2491 ''')
2492
2493
2494 win32_packaging_installer_components_files = Split('''
2495     configure.nsh
2496     dicts.nsh
2497     langselect.nsh
2498     uninstall.nsh
2499     viewer.nsh
2500     core.nsh
2501     external.nsh
2502     reinstall.nsh
2503     user.nsh
2504 ''')
2505
2506
2507 win32_packaging_installer_dialogs_files = Split('''
2508     external.ini
2509     langselect.ini
2510     reinstall.ini
2511     user.ini
2512     viewer.ini
2513 ''')
2514
2515
2516 win32_packaging_installer_graphics_files = Split('''
2517     header.bmp
2518     wizard.bmp
2519 ''')
2520
2521
2522 win32_packaging_installer_include_files = Split('''
2523     declarations.nsh
2524     detection.nsh
2525     filelists.nsh
2526     gui.nsh
2527     init.nsh
2528     lang.nsh
2529     windows.nsh
2530 ''')
2531
2532
2533 win32_packaging_installer_lang_files = Split('''
2534     english.nsh
2535     french.nsh
2536     german.nsh
2537     italian.nsh
2538 ''')