]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
fix scons for Andre's recent renames
[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     ForkedcallsController.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.cpp
135     abort.cpp
136     chdir.cpp
137     convert.cpp
138     copy.cpp
139     docstream.cpp
140     docstring.cpp
141     environment.cpp
142     FileFilterList.cpp
143     FileName.cpp
144     filetools.cpp
145     Forkedcall.cpp
146     ForkedCallQueue.cpp
147     ForkedcallsController.cpp
148     fs_extras.cpp
149     getcwd.cpp
150     kill.cpp
151     lstrings.cpp
152     lyxsum.cpp
153     lyxtime.cpp
154     mkdir.cpp
155     os.cpp
156     package.C
157     Path.cpp
158     qstring_helpers.cpp
159     rename.cpp
160     socktools.cpp
161     Systemcall.cpp
162     tempname.cpp
163     textutils.cpp
164     unicode.cpp
165     unlink.cpp
166     userinfo.cpp
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.cpp
379     ExternalTemplate.cpp
380     ExternalTransforms.cpp
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.cpp
458     Application.cpp
459     Dialogs.cpp
460     LyXView.cpp
461     Painter.cpp
462     Timeout.cpp
463     Toolbars.cpp
464     WorkArea.cpp
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.cpp
665     QBox.cpp
666     QERT.cpp
667     QSearch.cpp
668     QSpellchecker.cpp
669     QTabularCreate.cpp
670     QTexinfo.cpp
671     QThesaurus.cpp
672     QTabular.cpp
673     QVSpace.cpp
674     QWrap.cpp
675     QDocument.cpp
676     QLog.cpp
677     QParagraph.cpp
678     QShowFile.cpp
679     QBibitem.cpp
680     QNomencl.cpp
681     EmptyTable.cpp
682     LyXFileDialog.cpp
683     FloatPlacement.cpp
684     GuiApplication.cpp
685     GuiImplementation.cpp
686     IconPalette.cpp
687     LengthCombo.cpp
688     InsertTableWidget.cpp
689     PanelStack.cpp
690     QBibtex.cpp
691     QBranch.cpp
692     QBranches.cpp
693     QChanges.cpp
694     QCharacter.cpp
695     QCitationDialog.cpp
696     QCommandBuffer.cpp
697     QCommandEdit.cpp
698     QDelimiterDialog.cpp
699     QErrorList.cpp
700     QExternal.cpp
701     QFloatDialog.cpp
702     QGraphicsDialog.cpp
703     QInclude.cpp
704     QIndex.cpp
705     Action.cpp
706     QLog.cpp
707     QViewSource.cpp
708     QLMenubar.cpp
709     QLPopupMenu.cpp
710     QLPrintDialog.cpp
711     QMathMatrixDialog.cpp
712     QNomencl.cpp
713     QNote.cpp
714     QPrefs.cpp
715     QRef.cpp
716     QSendto.cpp
717     QSetBorder.cpp
718     QDialogView.cpp
719     TocModel.cpp
720     TocWidget.cpp
721     QToc.cpp
722     GuiView.cpp
723     QURLDialog.cpp
724     GuiWorkArea.cpp
725     QLToolbar.cpp
726     socket_callback.cpp
727     Validator.cpp
728     QAbout.cpp
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     LyXFileDialog.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     CheckedLineEdit.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     Validator.h
819 ''')
820
821
822 src_frontends_qt4_files = Split('''
823     Action.cpp
824     Alert_pimpl.cpp
825     BulletsModule.cpp
826     ColorCache.cpp
827     Dialogs.cpp
828     FileDialog.cpp
829     LyXFileDialog.cpp
830     GuiApplication.cpp
831     GuiClipboard.cpp
832     GuiFontLoader.cpp
833     GuiFontMetrics.cpp
834     GuiImplementation.cpp
835     GuiSelection.cpp
836     GuiView.cpp
837     GuiWorkArea.cpp
838     InsertTableWidget.cpp
839     LyXKeySymFactory.cpp
840     QAbout.cpp
841     QBibitem.cpp
842     QBibtex.cpp
843     QBox.cpp
844     QBranch.cpp
845     QBranches.cpp
846     QChanges.cpp
847     QCharacter.cpp
848     QCitation.cpp
849     QCitationDialog.cpp
850     QCommandBuffer.cpp
851     QCommandEdit.cpp
852     QDelimiterDialog.cpp
853     QDialogView.cpp
854     QDocument.cpp
855     QERT.cpp
856     QErrorList.cpp
857     QExternal.cpp
858     QFloat.cpp
859     QFloatDialog.cpp
860     QGraphics.cpp
861     QGraphicsDialog.cpp
862     QInclude.cpp
863     QIndex.cpp
864     QLImage.cpp
865     QLMenubar.cpp
866     QLPainter.cpp
867     QLPopupMenu.cpp
868     QLPrintDialog.cpp
869     QLToolbar.cpp
870     QLog.cpp
871     QLyXKeySym.cpp
872     QMathMatrixDialog.cpp
873     QNomencl.cpp
874     QNote.cpp
875     QParagraph.cpp
876     QPrefs.cpp
877     QPrint.cpp
878     QRef.cpp
879     QSearch.cpp
880     QSendto.cpp
881     QShowFile.cpp
882     QSpellchecker.cpp
883     QTabular.cpp
884     QTabularCreate.cpp
885     QTexinfo.cpp
886     QThesaurus.cpp
887     QToc.cpp
888     QURLDialog.cpp
889     QVSpace.cpp
890     QViewSource.cpp
891     QWrap.cpp
892     Qt2BC.cpp
893     TocModel.cpp
894     TocWidget.cpp
895     UrlView.cpp
896     CheckedLineEdit.cpp
897     EmptyTable.cpp
898     FloatPlacement.cpp
899     IconPalette.cpp
900     LengthCombo.cpp
901     PanelStack.cpp
902     QFontExample.cpp
903     QSetBorder.cpp
904     qtTimeout.cpp
905     qt_helpers.cpp
906     socket_callback.cpp
907     Validator.cpp
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.cpp
919     client.cpp
920     debug.cpp
921     gettext.cpp
922     Messages.cpp
923 ''')
924
925
926 src_tex2lyx_header_files = Split('''
927     Spacing.h
928     Context.h
929     LyXFont.h
930     tex2lyx.h
931     Parser.h
932 ''')
933
934
935 src_tex2lyx_files = Split('''
936     FloatList.cpp
937     Floating.cpp
938     boost.cpp
939     Context.cpp
940     Counters.cpp
941     gettext.cpp
942     lengthcommon.cpp
943     LyXFont.cpp
944     Lexer.cpp
945     LyXLayout.cpp
946     LyXTextClass.cpp
947     math.cpp
948     preamble.cpp
949     table.cpp
950     tex2lyx.cpp
951     Parser.cpp
952     text.cpp
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     ParagraphParameters.h
978     PrinterParams.h
979     RowList_fwd.h
980     Section.h
981     Spacing.h
982     SpellBase.h
983     Thesaurus.h
984     TocBackend.h
985     ToolbarBackend.h
986     UpdateFlags.h
987     Variables.h
988     WordLangTuple.h
989     ASpell_local.h
990     Author.h
991     Box.h
992     Buffer.h
993     buffer_funcs.h
994     BufferList.h
995     BufferParams.h
996     bufferview_funcs.h
997     Changes.h
998     Converter.h
999     CoordCache.h
1000     Counters.h
1001     Cursor.h
1002     CursorSlice.h
1003     debug.h
1004     Dimension.h
1005     DispatchResult.h
1006     DocIterator.h
1007     Encoding.h
1008     ErrorList.h
1009     Exporter.h
1010     factory.h
1011     Format.h
1012     FuncRequest.h
1013     gettext.h
1014     Graph.h
1015     Importer.h
1016     InsetIterator.h
1017     Intl.h
1018     ISpell.h
1019     kb_keymap.h
1020     kb_sequence.h
1021     Language.h
1022     layout.h
1023     lengthcommon.h
1024     lfuns.h
1025     lyx_cb.h
1026     LyX.h
1027     lyx_sty.h
1028     lyxfind.h
1029     LyXFont.h
1030     LyXFunc.h
1031     LyXGlueLength.h
1032     LyXLayout.h
1033     lyxlayout_ptr_fwd.h
1034     LyXLength.h
1035     Lexer.h
1036     LyXRC.h
1037     Row.h
1038     LyXServer.h
1039     LyXServerSocket.h
1040     LyXText.h
1041     LyXTextClass.h
1042     LyXTextClassList.h
1043     LyXVC.h
1044     Messages.h
1045     MetricsInfo.h
1046     Mover.h
1047     output.h
1048     output_docbook.h
1049     output_latex.h
1050     output_plaintext.h
1051     OutputParams.h
1052     paper.h
1053     Paragraph.h
1054     paragraph_funcs.h
1055     ParagraphMetrics.h
1056     ParIterator.h
1057     PSpell.h
1058     rowpainter.h
1059     Session.h
1060     sgml.h
1061     tex-accent.h
1062     tex-strings.h
1063     TexRow.h
1064     TextMetrics.h
1065     toc.h
1066     Trans.h
1067     KmodInfo.h
1068     TransState.h
1069     Undo.h
1070     VCBackend.h
1071     version.h
1072     VSpace.h
1073 ''')
1074
1075
1076 src_pre_files = Split('''
1077     Bidi.cpp
1078     BranchList.cpp
1079     BufferView.cpp
1080     Bullet.cpp
1081     Chktex.cpp
1082     color.cpp
1083     ConverterCache.cpp
1084     CutAndPaste.cpp
1085     DepTable.cpp
1086     FloatList.cpp
1087     Floating.cpp
1088     FontIterator.cpp
1089     FuncStatus.cpp
1090     InsetList.cpp
1091     LColor.cpp
1092     LaTeX.cpp
1093     LaTeXFeatures.cpp
1094     LyXAction.cpp
1095     MenuBackend.cpp
1096     ParagraphParameters.cpp
1097     Spacing.cpp
1098     TocBackend.cpp
1099     ToolbarBackend.cpp
1100     Author.cpp
1101     boost.cpp
1102     Buffer.cpp
1103     buffer_funcs.cpp
1104     BufferList.cpp
1105     BufferParams.cpp
1106     bufferview_funcs.cpp
1107     Changes.cpp
1108     Converter.cpp
1109     CoordCache.cpp
1110     Counters.cpp
1111     Cursor.cpp
1112     CursorSlice.cpp
1113     debug.cpp
1114     DocIterator.cpp
1115     Encoding.cpp
1116     ErrorList.cpp
1117     Exporter.cpp
1118     factory.cpp
1119     Format.cpp
1120     FuncRequest.cpp
1121     gettext.cpp
1122     Graph.cpp
1123     Importer.cpp
1124     InsetIterator.cpp
1125     Intl.cpp
1126     kb_keymap.cpp
1127     kb_sequence.cpp
1128     Language.cpp
1129     lengthcommon.cpp
1130     lyx_cb.cpp
1131     LyX.cpp
1132     lyx_sty.cpp
1133     lyxfind.cpp
1134     LyXFont.cpp
1135     LyXFunc.cpp
1136     LyXGlueLength.cpp
1137     LyXLayout.cpp
1138     LyXLength.cpp
1139     Lexer.cpp
1140     LyXRC.cpp
1141     Row.cpp
1142     LyXServer.cpp
1143     LyXServerSocket.cpp
1144     LyXTextClass.cpp
1145     LyXTextClassList.cpp
1146     LyXVC.cpp
1147     Messages.cpp
1148     MetricsInfo.cpp
1149     Mover.cpp
1150     output.cpp
1151     output_docbook.cpp
1152     output_latex.cpp
1153     output_plaintext.cpp
1154     OutputParams.cpp
1155     Paragraph.cpp
1156     paragraph_funcs.cpp
1157     ParagraphMetrics.cpp
1158     ParIterator.cpp
1159     rowpainter.cpp
1160     Session.cpp
1161     sgml.cpp
1162     tex-accent.cpp
1163     tex-strings.cpp
1164     TexRow.cpp
1165     text.cpp
1166     text2.cpp
1167     text3.cpp
1168     TextMetrics.cpp
1169     toc.cpp
1170     Trans.cpp
1171     TransState.cpp
1172     Undo.cpp
1173     VCBackend.cpp
1174     version.C
1175     VSpace.cpp
1176 ''')
1177
1178
1179 src_post_files = Split('''
1180     Dimension.cpp
1181     PrinterParams.cpp
1182     Box.cpp
1183     Thesaurus.cpp
1184     SpellBase.cpp
1185 ''')
1186
1187
1188 lib_files = Split('''
1189     CREDITS
1190     chkconfig.ltx
1191     external_templates
1192     encodings
1193     languages
1194     symbols
1195     syntax.default
1196     unicodesymbols
1197     configure.py
1198 ''')
1199
1200
1201 # do not install, ignore
1202 lib_image_noinst_files = Split('''
1203     images/README
1204     images/font-smallcaps.xpm
1205     images/math/ams_arrows.xbm
1206     images/math/ams_misc.xbm
1207     images/math/ams_nrel.xbm
1208     images/math/ams_ops.xbm
1209     images/math/ams_rel.xbm
1210     images/math/arrows.xbm
1211     images/math/bop.xbm
1212     images/math/brel.xbm
1213     images/math/deco.xbm
1214     images/math/deco.xpm
1215     images/math/delim0.xpm
1216     images/math/delim1.xpm
1217     images/math/delim.xbm
1218     images/math/dots.xbm
1219     images/math/font.xbm
1220     images/math/greek.xbm
1221     images/math/misc.xbm
1222     images/math/varsz.xbm
1223 ''')
1224
1225
1226 lib_bind_de_files = Split('''
1227     menus.bind
1228 ''')
1229
1230 lib_bind_fi_files = Split('''
1231     menus.bind
1232 ''')
1233
1234 lib_bind_pt_files = Split('''
1235     menus.bind
1236 ''')
1237
1238 lib_bind_sv_files = Split('''
1239     menus.bind
1240 ''')
1241
1242 lib_bind_files = Split('''
1243     broadway.bind
1244     cua.bind
1245     cyrkeys.bind
1246     emacs.bind
1247     greekkeys.bind
1248     hollywood.bind
1249     latinkeys.bind
1250     mac.bind
1251     math.bind
1252     menus.bind
1253     sciword.bind
1254     xemacs.bind
1255     aqua.bind
1256 ''')
1257
1258
1259 lib_examples_ca_files = Split('''
1260     splash.lyx
1261 ''')
1262
1263 lib_examples_cs_files = Split('''
1264     splash.lyx
1265 ''')
1266
1267 lib_examples_da_files = Split('''
1268     splash.lyx
1269 ''')
1270
1271 lib_examples_de_files = Split('''
1272     Dezimal.lyx
1273     ItemizeBullets.lyx
1274     Lebenslauf.lyx
1275     Minipage.lyx
1276     TableExamples.lyx
1277     Waehrungen.lyx
1278     beispiel_gelyxt.lyx
1279     beispiel_roh.lyx
1280     splash.lyx
1281     mathed.lyx
1282     multicol.lyx
1283 ''')
1284
1285 lib_examples_es_files = Split('''
1286     ejemplo_con_lyx.lyx
1287     ejemplo_sin_lyx.lyx
1288     splash.lyx
1289 ''')
1290
1291 lib_examples_eu_files = Split('''
1292     adibide_gordina.lyx
1293     adibide_lyx-atua.lyx
1294     splash.lyx
1295 ''')
1296
1297 lib_examples_fr_files = Split('''
1298     AlignementDecimal.lyx
1299     CV.lyx
1300     ExemplesTableaux.lyx
1301     Foils.lyx
1302     ListesPuces.lyx
1303     Minipage.lyx
1304     exemple_brut.lyx
1305     exemple_lyxifie.lyx
1306     mathed.lyx
1307     multicol.lyx
1308     splash.lyx
1309 ''')
1310
1311 lib_examples_he_files = Split('''
1312     example_raw.lyx
1313     he_example_lyxified.lyx
1314     he_example_raw.lyx
1315 ''')
1316
1317 lib_examples_hu_files = Split('''
1318     splash.lyx
1319 ''')
1320
1321 lib_examples_it_files = Split('''
1322     ItemizeBullets.lyx
1323     splash.lyx
1324 ''')
1325
1326 lib_examples_nl_files = Split('''
1327     multicol.lyx
1328     opsommingstekens.lyx
1329     splash.lyx
1330     voorbeeld_ruw.lyx
1331     voorbeeld_verlyxt.lyx
1332 ''')
1333
1334 lib_examples_pl_files = Split('''
1335     splash.lyx
1336 ''')
1337
1338 lib_examples_pt_files = Split('''
1339     splash.lyx
1340 ''')
1341
1342 lib_examples_ru_files = Split('''
1343     splash.lyx
1344 ''')
1345
1346 lib_examples_sl_files = Split('''
1347     primer_lyxan.lyx
1348     primer_surov.lyx
1349     splash.lyx
1350 ''')
1351
1352 lib_examples_ro_files = Split('''
1353     splash.lyx
1354 ''')
1355
1356 lib_examples_files = Split('''
1357     Foils.lyx
1358     ItemizeBullets.lyx
1359     Literate.lyx
1360     Minipage.lyx
1361     TableExamples.lyx
1362     aa_sample.lyx
1363     aas_sample.lyx
1364     amsart-test.lyx
1365     amsbook-test.lyx
1366     beamer-g4.jpg
1367     beamer-g4-mask.jpg
1368     beamer-icsi-logo.pdf
1369     beamer-knight1-mask.png
1370     beamer-knight1.png
1371     beamer-knight2-mask.png
1372     beamer-knight2.png
1373     beamer-knight3-mask.png
1374     beamer-knight3.png
1375     beamer-knight4-mask.png
1376     beamer-knight4.png
1377     beamerlyxexample1.lyx
1378     chess-article.lyx
1379     chessgame.lyx
1380     currency.lyx
1381     cv.lyx
1382     docbook_article.lyx
1383     example_lyxified.lyx
1384     example_raw.lyx
1385     g-brief2.lyx
1386     iecc05.fen
1387     iecc07.fen
1388     iecc12.fen
1389     landslide.lyx
1390     listerrors.lyx
1391     mathed.lyx
1392     multicol.lyx
1393     noweb2lyx.lyx
1394     script_form.lyx
1395     simplecv.lyx
1396     splash.lyx
1397 ''')
1398
1399 lib_fonts_files = Split('''
1400     BaKoMaFontLicense.txt
1401     cmex10.ttf
1402     cmmi10.ttf
1403     cmr10.ttf
1404     cmsy10.ttf
1405     eufm10.ttf
1406     msam10.ttf
1407     msbm10.ttf
1408     ReadmeBaKoMa4LyX.txt
1409     wasy10.ttf
1410 ''')
1411
1412 lib_images_files = Split('''
1413     all-changes-reject.xpm
1414     all-changes-accept.xpm
1415     amssymb.xpm
1416     banner.png
1417     bookmark-goto.xpm
1418     bookmark-save.xpm
1419     break-line.xpm
1420     buffer-close.xpm
1421     buffer-export_dvi.xpm
1422     buffer-export_latex.xpm
1423     buffer-export_pdf2.xpm
1424     buffer-export_ps.xpm
1425     buffer-export_text.xpm
1426     buffer-new.xpm
1427     buffer-reload.xpm
1428     buffer-update_dvi.xpm
1429     buffer-update_pdf2.xpm
1430     buffer-update_ps.xpm
1431     buffer-view_dvi.xpm
1432     buffer-view_pdf2.xpm
1433     buffer-view_ps.xpm
1434     buffer-write-as.xpm
1435     buffer-write.xpm
1436     build-program.xpm
1437     change-accept.xpm
1438     change-next.xpm
1439     change-reject.xpm
1440     changes-merge.xpm
1441     changes-output.xpm
1442     changes-track.xpm
1443     copy.xpm
1444     cut.xpm
1445     depth-decrement.xpm
1446     depth-increment.xpm
1447     dialog-preferences.xpm
1448     dialog-show-new-inset_citation.xpm
1449     dialog-show-new-inset_graphics.xpm
1450     dialog-show-new-inset_include.xpm
1451     dialog-show-new-inset_ref.xpm
1452     dialog-show_character.xpm
1453     dialog-show_findreplace.xpm
1454     dialog-show_mathdelimiter.xpm
1455     dialog-show_mathmatrix.xpm
1456     dialog-show_print.xpm
1457     dialog-show_spellchecker.xpm
1458     down.xpm
1459     ert-insert.xpm
1460     file-open.xpm
1461     float-insert_figure.xpm
1462     float-insert_table.xpm
1463     font-bold.xpm
1464     font-emph.xpm
1465     font-free-apply.xpm
1466     font-noun.xpm
1467     font-sans.xpm
1468     footnote-insert.xpm
1469     index-insert.xpm
1470     label-insert.xpm
1471     layout.xpm
1472     layout-document.xpm
1473     layout-paragraph.xpm
1474     layout_Description.xpm
1475     layout_Enumerate.xpm
1476     layout_Itemize.xpm
1477     layout_List.xpm
1478     layout_LyX-Code.xpm
1479     layout_Scrap.xpm
1480     layout_Section.xpm
1481     lyx-quit.xpm
1482     lyx.xpm
1483     marginalnote-insert.xpm
1484     math-display.xpm
1485     math-matrix.xpm
1486     math-mode.xpm
1487     math-subscript.xpm
1488     math-superscript.xpm
1489     nomencl-insert.xpm
1490     note-insert.xpm
1491     note-next.xpm
1492     paste.xpm
1493     psnfss1.xpm
1494     psnfss2.xpm
1495     psnfss3.xpm
1496     psnfss4.xpm
1497     redo.xpm
1498     standard.xpm
1499     tabular-feature_align-center.xpm
1500     tabular-feature_align-left.xpm
1501     tabular-feature_align-right.xpm
1502     tabular-feature_append-column.xpm
1503     tabular-feature_append-row.xpm
1504     tabular-feature_delete-column.xpm
1505     tabular-feature_delete-row.xpm
1506     tabular-feature_multicolumn.xpm
1507     tabular-feature_set-all-lines.xpm
1508     tabular-feature_set-longtabular.xpm
1509     tabular-feature_set-rotate-cell.xpm
1510     tabular-feature_set-rotate-tabular.xpm
1511     tabular-feature_toggle-line-bottom.xpm
1512     tabular-feature_toggle-line-left.xpm
1513     tabular-feature_toggle-line-right.xpm
1514     tabular-feature_toggle-line-top.xpm
1515     tabular-feature_unset-all-lines.xpm
1516     tabular-feature_valign-bottom.xpm
1517     tabular-feature_valign-middle.xpm
1518     tabular-feature_valign-top.xpm
1519     tabular-insert.xpm
1520     thesaurus-entry.xpm
1521     toc-view.xpm
1522     undo.xpm
1523     unknown.xpm
1524     up.xpm
1525     url-insert.xpm
1526 ''')
1527
1528
1529 lib_images_math_files = Split('''
1530     style.xbm
1531     font.xpm
1532     delim.xpm
1533     equation.xpm
1534     matrix.xpm
1535     space.xpm
1536     sqrt-square.xpm
1537     style.xpm
1538     sub.xpm
1539     super.xpm
1540     Bbbk.xpm
1541     Finv.xpm
1542     Game.xpm
1543     Im.xpm
1544     Lleftarrow.xpm
1545     Rrightarrow.xpm
1546     Lsh.xpm
1547     Re.xpm
1548     Rsh.xpm
1549     Vert.xpm
1550     Vvdash.xpm
1551     acute.xpm
1552     aleph.xpm
1553     alpha.xpm
1554     amalg.xpm
1555     angle.xpm
1556     approx.xpm
1557     approxeq.xpm
1558     asymp.xpm
1559     backepsilon.xpm
1560     backprime.xpm
1561     backsim.xpm
1562     backsimeq.xpm
1563     backslash.xpm
1564     bar.xpm
1565     bars.xpm
1566     barwedge.xpm
1567     because.xpm
1568     beta.xpm
1569     beth.xpm
1570     between.xpm
1571     bigcap.xpm
1572     bigcirc.xpm
1573     bigcup.xpm
1574     bigodot.xpm
1575     bigoplus.xpm
1576     bigotimes.xpm
1577     bigsqcup.xpm
1578     bigstar.xpm
1579     bigtriangledown.xpm
1580     bigtriangleup.xpm
1581     biguplus.xpm
1582     bigvee.xpm
1583     bigwedge.xpm
1584     blacklozenge.xpm
1585     blacksquare.xpm
1586     blacktriangle.xpm
1587     blacktriangledown.xpm
1588     blacktriangleleft.xpm
1589     blacktriangleright.xpm
1590     bot.xpm
1591     bowtie.xpm
1592     boxdot.xpm
1593     boxminus.xpm
1594     boxplus.xpm
1595     boxtimes.xpm
1596     breve.xpm
1597     bullet.xpm
1598     bumpeq.xpm
1599     bumpeq2.xpm
1600     cap.xpm
1601     cap2.xpm
1602     cases.xpm
1603     cdot.xpm
1604     cdots.xpm
1605     centerdot.xpm
1606     check.xpm
1607     chi.xpm
1608     circ.xpm
1609     circeq.xpm
1610     circlearrowleft.xpm
1611     circlearrowright.xpm
1612     circledS.xpm
1613     circledast.xpm
1614     circledcirc.xpm
1615     circleddash.xpm
1616     clubsuit.xpm
1617     complement.xpm
1618     cong.xpm
1619     coprod.xpm
1620     cup.xpm
1621     cup2.xpm
1622     curlyeqprec.xpm
1623     curlyeqsucc.xpm
1624     curlyvee.xpm
1625     curlywedge.xpm
1626     curvearrowleft.xpm
1627     curvearrowright.xpm
1628     dagger.xpm
1629     daleth.xpm
1630     dashleftarrow.xpm
1631     dashrightarrow.xpm
1632     dashv.xpm
1633     ddagger.xpm
1634     ddot.xpm
1635     ddots.xpm
1636     delta.xpm
1637     delta2.xpm
1638     diagdown.xpm
1639     diagup.xpm
1640     diamond.xpm
1641     diamondsuit.xpm
1642     digamma.xpm
1643     div.xpm
1644     divideontimes.xpm
1645     dot.xpm
1646     doteq.xpm
1647     doteqdot.xpm
1648     dotsint.xpm
1649     dotsintop.xpm
1650     dotplus.xpm
1651     doublebarwedge.xpm
1652     downarrow.xpm
1653     downarrow2.xpm
1654     downdownarrows.xpm
1655     downharpoonleft.xpm
1656     downharpoonright.xpm
1657     ell.xpm
1658     empty.xpm
1659     emptyset.xpm
1660     epsilon.xpm
1661     eqcirc.xpm
1662     eqslantgtr.xpm
1663     eqslantless.xpm
1664     equiv.xpm
1665     eta.xpm
1666     eth.xpm
1667     exists.xpm
1668     fallingdotseq.xpm
1669     flat.xpm
1670     forall.xpm
1671     frac.xpm
1672     frac-square.xpm
1673     frown.xpm
1674     gamma.xpm
1675     gamma2.xpm
1676     geq.xpm
1677     geqq.xpm
1678     geqslant.xpm
1679     gg.xpm
1680     ggg.xpm
1681     gimel.xpm
1682     gnapprox.xpm
1683     gneq.xpm
1684     gneqq.xpm
1685     gnsim.xpm
1686     grave.xpm
1687     gtrapprox.xpm
1688     gtrdot.xpm
1689     gtreqless.xpm
1690     gtreqqless.xpm
1691     gtrless.xpm
1692     gtrsim.xpm
1693     gvertneqq.xpm
1694     hat.xpm
1695     hbar.xpm
1696     heartsuit.xpm
1697     hookleftarrow.xpm
1698     hookrightarrow.xpm
1699     hphantom.xpm
1700     hslash.xpm
1701     iiiint.xpm
1702     iiiintop.xpm
1703     iiint.xpm
1704     iiintop.xpm
1705     iintop.xpm
1706     iint.xpm
1707     imath.xpm
1708     in.xpm
1709     infty.xpm
1710     int.xpm
1711     intercal.xpm
1712     intop.xpm
1713     iota.xpm
1714     jmath.xpm
1715     kappa.xpm
1716     lambda.xpm
1717     lambda2.xpm
1718     langle.xpm
1719     lbrace.xpm
1720     lbrace_rbrace.xpm
1721     lbracket.xpm
1722     lbracket_rbracket.xpm
1723     lceil.xpm
1724     lceil_rceil.xpm
1725     ldots.xpm
1726     leftarrow.xpm
1727     leftarrow2.xpm
1728     leftarrowtail.xpm
1729     leftharpoondown.xpm
1730     leftharpoonup.xpm
1731     leftleftarrows.xpm
1732     leftrightarrow.xpm
1733     leftrightarrow2.xpm
1734     leftrightarrows.xpm
1735     leftrightharpoons.xpm
1736     leftrightsquigarrow.xpm
1737     leftthreetimes.xpm
1738     leq.xpm
1739     leqq.xpm
1740     leqslant.xpm
1741     lessapprox.xpm
1742     lessdot.xpm
1743     lesseqgtr.xpm
1744     lesseqqgtr.xpm
1745     lessgtr.xpm
1746     lesssim.xpm
1747     lfloor.xpm
1748     lfloor_rfloor.xpm
1749     ll.xpm
1750     llcorner.xpm
1751     lll.xpm
1752     lnapprox.xpm
1753     lneq.xpm
1754     lneqq.xpm
1755     lnsim.xpm
1756     longleftarrow.xpm
1757     longleftarrow2.xpm
1758     longleftrightarrow.xpm
1759     longleftrightarrow2.xpm
1760     longmapsto.xpm
1761     longrightarrow.xpm
1762     longrightarrow2.xpm
1763     looparrowleft.xpm
1764     looparrowright.xpm
1765     lozenge.xpm
1766     lparen.xpm
1767     lparen_rparen.xpm
1768     lrcorner.xpm
1769     ltimes.xpm
1770     lvertneqq.xpm
1771     mapsto.xpm
1772     mathbb_C.xpm
1773     mathbb_H.xpm
1774     mathbb_N.xpm
1775     mathbb_Q.xpm
1776     mathbb_R.xpm
1777     mathbb_Z.xpm
1778     mathcal_F.xpm
1779     mathcal_H.xpm
1780     mathcal_L.xpm
1781     mathcal_O.xpm
1782     mathcircumflex.xpm
1783     mathrm_T.xpm
1784     measuredangle.xpm
1785     mho.xpm
1786     mid.xpm
1787     models.xpm
1788     mp.xpm
1789     mu.xpm
1790     multimap.xpm
1791     nabla.xpm
1792     natural.xpm
1793     ncong.xpm
1794     nearrow.xpm
1795     neg.xpm
1796     neq.xpm
1797     nexists.xpm
1798     ngeq.xpm
1799     ngeqq.xpm
1800     ngeqslant.xpm
1801     ngtr.xpm
1802     ni.xpm
1803     nleftarrow.xpm
1804     nleftarrow2.xpm
1805     nleftrightarrow.xpm
1806     nleftrightarrow2.xpm
1807     nleq.xpm
1808     nleqq.xpm
1809     nleqslant.xpm
1810     nless.xpm
1811     nmid.xpm
1812     notin.xpm
1813     nparallel.xpm
1814     nprec.xpm
1815     npreceq.xpm
1816     nrightarrow.xpm
1817     nrightarrow2.xpm
1818     nshortmid.xpm
1819     nshortparallel.xpm
1820     nsim.xpm
1821     nsubseteq.xpm
1822     nsucc.xpm
1823     nsucceq.xpm
1824     nsupseteq.xpm
1825     nsupseteqq.xpm
1826     ntriangleleft.xpm
1827     ntrianglelefteq.xpm
1828     ntriangleright.xpm
1829     ntrianglerighteq.xpm
1830     nu.xpm
1831     nvdash.xpm
1832     nvdash2.xpm
1833     nvdash3.xpm
1834     nwarrow.xpm
1835     odot.xpm
1836     oiint.xpm
1837     oiintop.xpm
1838     oint.xpm
1839     ointclockwise.xpm
1840     ointclockwiseop.xpm
1841     ointctrclockwise.xpm
1842     ointctrclockwiseop.xpm
1843     ointop.xpm
1844     omega.xpm
1845     omega2.xpm
1846     ominus.xpm
1847     oplus.xpm
1848     oslash.xpm
1849     otimes.xpm
1850     overbrace.xpm
1851     overleftarrow.xpm
1852     overleftrightarrow.xpm
1853     overline.xpm
1854     overrightarrow.xpm
1855     overset.xpm
1856     parallel.xpm
1857     partial.xpm
1858     perp.xpm
1859     phantom.xpm
1860     phi.xpm
1861     phi2.xpm
1862     pi.xpm
1863     pi2.xpm
1864     pitchfork.xpm
1865     pm.xpm
1866     prec.xpm
1867     precapprox.xpm
1868     preccurlyeq.xpm
1869     preceq.xpm
1870     precnapprox.xpm
1871     precnsim.xpm
1872     precsim.xpm
1873     prime.xpm
1874     prod.xpm
1875     propto.xpm
1876     psi.xpm
1877     psi2.xpm
1878     rangle.xpm
1879     rbrace.xpm
1880     rbracket.xpm
1881     rceil.xpm
1882     rfloor.xpm
1883     rho.xpm
1884     rightarrow.xpm
1885     rightarrow2.xpm
1886     rightarrowtail.xpm
1887     rightharpoondown.xpm
1888     rightharpoonup.xpm
1889     rightleftarrows.xpm
1890     rightleftharpoons.xpm
1891     rightrightarrows.xpm
1892     rightsquigarrow.xpm
1893     rightthreetimes.xpm
1894     risingdotseq.xpm
1895     root.xpm
1896     rparen.xpm
1897     rtimes.xpm
1898     searrow.xpm
1899     setminus.xpm
1900     sharp.xpm
1901     shortmid.xpm
1902     shortparallel.xpm
1903     sigma.xpm
1904     sigma2.xpm
1905     sim.xpm
1906     simeq.xpm
1907     slash.xpm
1908     smallfrown.xpm
1909     smallsetminus.xpm
1910     smallsmile.xpm
1911     smile.xpm
1912     spadesuit.xpm
1913     sphericalangle.xpm
1914     sqcap.xpm
1915     sqcup.xpm
1916     sqiint.xpm
1917     sqiintop.xpm
1918     sqint.xpm
1919     sqintop.xpm
1920     sqrt.xpm
1921     sqsubset.xpm
1922     sqsubseteq.xpm
1923     sqsupset.xpm
1924     sqsupseteq.xpm
1925     square.xpm
1926     star.xpm
1927     subset.xpm
1928     subset2.xpm
1929     subseteq.xpm
1930     subseteqq.xpm
1931     subsetneq.xpm
1932     subsetneqq.xpm
1933     succ.xpm
1934     succapprox.xpm
1935     succcurlyeq.xpm
1936     succeq.xpm
1937     succnapprox.xpm
1938     succnsim.xpm
1939     succsim.xpm
1940     sum.xpm
1941     supset.xpm
1942     supset2.xpm
1943     supseteq.xpm
1944     supseteqq.xpm
1945     supsetneq.xpm
1946     supsetneqq.xpm
1947     surd.xpm
1948     swarrow.xpm
1949     tau.xpm
1950     textrm_Oe.xpm
1951     textrm_AA.xpm
1952     therefore.xpm
1953     theta.xpm
1954     theta2.xpm
1955     thickapprox.xpm
1956     thicksim.xpm
1957     tilde.xpm
1958     times.xpm
1959     top.xpm
1960     triangle.xpm
1961     triangledown.xpm
1962     triangleleft.xpm
1963     trianglelefteq.xpm
1964     triangleq.xpm
1965     triangleright.xpm
1966     trianglerighteq.xpm
1967     twoheadleftarrow.xpm
1968     twoheadrightarrow.xpm
1969     ulcorner.xpm
1970     underbrace.xpm
1971     underleftarrow.xpm
1972     underleftrightarrow.xpm
1973     underline.xpm
1974     underrightarrow.xpm
1975     underscore.xpm
1976     underset.xpm
1977     uparrow.xpm
1978     uparrow2.xpm
1979     updownarrow.xpm
1980     updownarrow2.xpm
1981     upharpoonleft.xpm
1982     upharpoonright.xpm
1983     uplus.xpm
1984     upsilon.xpm
1985     upsilon2.xpm
1986     upuparrows.xpm
1987     urcorner.xpm
1988     varepsilon.xpm
1989     varkappa.xpm
1990     varnothing.xpm
1991     varphi.xpm
1992     varpi.xpm
1993     varpropto.xpm
1994     varsigma.xpm
1995     varsubsetneq.xpm
1996     varsubsetneqq.xpm
1997     varsupsetneq.xpm
1998     varsupsetneqq.xpm
1999     vartheta.xpm
2000     vartriangle.xpm
2001     vartriangleleft.xpm
2002     vartriangleright.xpm
2003     vdash.xpm
2004     vdash2.xpm
2005     vdash3.xpm
2006     vdots.xpm
2007     vec.xpm
2008     vee.xpm
2009     veebar.xpm
2010     vphantom.xpm
2011     wedge.xpm
2012     widehat.xpm
2013     widetilde.xpm
2014     wp.xpm
2015     wr.xpm
2016     xi.xpm
2017     xi2.xpm
2018     zeta.xpm
2019 ''')
2020
2021
2022 lib_kbd_files = Split('''
2023     american-2.kmap
2024     american.kmap
2025     arabic.kmap
2026     bg-bds-1251.kmap
2027     brazil.kmap
2028     brazil2.kmap
2029     czech-prg.kmap
2030     czech.kmap
2031     european.kmap
2032     francais.kmap
2033     french.kmap
2034     german-2.kmap
2035     german-3.kmap
2036     german.kmap
2037     greek.kmap
2038     hebrew.kmap
2039     koi8-r.kmap
2040     koi8-u.kmap
2041     latvian.kmap
2042     magyar-2.kmap
2043     magyar-3.kmap
2044     magyar.kmap
2045     null.kmap
2046     polish.kmap
2047     polski.kmap
2048     portuges.kmap
2049     romanian.kmap
2050     serbian.kmap
2051     serbocroatian.kmap
2052     sf.kmap
2053     sg.kmap
2054     slovak.kmap
2055     slovene.kmap
2056     thai-kedmanee.kmap
2057     transilvanian.kmap
2058     turkish-f.kmap
2059     turkish.kmap
2060     espanol.kmap
2061 ''')
2062
2063
2064 lib_layouts_files = Split('''
2065     IEEEtran.layout
2066     aa.layout
2067     aapaper.layout
2068     aastex.layout
2069     agu-dtd.layout
2070     agums.layout
2071     amsart-plain.layout
2072     amsart-seq.layout
2073     amsart.layout
2074     amsbook.layout
2075     apa.layout
2076     arab-article.layout
2077     article.layout
2078     beamer.layout
2079     book.layout
2080     broadway.layout
2081     chess.layout
2082     cl2emult.layout
2083     cv.layout
2084     dinbrief.layout
2085     docbook-book.layout
2086     docbook-chapter.layout
2087     docbook-section.layout
2088     docbook.layout
2089     dtk.layout
2090     egs.layout
2091     elsart.layout
2092     entcs.layout
2093     europecv.layout
2094     extarticle.layout
2095     extbook.layout
2096     extletter.layout
2097     extreport.layout
2098     foils.layout
2099     g-brief-de.layout
2100     g-brief-en.layout
2101     g-brief2.layout
2102     heb-article.layout
2103     heb-letter.layout
2104     hollywood.layout
2105     ijmpc.layout
2106     ijmpd.layout
2107     isprs.layout
2108     jgrga.layout
2109     kluwer.layout
2110     latex8.layout
2111     letter.layout
2112     literate-article.layout
2113     literate-book.layout
2114     literate-report.layout
2115     llncs.layout
2116     ltugboat.layout
2117     manpage.layout
2118     memoir.layout
2119     moderncv.layout
2120     mwart.layout
2121     mwbk.layout
2122     mwrep.layout
2123     paper.layout
2124     report.layout
2125     revtex.layout
2126     revtex4.layout
2127     scrartcl.layout
2128     scrbook.layout
2129     scrlettr.layout
2130     scrlttr2.layout
2131     scrreprt.layout
2132     seminar.layout
2133     siamltex.layout
2134     simplecv.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 ''')