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