]> git.lyx.org Git - features.git/blob - development/scons/scons_manifest.py
* development/scons/scons_manifest.py: change LyXServer* to Server*
[features.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 intl_header_files = Split('''
4     eval-plural.h
5     gettextP.h
6     gmo.h
7     hash-string.h
8     libgnuintl.h
9     libintl.h
10     loadinfo.h
11     localcharset.h
12     os2compat.h
13     plural-exp.h
14     printf-args.h
15     printf-parse.h
16     relocatable.h
17     vasnprintf.h
18     vasnwprintf.h
19     wprintf-parse.h
20     xsize.h
21 ''')
22
23
24 intl_files = Split('''
25     bindtextdom.c
26     dcgettext.c
27     dcigettext.c
28     dcngettext.c
29     dgettext.c
30     dngettext.c
31     explodename.c
32     finddomain.c
33     gettext.c
34     intl-compat.c
35     l10nflist.c
36     loadmsgcat.c
37     localcharset.c
38     localealias.c
39     localename.c
40     log.c
41     ngettext.c
42     osdep.c
43     plural-exp.c
44     plural.c
45     printf.c
46     relocatable.c
47     textdomain.c
48 ''')
49
50
51 boost_libs_signals_src_files = Split('''
52     connection.cpp
53     named_slot_map.cpp
54     signal_base.cpp
55     slot.cpp
56     trackable.cpp
57 ''')
58
59
60 boost_libs_regex_src_files = Split('''
61     c_regex_traits.cpp
62     cpp_regex_traits.cpp
63     cregex.cpp
64     fileiter.cpp
65     instances.cpp
66     posix_api.cpp
67     regex.cpp
68     regex_debug.cpp
69     regex_raw_buffer.cpp
70     regex_traits_defaults.cpp
71     w32_regex_traits.cpp
72     wide_posix_api.cpp
73     winstances.cpp
74 ''')
75
76
77 boost_libs_filesystem_src_files = Split('''
78     exception.cpp
79     operations.cpp
80     path.cpp
81     portability.cpp
82 ''')
83
84
85 boost_libs_iostreams_src_files = Split('''
86     file_descriptor.cpp
87     mapped_file.cpp
88     zlib.cpp
89 ''')
90
91
92 src_support_header_files = Split('''
93     FileMonitor.h
94     RandomAccessList.h
95     convert.h
96     copied_ptr.h
97     cow_ptr.h
98     debugstream.h
99     docstream.h
100     docstring.h
101     environment.h
102     ExceptionMessage.h
103     FileFilterList.h
104     FileName.h
105     filetools.h
106     Forkedcall.h
107     ForkedCallQueue.h
108     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     LyXFont.h
932     tex2lyx.h
933     Parser.h
934 ''')
935
936
937 src_tex2lyx_copied_header_files = Split('''
938     LyXLayout.h
939     LyXTextClass.h
940     Lexer.h
941 ''')
942
943 src_tex2lyx_copied_files = Split('''
944     FloatList.cpp
945     Floating.cpp
946     Counters.cpp
947     LyXLayout.cpp
948     LyXTextClass.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     LyXFont.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     Format.h
1023     FuncRequest.h
1024     gettext.h
1025     Graph.h
1026     Importer.h
1027     InsetIterator.h
1028     Intl.h
1029     ISpell.h
1030     KeyMap.h
1031     KeySequence.h
1032     Language.h
1033     layout.h
1034     lengthcommon.h
1035     lfuns.h
1036     callback.h
1037     LyX.h
1038     lyx_sty.h
1039     lyxfind.h
1040     LyXFont.h
1041     LyXFunc.h
1042     LyXLayout.h
1043     lyxlayout_ptr_fwd.h
1044     Length.h
1045     Lexer.h
1046     LyXRC.h
1047     Row.h
1048     Server.h
1049     ServerSocket.h
1050     LyXText.h
1051     LyXTextClass.h
1052     LyXTextClassList.h
1053     LyXVC.h
1054     Messages.h
1055     MetricsInfo.h
1056     Mover.h
1057     output.h
1058     output_docbook.h
1059     output_latex.h
1060     output_plaintext.h
1061     OutputParams.h
1062     paper.h
1063     Paragraph.h
1064     paragraph_funcs.h
1065     ParagraphMetrics.h
1066     ParIterator.h
1067     PSpell.h
1068     rowpainter.h
1069     Session.h
1070     sgml.h
1071     tex-accent.h
1072     tex-strings.h
1073     TexRow.h
1074     TextMetrics.h
1075     toc.h
1076     Trans.h
1077     KmodInfo.h
1078     TransState.h
1079     Undo.h
1080     VCBackend.h
1081     version.h
1082     VSpace.h
1083 ''')
1084
1085
1086 src_pre_files = Split('''
1087     Bidi.cpp
1088     BranchList.cpp
1089     BufferView.cpp
1090     Bullet.cpp
1091     Chktex.cpp
1092     Color.cpp
1093     ConverterCache.cpp
1094     CutAndPaste.cpp
1095     DepTable.cpp
1096     FloatList.cpp
1097     Floating.cpp
1098     FontIterator.cpp
1099     FuncStatus.cpp
1100     InsetList.cpp
1101     LaTeX.cpp
1102     LaTeXFeatures.cpp
1103     LyXAction.cpp
1104     MenuBackend.cpp
1105     ParagraphParameters.cpp
1106     Spacing.cpp
1107     TocBackend.cpp
1108     ToolbarBackend.cpp
1109     Author.cpp
1110     boost.cpp
1111     Buffer.cpp
1112     buffer_funcs.cpp
1113     BufferList.cpp
1114     BufferParams.cpp
1115     bufferview_funcs.cpp
1116     Changes.cpp
1117     Converter.cpp
1118     CoordCache.cpp
1119     Counters.cpp
1120     Cursor.cpp
1121     CursorSlice.cpp
1122     debug.cpp
1123     DocIterator.cpp
1124     Encoding.cpp
1125     ErrorList.cpp
1126     Exporter.cpp
1127     factory.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     LyXFont.cpp
1144     LyXFunc.cpp
1145     LyXLayout.cpp
1146     Length.cpp
1147     Lexer.cpp
1148     LyXRC.cpp
1149     Row.cpp
1150     Server.cpp
1151     ServerSocket.cpp
1152     LyXTextClass.cpp
1153     LyXTextClassList.cpp
1154     LyXVC.cpp
1155     Messages.cpp
1156     MetricsInfo.cpp
1157     Mover.cpp
1158     output.cpp
1159     output_docbook.cpp
1160     output_latex.cpp
1161     output_plaintext.cpp
1162     OutputParams.cpp
1163     Paragraph.cpp
1164     paragraph_funcs.cpp
1165     ParagraphMetrics.cpp
1166     ParIterator.cpp
1167     rowpainter.cpp
1168     Session.cpp
1169     sgml.cpp
1170     tex-accent.cpp
1171     tex-strings.cpp
1172     TexRow.cpp
1173     text.cpp
1174     text2.cpp
1175     text3.cpp
1176     TextMetrics.cpp
1177     toc.cpp
1178     Trans.cpp
1179     TransState.cpp
1180     Undo.cpp
1181     VCBackend.cpp
1182     version.cpp
1183     VSpace.cpp
1184 ''')
1185
1186
1187 src_post_files = Split('''
1188     Dimension.cpp
1189     PrinterParams.cpp
1190     Box.cpp
1191     Thesaurus.cpp
1192     SpellBase.cpp
1193 ''')
1194
1195
1196 lib_files = Split('''
1197     CREDITS
1198     chkconfig.ltx
1199     external_templates
1200     encodings
1201     languages
1202     symbols
1203     syntax.default
1204     unicodesymbols
1205     configure.py
1206 ''')
1207
1208
1209 # do not install, ignore
1210 lib_image_noinst_files = Split('''
1211     images/README
1212     images/font-smallcaps.xpm
1213     images/math/ams_arrows.xbm
1214     images/math/ams_misc.xbm
1215     images/math/ams_nrel.xbm
1216     images/math/ams_ops.xbm
1217     images/math/ams_rel.xbm
1218     images/math/arrows.xbm
1219     images/math/bop.xbm
1220     images/math/brel.xbm
1221     images/math/deco.xbm
1222     images/math/deco.xpm
1223     images/math/delim0.xpm
1224     images/math/delim1.xpm
1225     images/math/delim.xbm
1226     images/math/dots.xbm
1227     images/math/font.xbm
1228     images/math/greek.xbm
1229     images/math/misc.xbm
1230     images/math/varsz.xbm
1231 ''')
1232
1233
1234 lib_bind_de_files = Split('''
1235     menus.bind
1236 ''')
1237
1238 lib_bind_fi_files = Split('''
1239     menus.bind
1240 ''')
1241
1242 lib_bind_pt_files = Split('''
1243     menus.bind
1244 ''')
1245
1246 lib_bind_sv_files = Split('''
1247     menus.bind
1248 ''')
1249
1250 lib_bind_files = Split('''
1251     broadway.bind
1252     cua.bind
1253     cyrkeys.bind
1254     emacs.bind
1255     greekkeys.bind
1256     hollywood.bind
1257     latinkeys.bind
1258     mac.bind
1259     math.bind
1260     menus.bind
1261     sciword.bind
1262     xemacs.bind
1263     aqua.bind
1264 ''')
1265
1266
1267 lib_examples_ca_files = Split('''
1268     splash.lyx
1269 ''')
1270
1271 lib_examples_cs_files = Split('''
1272     splash.lyx
1273 ''')
1274
1275 lib_examples_da_files = Split('''
1276     splash.lyx
1277 ''')
1278
1279 lib_examples_de_files = Split('''
1280     Dezimal.lyx
1281     ItemizeBullets.lyx
1282     Lebenslauf.lyx
1283     Minipage.lyx
1284     TableExamples.lyx
1285     Waehrungen.lyx
1286     beispiel_gelyxt.lyx
1287     beispiel_roh.lyx
1288     splash.lyx
1289     mathed.lyx
1290     multicol.lyx
1291 ''')
1292
1293 lib_examples_es_files = Split('''
1294     ejemplo_con_lyx.lyx
1295     ejemplo_sin_lyx.lyx
1296     splash.lyx
1297 ''')
1298
1299 lib_examples_eu_files = Split('''
1300     adibide_gordina.lyx
1301     adibide_lyx-atua.lyx
1302     splash.lyx
1303 ''')
1304
1305 lib_examples_fr_files = Split('''
1306     AlignementDecimal.lyx
1307     CV.lyx
1308     ExemplesTableaux.lyx
1309     Foils.lyx
1310     ListesPuces.lyx
1311     Minipage.lyx
1312     exemple_brut.lyx
1313     exemple_lyxifie.lyx
1314     mathed.lyx
1315     multicol.lyx
1316     splash.lyx
1317 ''')
1318
1319 lib_examples_he_files = Split('''
1320     example_raw.lyx
1321     he_example_lyxified.lyx
1322     he_example_raw.lyx
1323 ''')
1324
1325 lib_examples_hu_files = Split('''
1326     splash.lyx
1327 ''')
1328
1329 lib_examples_it_files = Split('''
1330     ItemizeBullets.lyx
1331     splash.lyx
1332 ''')
1333
1334 lib_examples_nl_files = Split('''
1335     multicol.lyx
1336     opsommingstekens.lyx
1337     splash.lyx
1338     voorbeeld_ruw.lyx
1339     voorbeeld_verlyxt.lyx
1340 ''')
1341
1342 lib_examples_pl_files = Split('''
1343     splash.lyx
1344 ''')
1345
1346 lib_examples_pt_files = Split('''
1347     splash.lyx
1348 ''')
1349
1350 lib_examples_ru_files = Split('''
1351     splash.lyx
1352 ''')
1353
1354 lib_examples_sl_files = Split('''
1355     primer_lyxan.lyx
1356     primer_surov.lyx
1357     splash.lyx
1358 ''')
1359
1360 lib_examples_ro_files = Split('''
1361     splash.lyx
1362 ''')
1363
1364 lib_examples_files = Split('''
1365     Foils.lyx
1366     ItemizeBullets.lyx
1367     Literate.lyx
1368     Minipage.lyx
1369     TableExamples.lyx
1370     aa_sample.lyx
1371     aas_sample.lyx
1372     amsart-test.lyx
1373     amsbook-test.lyx
1374     beamer-g4.jpg
1375     beamer-g4-mask.jpg
1376     beamer-icsi-logo.pdf
1377     beamer-knight1-mask.png
1378     beamer-knight1.png
1379     beamer-knight2-mask.png
1380     beamer-knight2.png
1381     beamer-knight3-mask.png
1382     beamer-knight3.png
1383     beamer-knight4-mask.png
1384     beamer-knight4.png
1385     beamerlyxexample1.lyx
1386     chess-article.lyx
1387     chessgame.lyx
1388     currency.lyx
1389     cv.lyx
1390     docbook_article.lyx
1391     example_lyxified.lyx
1392     example_raw.lyx
1393     g-brief2.lyx
1394     iecc05.fen
1395     iecc07.fen
1396     iecc12.fen
1397     landslide.lyx
1398     listerrors.lyx
1399     mathed.lyx
1400     multicol.lyx
1401     noweb2lyx.lyx
1402     script_form.lyx
1403     simplecv.lyx
1404     splash.lyx
1405 ''')
1406
1407 lib_fonts_files = Split('''
1408     BaKoMaFontLicense.txt
1409     cmex10.ttf
1410     cmmi10.ttf
1411     cmr10.ttf
1412     cmsy10.ttf
1413     eufm10.ttf
1414     msam10.ttf
1415     msbm10.ttf
1416     ReadmeBaKoMa4LyX.txt
1417     wasy10.ttf
1418 ''')
1419
1420 lib_images_files = Split('''
1421     all-changes-reject.xpm
1422     all-changes-accept.xpm
1423     amssymb.xpm
1424     banner.png
1425     bookmark-goto.xpm
1426     bookmark-save.xpm
1427     break-line.xpm
1428     buffer-close.xpm
1429     buffer-export_dvi.xpm
1430     buffer-export_latex.xpm
1431     buffer-export_pdf2.xpm
1432     buffer-export_ps.xpm
1433     buffer-export_text.xpm
1434     buffer-new.xpm
1435     buffer-reload.xpm
1436     buffer-update_dvi.xpm
1437     buffer-update_pdf2.xpm
1438     buffer-update_ps.xpm
1439     buffer-view_dvi.xpm
1440     buffer-view_pdf2.xpm
1441     buffer-view_ps.xpm
1442     buffer-write-as.xpm
1443     buffer-write.xpm
1444     build-program.xpm
1445     change-accept.xpm
1446     change-next.xpm
1447     change-reject.xpm
1448     changes-merge.xpm
1449     changes-output.xpm
1450     changes-track.xpm
1451     copy.xpm
1452     cut.xpm
1453     depth-decrement.xpm
1454     depth-increment.xpm
1455     dialog-preferences.xpm
1456     dialog-show-new-inset_citation.xpm
1457     dialog-show-new-inset_graphics.xpm
1458     dialog-show-new-inset_include.xpm
1459     dialog-show-new-inset_ref.xpm
1460     dialog-show_character.xpm
1461     dialog-show_findreplace.xpm
1462     dialog-show_mathdelimiter.xpm
1463     dialog-show_mathmatrix.xpm
1464     dialog-show_print.xpm
1465     dialog-show_spellchecker.xpm
1466     down.xpm
1467     ert-insert.xpm
1468     file-open.xpm
1469     float-insert_figure.xpm
1470     float-insert_table.xpm
1471     font-bold.xpm
1472     font-emph.xpm
1473     font-free-apply.xpm
1474     font-noun.xpm
1475     font-sans.xpm
1476     footnote-insert.xpm
1477     index-insert.xpm
1478     label-insert.xpm
1479     layout.xpm
1480     layout-document.xpm
1481     layout-paragraph.xpm
1482     layout_Description.xpm
1483     layout_Enumerate.xpm
1484     layout_Itemize.xpm
1485     layout_List.xpm
1486     layout_LyX-Code.xpm
1487     layout_Scrap.xpm
1488     layout_Section.xpm
1489     lyx-quit.xpm
1490     lyx.xpm
1491     marginalnote-insert.xpm
1492     math-display.xpm
1493     math-matrix.xpm
1494     math-mode.xpm
1495     math-subscript.xpm
1496     math-superscript.xpm
1497     nomencl-insert.xpm
1498     note-insert.xpm
1499     note-next.xpm
1500     paste.xpm
1501     psnfss1.xpm
1502     psnfss2.xpm
1503     psnfss3.xpm
1504     psnfss4.xpm
1505     redo.xpm
1506     standard.xpm
1507     tabular-feature_align-center.xpm
1508     tabular-feature_align-left.xpm
1509     tabular-feature_align-right.xpm
1510     tabular-feature_append-column.xpm
1511     tabular-feature_append-row.xpm
1512     tabular-feature_delete-column.xpm
1513     tabular-feature_delete-row.xpm
1514     tabular-feature_multicolumn.xpm
1515     tabular-feature_set-all-lines.xpm
1516     tabular-feature_set-longtabular.xpm
1517     tabular-feature_set-rotate-cell.xpm
1518     tabular-feature_set-rotate-tabular.xpm
1519     tabular-feature_toggle-line-bottom.xpm
1520     tabular-feature_toggle-line-left.xpm
1521     tabular-feature_toggle-line-right.xpm
1522     tabular-feature_toggle-line-top.xpm
1523     tabular-feature_unset-all-lines.xpm
1524     tabular-feature_valign-bottom.xpm
1525     tabular-feature_valign-middle.xpm
1526     tabular-feature_valign-top.xpm
1527     tabular-insert.xpm
1528     thesaurus-entry.xpm
1529     toc-view.xpm
1530     undo.xpm
1531     unknown.xpm
1532     up.xpm
1533     url-insert.xpm
1534 ''')
1535
1536
1537 lib_images_math_files = Split('''
1538     style.xbm
1539     font.xpm
1540     delim.xpm
1541     equation.xpm
1542     matrix.xpm
1543     space.xpm
1544     sqrt-square.xpm
1545     style.xpm
1546     sub.xpm
1547     super.xpm
1548     Bbbk.xpm
1549     Finv.xpm
1550     Game.xpm
1551     Im.xpm
1552     Lleftarrow.xpm
1553     Rrightarrow.xpm
1554     Lsh.xpm
1555     Re.xpm
1556     Rsh.xpm
1557     Vert.xpm
1558     Vvdash.xpm
1559     acute.xpm
1560     aleph.xpm
1561     alpha.xpm
1562     amalg.xpm
1563     angle.xpm
1564     approx.xpm
1565     approxeq.xpm
1566     asymp.xpm
1567     backepsilon.xpm
1568     backprime.xpm
1569     backsim.xpm
1570     backsimeq.xpm
1571     backslash.xpm
1572     bar.xpm
1573     bars.xpm
1574     barwedge.xpm
1575     because.xpm
1576     beta.xpm
1577     beth.xpm
1578     between.xpm
1579     bigcap.xpm
1580     bigcirc.xpm
1581     bigcup.xpm
1582     bigodot.xpm
1583     bigoplus.xpm
1584     bigotimes.xpm
1585     bigsqcup.xpm
1586     bigstar.xpm
1587     bigtriangledown.xpm
1588     bigtriangleup.xpm
1589     biguplus.xpm
1590     bigvee.xpm
1591     bigwedge.xpm
1592     blacklozenge.xpm
1593     blacksquare.xpm
1594     blacktriangle.xpm
1595     blacktriangledown.xpm
1596     blacktriangleleft.xpm
1597     blacktriangleright.xpm
1598     bot.xpm
1599     bowtie.xpm
1600     boxdot.xpm
1601     boxminus.xpm
1602     boxplus.xpm
1603     boxtimes.xpm
1604     breve.xpm
1605     bullet.xpm
1606     bumpeq.xpm
1607     bumpeq2.xpm
1608     cap.xpm
1609     cap2.xpm
1610     cases.xpm
1611     cdot.xpm
1612     cdots.xpm
1613     centerdot.xpm
1614     check.xpm
1615     chi.xpm
1616     circ.xpm
1617     circeq.xpm
1618     circlearrowleft.xpm
1619     circlearrowright.xpm
1620     circledS.xpm
1621     circledast.xpm
1622     circledcirc.xpm
1623     circleddash.xpm
1624     clubsuit.xpm
1625     complement.xpm
1626     cong.xpm
1627     coprod.xpm
1628     cup.xpm
1629     cup2.xpm
1630     curlyeqprec.xpm
1631     curlyeqsucc.xpm
1632     curlyvee.xpm
1633     curlywedge.xpm
1634     curvearrowleft.xpm
1635     curvearrowright.xpm
1636     dagger.xpm
1637     daleth.xpm
1638     dashleftarrow.xpm
1639     dashrightarrow.xpm
1640     dashv.xpm
1641     ddagger.xpm
1642     ddot.xpm
1643     ddots.xpm
1644     delta.xpm
1645     delta2.xpm
1646     diagdown.xpm
1647     diagup.xpm
1648     diamond.xpm
1649     diamondsuit.xpm
1650     digamma.xpm
1651     div.xpm
1652     divideontimes.xpm
1653     dot.xpm
1654     doteq.xpm
1655     doteqdot.xpm
1656     dotsint.xpm
1657     dotsintop.xpm
1658     dotplus.xpm
1659     doublebarwedge.xpm
1660     downarrow.xpm
1661     downarrow2.xpm
1662     downdownarrows.xpm
1663     downharpoonleft.xpm
1664     downharpoonright.xpm
1665     ell.xpm
1666     empty.xpm
1667     emptyset.xpm
1668     epsilon.xpm
1669     eqcirc.xpm
1670     eqslantgtr.xpm
1671     eqslantless.xpm
1672     equiv.xpm
1673     eta.xpm
1674     eth.xpm
1675     exists.xpm
1676     fallingdotseq.xpm
1677     flat.xpm
1678     forall.xpm
1679     frac.xpm
1680     frac-square.xpm
1681     frown.xpm
1682     gamma.xpm
1683     gamma2.xpm
1684     geq.xpm
1685     geqq.xpm
1686     geqslant.xpm
1687     gg.xpm
1688     ggg.xpm
1689     gimel.xpm
1690     gnapprox.xpm
1691     gneq.xpm
1692     gneqq.xpm
1693     gnsim.xpm
1694     grave.xpm
1695     gtrapprox.xpm
1696     gtrdot.xpm
1697     gtreqless.xpm
1698     gtreqqless.xpm
1699     gtrless.xpm
1700     gtrsim.xpm
1701     gvertneqq.xpm
1702     hat.xpm
1703     hbar.xpm
1704     heartsuit.xpm
1705     hookleftarrow.xpm
1706     hookrightarrow.xpm
1707     hphantom.xpm
1708     hslash.xpm
1709     iiiint.xpm
1710     iiiintop.xpm
1711     iiint.xpm
1712     iiintop.xpm
1713     iintop.xpm
1714     iint.xpm
1715     imath.xpm
1716     in.xpm
1717     infty.xpm
1718     int.xpm
1719     intercal.xpm
1720     intop.xpm
1721     iota.xpm
1722     jmath.xpm
1723     kappa.xpm
1724     lambda.xpm
1725     lambda2.xpm
1726     langle.xpm
1727     lbrace.xpm
1728     lbrace_rbrace.xpm
1729     lbracket.xpm
1730     lbracket_rbracket.xpm
1731     lceil.xpm
1732     lceil_rceil.xpm
1733     ldots.xpm
1734     leftarrow.xpm
1735     leftarrow2.xpm
1736     leftarrowtail.xpm
1737     leftharpoondown.xpm
1738     leftharpoonup.xpm
1739     leftleftarrows.xpm
1740     leftrightarrow.xpm
1741     leftrightarrow2.xpm
1742     leftrightarrows.xpm
1743     leftrightharpoons.xpm
1744     leftrightsquigarrow.xpm
1745     leftthreetimes.xpm
1746     leq.xpm
1747     leqq.xpm
1748     leqslant.xpm
1749     lessapprox.xpm
1750     lessdot.xpm
1751     lesseqgtr.xpm
1752     lesseqqgtr.xpm
1753     lessgtr.xpm
1754     lesssim.xpm
1755     lfloor.xpm
1756     lfloor_rfloor.xpm
1757     ll.xpm
1758     llcorner.xpm
1759     lll.xpm
1760     lnapprox.xpm
1761     lneq.xpm
1762     lneqq.xpm
1763     lnsim.xpm
1764     longleftarrow.xpm
1765     longleftarrow2.xpm
1766     longleftrightarrow.xpm
1767     longleftrightarrow2.xpm
1768     longmapsto.xpm
1769     longrightarrow.xpm
1770     longrightarrow2.xpm
1771     looparrowleft.xpm
1772     looparrowright.xpm
1773     lozenge.xpm
1774     lparen.xpm
1775     lparen_rparen.xpm
1776     lrcorner.xpm
1777     ltimes.xpm
1778     lvertneqq.xpm
1779     mapsto.xpm
1780     mathbb_C.xpm
1781     mathbb_H.xpm
1782     mathbb_N.xpm
1783     mathbb_Q.xpm
1784     mathbb_R.xpm
1785     mathbb_Z.xpm
1786     mathcal_F.xpm
1787     mathcal_H.xpm
1788     mathcal_L.xpm
1789     mathcal_O.xpm
1790     mathcircumflex.xpm
1791     mathrm_T.xpm
1792     measuredangle.xpm
1793     mho.xpm
1794     mid.xpm
1795     models.xpm
1796     mp.xpm
1797     mu.xpm
1798     multimap.xpm
1799     nabla.xpm
1800     natural.xpm
1801     ncong.xpm
1802     nearrow.xpm
1803     neg.xpm
1804     neq.xpm
1805     nexists.xpm
1806     ngeq.xpm
1807     ngeqq.xpm
1808     ngeqslant.xpm
1809     ngtr.xpm
1810     ni.xpm
1811     nleftarrow.xpm
1812     nleftarrow2.xpm
1813     nleftrightarrow.xpm
1814     nleftrightarrow2.xpm
1815     nleq.xpm
1816     nleqq.xpm
1817     nleqslant.xpm
1818     nless.xpm
1819     nmid.xpm
1820     notin.xpm
1821     nparallel.xpm
1822     nprec.xpm
1823     npreceq.xpm
1824     nrightarrow.xpm
1825     nrightarrow2.xpm
1826     nshortmid.xpm
1827     nshortparallel.xpm
1828     nsim.xpm
1829     nsubseteq.xpm
1830     nsucc.xpm
1831     nsucceq.xpm
1832     nsupseteq.xpm
1833     nsupseteqq.xpm
1834     ntriangleleft.xpm
1835     ntrianglelefteq.xpm
1836     ntriangleright.xpm
1837     ntrianglerighteq.xpm
1838     nu.xpm
1839     nvdash.xpm
1840     nvdash2.xpm
1841     nvdash3.xpm
1842     nwarrow.xpm
1843     odot.xpm
1844     oiint.xpm
1845     oiintop.xpm
1846     oint.xpm
1847     ointclockwise.xpm
1848     ointclockwiseop.xpm
1849     ointctrclockwise.xpm
1850     ointctrclockwiseop.xpm
1851     ointop.xpm
1852     omega.xpm
1853     omega2.xpm
1854     ominus.xpm
1855     oplus.xpm
1856     oslash.xpm
1857     otimes.xpm
1858     overbrace.xpm
1859     overleftarrow.xpm
1860     overleftrightarrow.xpm
1861     overline.xpm
1862     overrightarrow.xpm
1863     overset.xpm
1864     parallel.xpm
1865     partial.xpm
1866     perp.xpm
1867     phantom.xpm
1868     phi.xpm
1869     phi2.xpm
1870     pi.xpm
1871     pi2.xpm
1872     pitchfork.xpm
1873     pm.xpm
1874     prec.xpm
1875     precapprox.xpm
1876     preccurlyeq.xpm
1877     preceq.xpm
1878     precnapprox.xpm
1879     precnsim.xpm
1880     precsim.xpm
1881     prime.xpm
1882     prod.xpm
1883     propto.xpm
1884     psi.xpm
1885     psi2.xpm
1886     rangle.xpm
1887     rbrace.xpm
1888     rbracket.xpm
1889     rceil.xpm
1890     rfloor.xpm
1891     rho.xpm
1892     rightarrow.xpm
1893     rightarrow2.xpm
1894     rightarrowtail.xpm
1895     rightharpoondown.xpm
1896     rightharpoonup.xpm
1897     rightleftarrows.xpm
1898     rightleftharpoons.xpm
1899     rightrightarrows.xpm
1900     rightsquigarrow.xpm
1901     rightthreetimes.xpm
1902     risingdotseq.xpm
1903     root.xpm
1904     rparen.xpm
1905     rtimes.xpm
1906     searrow.xpm
1907     setminus.xpm
1908     sharp.xpm
1909     shortmid.xpm
1910     shortparallel.xpm
1911     sigma.xpm
1912     sigma2.xpm
1913     sim.xpm
1914     simeq.xpm
1915     slash.xpm
1916     smallfrown.xpm
1917     smallsetminus.xpm
1918     smallsmile.xpm
1919     smile.xpm
1920     spadesuit.xpm
1921     sphericalangle.xpm
1922     sqcap.xpm
1923     sqcup.xpm
1924     sqiint.xpm
1925     sqiintop.xpm
1926     sqint.xpm
1927     sqintop.xpm
1928     sqrt.xpm
1929     sqsubset.xpm
1930     sqsubseteq.xpm
1931     sqsupset.xpm
1932     sqsupseteq.xpm
1933     square.xpm
1934     star.xpm
1935     subset.xpm
1936     subset2.xpm
1937     subseteq.xpm
1938     subseteqq.xpm
1939     subsetneq.xpm
1940     subsetneqq.xpm
1941     succ.xpm
1942     succapprox.xpm
1943     succcurlyeq.xpm
1944     succeq.xpm
1945     succnapprox.xpm
1946     succnsim.xpm
1947     succsim.xpm
1948     sum.xpm
1949     supset.xpm
1950     supset2.xpm
1951     supseteq.xpm
1952     supseteqq.xpm
1953     supsetneq.xpm
1954     supsetneqq.xpm
1955     surd.xpm
1956     swarrow.xpm
1957     tau.xpm
1958     textrm_Oe.xpm
1959     textrm_AA.xpm
1960     therefore.xpm
1961     theta.xpm
1962     theta2.xpm
1963     thickapprox.xpm
1964     thicksim.xpm
1965     tilde.xpm
1966     times.xpm
1967     top.xpm
1968     triangle.xpm
1969     triangledown.xpm
1970     triangleleft.xpm
1971     trianglelefteq.xpm
1972     triangleq.xpm
1973     triangleright.xpm
1974     trianglerighteq.xpm
1975     twoheadleftarrow.xpm
1976     twoheadrightarrow.xpm
1977     ulcorner.xpm
1978     underbrace.xpm
1979     underleftarrow.xpm
1980     underleftrightarrow.xpm
1981     underline.xpm
1982     underrightarrow.xpm
1983     underscore.xpm
1984     underset.xpm
1985     uparrow.xpm
1986     uparrow2.xpm
1987     updownarrow.xpm
1988     updownarrow2.xpm
1989     upharpoonleft.xpm
1990     upharpoonright.xpm
1991     uplus.xpm
1992     upsilon.xpm
1993     upsilon2.xpm
1994     upuparrows.xpm
1995     urcorner.xpm
1996     varepsilon.xpm
1997     varkappa.xpm
1998     varnothing.xpm
1999     varphi.xpm
2000     varpi.xpm
2001     varpropto.xpm
2002     varsigma.xpm
2003     varsubsetneq.xpm
2004     varsubsetneqq.xpm
2005     varsupsetneq.xpm
2006     varsupsetneqq.xpm
2007     vartheta.xpm
2008     vartriangle.xpm
2009     vartriangleleft.xpm
2010     vartriangleright.xpm
2011     vdash.xpm
2012     vdash2.xpm
2013     vdash3.xpm
2014     vdots.xpm
2015     vec.xpm
2016     vee.xpm
2017     veebar.xpm
2018     vphantom.xpm
2019     wedge.xpm
2020     widehat.xpm
2021     widetilde.xpm
2022     wp.xpm
2023     wr.xpm
2024     xi.xpm
2025     xi2.xpm
2026     zeta.xpm
2027 ''')
2028
2029
2030 lib_kbd_files = Split('''
2031     american-2.kmap
2032     american.kmap
2033     arabic.kmap
2034     bg-bds-1251.kmap
2035     brazil.kmap
2036     brazil2.kmap
2037     czech-prg.kmap
2038     czech.kmap
2039     european.kmap
2040     francais.kmap
2041     french.kmap
2042     german-2.kmap
2043     german-3.kmap
2044     german.kmap
2045     greek.kmap
2046     hebrew.kmap
2047     koi8-r.kmap
2048     koi8-u.kmap
2049     latvian.kmap
2050     magyar-2.kmap
2051     magyar-3.kmap
2052     magyar.kmap
2053     null.kmap
2054     polish.kmap
2055     polski.kmap
2056     portuges.kmap
2057     romanian.kmap
2058     serbian.kmap
2059     serbocroatian.kmap
2060     sf.kmap
2061     sg.kmap
2062     slovak.kmap
2063     slovene.kmap
2064     thai-kedmanee.kmap
2065     transilvanian.kmap
2066     turkish-f.kmap
2067     turkish.kmap
2068     espanol.kmap
2069 ''')
2070
2071
2072 lib_layouts_files = Split('''
2073     IEEEtran.layout
2074     aa.layout
2075     aapaper.layout
2076     aastex.layout
2077     agu-dtd.layout
2078     agums.layout
2079     amsart-plain.layout
2080     amsart-seq.layout
2081     amsart.layout
2082     amsbook.layout
2083     apa.layout
2084     arab-article.layout
2085     article.layout
2086     beamer.layout
2087     book.layout
2088     broadway.layout
2089     chess.layout
2090     cl2emult.layout
2091     cv.layout
2092     dinbrief.layout
2093     docbook-book.layout
2094     docbook-chapter.layout
2095     docbook-section.layout
2096     docbook.layout
2097     dtk.layout
2098     egs.layout
2099     elsart.layout
2100     entcs.layout
2101     europecv.layout
2102     extarticle.layout
2103     extbook.layout
2104     extletter.layout
2105     extreport.layout
2106     foils.layout
2107     g-brief-de.layout
2108     g-brief-en.layout
2109     g-brief2.layout
2110     heb-article.layout
2111     heb-letter.layout
2112     hollywood.layout
2113     ijmpc.layout
2114     ijmpd.layout
2115     isprs.layout
2116     jgrga.layout
2117     kluwer.layout
2118     latex8.layout
2119     letter.layout
2120     literate-article.layout
2121     literate-book.layout
2122     literate-report.layout
2123     llncs.layout
2124     ltugboat.layout
2125     manpage.layout
2126     memoir.layout
2127     moderncv.layout
2128     mwart.layout
2129     mwbk.layout
2130     mwrep.layout
2131     paper.layout
2132     report.layout
2133     revtex.layout
2134     revtex4.layout
2135     scrartcl.layout
2136     scrbook.layout
2137     scrlettr.layout
2138     scrlttr2.layout
2139     scrreprt.layout
2140     seminar.layout
2141     siamltex.layout
2142     simplecv.layout
2143     slides.layout
2144     spie.layout
2145     svglobal.layout
2146     svjog.layout
2147     svprobth.layout
2148     aapaper.inc
2149     agu_stdclass.inc
2150     agu_stdcounters.inc
2151     agu_stdlists.inc
2152     agu_stdsections.inc
2153     agu_stdtitle.inc
2154     aguplus.inc
2155     amsdefs.inc
2156     amsmaths-plain.inc
2157     amsmaths-seq.inc
2158     amsmaths.inc
2159     db_lyxmacros.inc
2160     db_stdcharstyles.inc
2161     db_stdclass.inc
2162     db_stdcounters.inc
2163     db_stdlayouts.inc
2164     db_stdlists.inc
2165     db_stdsections.inc
2166     db_stdstarsections.inc
2167     db_stdstruct.inc
2168     db_stdtitle.inc
2169     literate-scrap.inc
2170     lyxmacros.inc
2171     numarticle.inc
2172     numreport.inc
2173     numrevtex.inc
2174     scrclass.inc
2175     stdclass.inc
2176     stdcounters.inc
2177     stdfloats.inc
2178     stdlayouts.inc
2179     stdletter.inc
2180     stdlists.inc
2181     stdsections.inc
2182     stdstarsections.inc
2183     stdstruct.inc
2184     stdtitle.inc
2185     svjour.inc
2186 ''')
2187
2188
2189 lib_scripts_files = Split('''
2190     TeXFiles.py
2191     clean_dvi.py
2192     convertDefault.py
2193     date.py
2194     fen2ascii.py
2195     fig2pdftex.py
2196     fig2pstex.py
2197     fig_copy.py
2198     layout2layout.py
2199     legacy_lyxpreview2ppm.py
2200     listerrors
2201     lyxpreview2bitmap.py
2202     lyxpreview_tools.py
2203     tex_copy.py
2204 ''')
2205
2206
2207 lib_templates_files = Split('''
2208     IEEEtran.lyx
2209     README.new_templates
2210     aa.lyx
2211     aastex.lyx
2212     agu_article.lyx
2213     beamer-conference-ornate-20min.lyx
2214     biblioExample.bib
2215     CV-image.eps
2216     CV-image.png
2217     de_beamer-conference-ornate-20min.lyx
2218     dinbrief.lyx
2219     docbook_article.lyx
2220     elsart.lyx
2221     europeCV.lyx
2222     fr_beamer-conference-ornate-20min.lyx
2223     g-brief2.lyx
2224     g-brief-de.lyx
2225     g-brief-en.lyx
2226     ijmpc.lyx
2227     ijmpd.lyx
2228     hollywood.lyx
2229     kluwer.lyx
2230     koma-letter2.lyx
2231     latex8.lyx
2232     letter.lyx
2233     modernCV.lyx
2234     revtex.lyx
2235     revtex4.lyx
2236     slides.lyx
2237 ''')
2238
2239
2240 lib_tex_files = Split('''
2241     broadway.cls
2242     cv.cls
2243     hollywood.cls
2244     lyxchess.sty
2245     lyxskak.sty
2246     revtex.cls
2247 ''')
2248
2249
2250 lib_ui_files = Split('''
2251     classic.ui
2252     default.ui
2253     stdmenus.inc
2254     stdtoolbars.inc
2255 ''')
2256
2257 lib_doc_clipart_files = Split('''
2258     BoxInsetDefaultQt4.png
2259     ChildDocumentQt4.png
2260     CommentNoteImageQt4.png
2261     escher-lsd.eps
2262     endnotes.pdf
2263     ExternalMaterialQt4.png
2264     floatQt4.png
2265     footnoteQt4.png
2266     FramedNoteImageQt4.png
2267     GreyedOutNoteImageQt4.png
2268     labelQt4.png
2269     LyXNoteImageQt4.png
2270     mobius.eps
2271     platypus.eps
2272     referenceQt4.png
2273     ShadedNoteImageQt4.png
2274     with_fntright.pdf
2275     without_fntright.pdf
2276 ''')
2277
2278 lib_doc_cs_files = Split('''
2279     Tutorial.lyx
2280 ''')
2281
2282 lib_doc_da_files = Split('''
2283     Intro.lyx
2284 ''')
2285
2286 lib_doc_de_files = Split('''
2287     Customization.lyx
2288     Extended.lyx
2289     FAQ.lyx
2290     Intro.lyx
2291     Tutorial.lyx
2292     UserGuide.lyx
2293 ''')
2294
2295 lib_doc_es_files = Split('''
2296     DocumentoPostizo1.lyx
2297     DocumentoPostizo2.lyx
2298     DocumentoTextoPostizo.txt
2299     EmbeddedObjects.lyx
2300     Extended.lyx
2301     Intro.lyx
2302     Tutorial.lyx
2303 ''')
2304
2305 lib_doc_es_clipart_files = Split('''
2306     ComentNotaImagenQt4.png
2307     CuadroMinipagQt4.png
2308     DocumentoHijoQt4.png
2309     etiquetaQt4.png
2310     flotanteQt4.png
2311     GrisNotaImagenQt4.png
2312     MaterialExternoQt4.png
2313     NotaEnmarcadaImg.png
2314     NotaLyXImagenQt4.png
2315     notapieQt4.png
2316     NotaSombreadaImg.png
2317     referenciaQt4.png
2318 ''')
2319
2320 lib_doc_eu_files = Split('''
2321     Customization.lyx
2322     Extended.lyx
2323     FAQ.lyx
2324     Intro.lyx
2325     Tutorial.lyx
2326     UserGuide.lyx
2327 ''')
2328
2329 lib_doc_fr_files = Split('''
2330     Customization.lyx
2331     Extended.lyx
2332     FAQ.lyx
2333     Intro.lyx
2334     Tutorial.lyx
2335     UserGuide.lyx
2336 ''')
2337
2338 lib_doc_he_files = Split('''
2339     Intro.lyx
2340     Tutorial.lyx
2341 ''')
2342
2343 lib_doc_hu_files = Split('''
2344     Intro.lyx
2345     Tutorial.lyx
2346 ''')
2347
2348 lib_doc_it_files = Split('''
2349     Customization.lyx
2350     Intro.lyx
2351     Tutorial.lyx
2352     UserGuide.lyx
2353 ''')
2354
2355 lib_doc_nl_files = Split('''
2356     Intro.lyx
2357     Tutorial.lyx
2358 ''')
2359
2360 lib_doc_nb_files = Split('''
2361     Intro.lyx
2362 ''')
2363
2364 lib_doc_pl_files = Split('''
2365     Extended.lyx
2366     Intro.lyx
2367     Tutorial.lyx
2368 ''')
2369
2370 lib_doc_pt_files = Split('''
2371     Intro.lyx
2372     Tutorial.lyx
2373 ''')
2374
2375 lib_doc_ro_files = Split('''
2376     Intro.lyx
2377 ''')
2378
2379 lib_doc_ru_files = Split('''
2380     FAQ.lyx
2381     Intro.lyx
2382     Tutorial.lyx
2383 ''')
2384
2385 lib_doc_sk_files = Split('''
2386     Tutorial.lyx
2387     UserGuide.lyx
2388 ''')
2389
2390 lib_doc_sl_files = Split('''
2391     Intro.lyx
2392     Tutorial.lyx
2393 ''')
2394
2395 lib_doc_sv_files = Split('''
2396     Intro.lyx
2397     Tutorial.lyx
2398 ''')
2399
2400 lib_doc_files = Split('''
2401     Customization.lyx
2402     DocStyle.lyx
2403     DummyTextDocument.txt
2404     DummyDocument1.lyx
2405     DummyDocument2.lyx
2406     EmbeddedObjects.lyx
2407     Extended.lyx
2408     FAQ.lyx
2409     Intro.lyx
2410     LaTeXConfig.lyx.in
2411     Reference.lyx
2412     Tutorial.lyx
2413     UserGuide.lyx
2414 ''')
2415
2416
2417 lib_lyx2lyx_files = Split('''
2418     lyx2lyx
2419     lyx2lyx_lang.py
2420     generate_encoding_info.py
2421     parser_tools.py
2422     LyX.py
2423     lyx_0_06.py
2424     lyx_0_08.py
2425     lyx_0_10.py
2426     lyx_0_12.py
2427     lyx_1_0.py
2428     lyx_1_1.py
2429     lyx_1_1_5.py
2430     lyx_1_1_6_0.py
2431     lyx_1_1_6_3.py
2432     lyx_1_2.py
2433     lyx_1_3.py
2434     lyx_1_4.py
2435     lyx_1_5.py
2436     profiling.py
2437     test_parser_tools.py
2438 ''')
2439
2440
2441 win32_bakoma_fonts = Split('''
2442     Readme.txt
2443     Licence.txt
2444     cmex10.ttf
2445     cmr10.ttf
2446     eufm10.ttf
2447     msbm10.ttf
2448     cmmi10.ttf
2449     cmsy10.ttf
2450     msam10.ttf
2451     wasy10.ttf
2452 ''')
2453
2454
2455 win32_packaging_installer_files = Split('''
2456     license.rtf
2457     lyx.nsi
2458     settings.nsh
2459     settings.user.nsh
2460 ''')
2461
2462
2463 win32_packaging_installer_components_files = Split('''
2464     configure.nsh
2465     dicts.nsh
2466     langselect.nsh
2467     uninstall.nsh
2468     viewer.nsh
2469     core.nsh
2470     external.nsh
2471     reinstall.nsh
2472     user.nsh
2473 ''')
2474
2475
2476 win32_packaging_installer_dialogs_files = Split('''
2477     external.ini
2478     langselect.ini
2479     reinstall.ini
2480     user.ini
2481     viewer.ini
2482 ''')
2483
2484
2485 win32_packaging_installer_graphics_files = Split('''
2486     header.bmp
2487     wizard.bmp
2488 ''')
2489
2490
2491 win32_packaging_installer_include_files = Split('''
2492     declarations.nsh
2493     detection.nsh
2494     filelists.nsh
2495     gui.nsh
2496     init.nsh
2497     lang.nsh
2498     windows.nsh
2499 ''')
2500
2501
2502 win32_packaging_installer_lang_files = Split('''
2503     english.nsh
2504     french.nsh
2505     german.nsh
2506     italian.nsh
2507 ''')