]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
fix scons
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 TOP_extra_files = Split('''
4     ABOUT-NLS
5     ANNOUNCE
6     COPYING
7     INSTALL
8     INSTALL.MacOSX
9     INSTALL.Win32
10     INSTALL.autoconf
11     INSTALL.cmake
12     INSTALL.scons
13     Makefile.am
14     NEWS
15     README
16     README.Cygwin
17     README.Win32
18     README.localization
19     RELEASE-NOTES
20     UPGRADING
21     autogen.sh
22     config.log
23     configure.ac
24     lyx.man
25     rename.sh
26     scons_lyx.log
27 ''')
28
29
30 src_header_files = Split('''
31     ASpell_local.h
32     Author.h
33     BiblioInfo.h
34     Bidi.h
35     Box.h
36     BranchList.h
37     Buffer.h
38     BufferList.h
39     BufferParams.h
40     BufferView.h
41     Bullet.h
42     Changes.h
43     Chktex.h
44     CmdDef.h
45     Color.h
46     ColorCode.h
47     Converter.h
48     ConverterCache.h
49     CoordCache.h
50     Counters.h
51     Cursor.h
52     CursorSlice.h
53     CutAndPaste.h
54     DepTable.h
55     Dimension.h
56     DispatchResult.h
57     DocIterator.h
58     EmbeddedFiles.h
59     Encoding.h
60     ErrorList.h
61     Exporter.h
62     FloatList.h
63     Floating.h
64     Font.h
65     FontEnums.h
66     FontInfo.h
67     FontIterator.h
68     FontList.h
69     Format.h
70     FuncRequest.h
71     FuncStatus.h
72     Graph.h
73     ISpell.h
74     InsetIterator.h
75     InsetList.h
76     Intl.h
77     KeyMap.h
78     KeySequence.h
79     LaTeX.h
80     LaTeXFeatures.h
81     Language.h
82     Layout.h
83     LayoutEnums.h
84     LayoutPtr.h
85     Length.h
86     Lexer.h
87     LyX.h
88     LyXAction.h
89     LyXFunc.h
90     LyXRC.h
91     LyXVC.h
92     MenuBackend.h
93     Messages.h
94     MetricsInfo.h
95     ModuleList.h
96     Mover.h
97     OutputParams.h
98     ParIterator.h
99     Paragraph.h
100     ParagraphList.h
101     ParagraphMetrics.h
102     ParagraphParameters.h
103     PDFOptions.h
104     PrinterParams.h
105     PSpell.h
106     Row.h
107     Section.h
108     Server.h
109     ServerSocket.h
110     Session.h
111     Spacing.h
112     SpellBase.h
113     TexRow.h
114     Text.h
115     TextClass.h
116     TextClassList.h
117     TextClassPtr.h
118     TextMetrics.h
119     Thesaurus.h
120     TocBackend.h
121     ToolbarBackend.h
122     Trans.h
123     Undo.h
124     VCBackend.h
125     VSpace.h
126     Variables.h
127     WordLangTuple.h
128     buffer_funcs.h
129     debug.h
130     factory.h
131     gettext.h
132     lfuns.h
133     lyxfind.h
134     output.h
135     output_docbook.h
136     output_latex.h
137     output_plaintext.h
138     paper.h
139     paragraph_funcs.h
140     rowpainter.h
141     sgml.h
142     update_flags.h
143     version.h
144 ''')
145
146
147 src_pre_files = Split('''
148     Author.cpp
149     BiblioInfo.cpp
150     Bidi.cpp
151     BranchList.cpp
152     Buffer.cpp
153     BufferList.cpp
154     BufferParams.cpp
155     BufferView.cpp
156     Bullet.cpp
157     Changes.cpp
158     Chktex.cpp
159     CmdDef.cpp
160     Color.cpp
161     Converter.cpp
162     ConverterCache.cpp
163     CoordCache.cpp
164     Counters.cpp
165     Cursor.cpp
166     CursorSlice.cpp
167     CutAndPaste.cpp
168     DepTable.cpp
169     DocIterator.cpp
170     EmbeddedFiles.cpp
171     Encoding.cpp
172     ErrorList.cpp
173     Exporter.cpp
174     FloatList.cpp
175     Floating.cpp
176     Font.cpp
177     FontInfo.cpp
178     FontIterator.cpp
179     FontList.cpp
180     Format.cpp
181     FuncRequest.cpp
182     FuncStatus.cpp
183     Graph.cpp
184     InsetIterator.cpp
185     InsetList.cpp
186     Intl.cpp
187     KeyMap.cpp
188     KeySequence.cpp
189     LaTeX.cpp
190     LaTeXFeatures.cpp
191     Language.cpp
192     Layout.cpp
193     Length.cpp
194     Lexer.cpp
195     LyX.cpp
196     LyXAction.cpp
197     LyXFunc.cpp
198     LyXRC.cpp
199     LyXVC.cpp
200     MenuBackend.cpp
201     Messages.cpp
202     MetricsInfo.cpp
203     Mover.cpp
204     OutputParams.cpp
205     PDFOptions.cpp
206     ParIterator.cpp
207     Paragraph.cpp
208     ParagraphMetrics.cpp
209     ParagraphParameters.cpp
210     Row.cpp
211     Server.cpp
212     ServerSocket.cpp
213     Session.cpp
214     Spacing.cpp
215     TexRow.cpp
216     Text.cpp
217     Text2.cpp
218     Text3.cpp
219     TextClass.cpp
220     TextClassList.cpp
221     TextMetrics.cpp
222     TocBackend.cpp
223     ToolbarBackend.cpp
224     Trans.cpp
225     Undo.cpp
226     VCBackend.cpp
227     VSpace.cpp
228     boost.cpp
229     buffer_funcs.cpp
230     debug.cpp
231     factory.cpp
232     gettext.cpp
233     lengthcommon.cpp
234     lyxfind.cpp
235     output.cpp
236     output_docbook.cpp
237     output_latex.cpp
238     output_plaintext.cpp
239     paragraph_funcs.cpp
240     rowpainter.cpp
241     sgml.cpp
242     version.cpp
243 ''')
244
245
246 src_post_files = Split('''
247     Box.cpp
248     Dimension.cpp
249     ModuleList.cpp
250     PrinterParams.cpp
251     SpellBase.cpp
252     Thesaurus.cpp
253 ''')
254
255
256 src_extra_src_files = Split('''
257     ASpell.cpp
258     ISpell.cpp
259     PSpell.cpp
260     Section.cpp
261     Variables.cpp
262     main.cpp
263 ''')
264
265
266 src_extra_files = Split('''
267     Makefile.am
268     pch.h
269 ''')
270
271
272 src_client_header_files = Split('''
273     Messages.h
274     debug.h
275 ''')
276
277
278 src_client_files = Split('''
279     Messages.cpp
280     boost.cpp
281     client.cpp
282     debug.cpp
283     gettext.cpp
284 ''')
285
286
287 src_client_extra_files = Split('''
288     Makefile.am
289     lyxclient.man
290     pch.h
291 ''')
292
293
294 src_support_header_files = Split('''
295     ExceptionMessage.h
296     FileFilterList.h
297     FileMonitor.h
298     FileName.h
299     ForkedCallQueue.h
300     Forkedcall.h
301     ForkedcallsController.h
302     Package.h
303     Path.h
304     RandomAccessList.h
305     Systemcall.h
306     Timeout.h
307     Translator.h
308     convert.h
309     copied_ptr.h
310     cow_ptr.h
311     debugstream.h
312     docstream.h
313     docstring.h
314     environment.h
315     filetools.h
316     gzstream.h
317     limited_stack.h
318     lstrings.h
319     lyxalgo.h
320     lyxlib.h
321     lyxmanip.h
322     lyxtime.h
323     os.h
324     os_win32.h
325     qstring_helpers.h
326     socktools.h
327     std_istream.h
328     std_ostream.h
329     textutils.h
330     types.h
331     unicode.h
332     userinfo.h
333 ''')
334
335
336 src_support_files = Split('''
337     FileFilterList.cpp
338     FileMonitor.cpp
339     FileName.cpp
340     ForkedCallQueue.cpp
341     Forkedcall.cpp
342     ForkedcallsController.cpp
343     Package.cpp
344     Path.cpp
345     Systemcall.cpp
346     Timeout.cpp
347     abort.cpp
348     chdir.cpp
349     convert.cpp
350     copy.cpp
351     docstream.cpp
352     docstring.cpp
353     environment.cpp
354     filetools.cpp
355     gzstream.cpp
356     getcwd.cpp
357     kill.cpp
358     lstrings.cpp
359     lyxsum.cpp
360     lyxtime.cpp
361     mkdir.cpp
362     os.cpp
363     qstring_helpers.cpp
364     rename.cpp
365     socktools.cpp
366     tempname.cpp
367     unicode.cpp
368     unlink.cpp
369     userinfo.cpp
370 ''')
371
372
373 src_support_extra_header_files = Split('''
374     
375 ''')
376
377
378 src_support_extra_src_files = Split('''
379     atexit.c
380     os_cygwin.cpp
381     os_unix.cpp
382     os_win32.cpp
383     strerror.c
384 ''')
385
386
387 src_support_extra_files = Split('''
388     Makefile.am
389     pch.h
390 ''')
391
392
393 src_support_tests_extra_files = Split('''
394     Makefile.am
395     boost.cpp
396     convert.cpp
397     filetools.cpp
398     lstrings.cpp
399     pch.h
400     test_convert
401     test_filetools
402     test_lstrings
403 ''')
404
405
406 src_support_tests_regfiles_extra_files = Split('''
407     convert
408     filetools
409     lstrings
410 ''')
411
412
413 src_support_minizip_header_files = Split('''
414     crypt.h
415     ioapi.h 
416     iowin32.h
417     unzip.h
418     zip.h
419 ''')
420
421
422 src_support_minizip_files = Split('''
423     ioapi.c
424     iowin32.c
425     zip.c
426     zipunzip.cpp
427     unzip.c
428 ''')
429
430
431 src_graphics_header_files = Split('''
432     GraphicsCache.h
433     GraphicsCacheItem.h
434     GraphicsConverter.h
435     GraphicsImage.h
436     GraphicsLoader.h
437     GraphicsParams.h
438     GraphicsTypes.h
439     LoaderQueue.h
440     PreviewImage.h
441     PreviewLoader.h
442     Previews.h
443 ''')
444
445
446 src_graphics_files = Split('''
447     GraphicsCache.cpp
448     GraphicsCacheItem.cpp
449     GraphicsConverter.cpp
450     GraphicsImage.cpp
451     GraphicsLoader.cpp
452     GraphicsParams.cpp
453     GraphicsTypes.cpp
454     LoaderQueue.cpp
455     PreviewImage.cpp
456     PreviewLoader.cpp
457     Previews.cpp
458 ''')
459
460
461 src_graphics_extra_files = Split('''
462     Makefile.am
463     pch.h
464 ''')
465
466
467 src_mathed_header_files = Split('''
468     CommandInset.h
469     InsetMath.h
470     InsetMathAMSArray.h
471     InsetMathArray.h
472     InsetMathBig.h
473     InsetMathBoldSymbol.h
474     InsetMathBox.h
475     InsetMathBrace.h
476     InsetMathCases.h
477     InsetMathChar.h
478     InsetMathColor.h
479     InsetMathComment.h
480     InsetMathDecoration.h
481     InsetMathDelim.h
482     InsetMathDiff.h
483     InsetMathDots.h
484     InsetMathEnv.h
485     InsetMathExFunc.h
486     InsetMathExInt.h
487     InsetMathFont.h
488     InsetMathFontOld.h
489     InsetMathFrac.h
490     InsetMathGrid.h
491     InsetMathHull.h
492     InsetMathKern.h
493     InsetMathLefteqn.h
494     InsetMathLim.h
495     InsetMathMatrix.h
496     InsetMathNest.h
497     InsetMathNumber.h
498     InsetMathOverset.h
499     InsetMathPar.h
500     InsetMathPhantom.h
501     InsetMathRef.h
502     InsetMathRoot.h
503     InsetMathScript.h
504     InsetMathSize.h
505     InsetMathSpace.h
506     InsetMathSplit.h
507     InsetMathSqrt.h
508     InsetMathStackrel.h
509     InsetMathString.h
510     InsetMathSubstack.h
511     InsetMathSymbol.h
512     InsetMathTabular.h
513     InsetMathUnderset.h
514     InsetMathUnknown.h
515     InsetMathXArrow.h
516     InsetMathXYMatrix.h
517     MacroTable.h
518     MathAtom.h
519     MathAutoCorrect.h
520     MathData.h
521     MathExtern.h
522     MathFactory.h
523     MathGridInfo.h
524     MathMacro.h
525     MathMacroArgument.h
526     MathMacroTemplate.h
527     MathParser.h
528     MathStream.h
529     MathSupport.h
530     ReplaceData.h
531     TextPainter.h
532 ''')
533
534
535 src_mathed_files = Split('''
536     CommandInset.cpp
537     InsetMath.cpp
538     InsetMathAMSArray.cpp
539     InsetMathArray.cpp
540     InsetMathBig.cpp
541     InsetMathBoldSymbol.cpp
542     InsetMathBox.cpp
543     InsetMathBrace.cpp
544     InsetMathCases.cpp
545     InsetMathChar.cpp
546     InsetMathColor.cpp
547     InsetMathComment.cpp
548     InsetMathDecoration.cpp
549     InsetMathDelim.cpp
550     InsetMathDiff.cpp
551     InsetMathDots.cpp
552     InsetMathEnv.cpp
553     InsetMathExFunc.cpp
554     InsetMathExInt.cpp
555     InsetMathFont.cpp
556     InsetMathFontOld.cpp
557     InsetMathFrac.cpp
558     InsetMathGrid.cpp
559     InsetMathHull.cpp
560     InsetMathKern.cpp
561     InsetMathLefteqn.cpp
562     InsetMathLim.cpp
563     InsetMathMatrix.cpp
564     InsetMathNest.cpp
565     InsetMathNumber.cpp
566     InsetMathOverset.cpp
567     InsetMathPar.cpp
568     InsetMathPhantom.cpp
569     InsetMathRef.cpp
570     InsetMathRoot.cpp
571     InsetMathScript.cpp
572     InsetMathSize.cpp
573     InsetMathSpace.cpp
574     InsetMathSplit.cpp
575     InsetMathSqrt.cpp
576     InsetMathStackrel.cpp
577     InsetMathString.cpp
578     InsetMathSubstack.cpp
579     InsetMathSymbol.cpp
580     InsetMathTabular.cpp
581     InsetMathUnderset.cpp
582     InsetMathUnknown.cpp
583     InsetMathXArrow.cpp
584     InsetMathXYMatrix.cpp
585     MacroTable.cpp
586     MathAtom.cpp
587     MathAutoCorrect.cpp
588     MathData.cpp
589     MathExtern.cpp
590     MathFactory.cpp
591     MathMacro.cpp
592     MathMacroArgument.cpp
593     MathMacroTemplate.cpp
594     MathParser.cpp
595     MathStream.cpp
596     MathSupport.cpp
597     TextPainter.cpp
598 ''')
599
600
601 src_mathed_extra_files = Split('''
602     BUGS
603     InsetFormulaMacro.cpp
604     InsetFormulaMacro.h
605     InsetMathMBox.cpp
606     InsetMathMBox.h
607     InsetMathXYArrow.cpp
608     InsetMathXYArrow.h
609     Makefile.am
610     README
611     pch.h
612     texify
613 ''')
614
615
616 src_tex2lyx_header_files = Split('''
617     Context.h
618     Font.h
619     Parser.h
620     Spacing.h
621     tex2lyx.h
622 ''')
623
624
625 src_tex2lyx_files = Split('''
626     Context.cpp
627     Font.cpp
628     Parser.cpp
629     boost.cpp
630     gettext.cpp
631     lengthcommon.cpp
632     math.cpp
633     preamble.cpp
634     table.cpp
635     tex2lyx.cpp
636     text.cpp
637 ''')
638
639
640 src_tex2lyx_copied_files = Split('''
641     Color.cpp
642     Counters.cpp
643     FloatList.cpp
644     Floating.cpp
645     Layout.cpp
646     Lexer.cpp
647     TextClass.cpp
648 ''')
649
650
651 src_tex2lyx_extra_files = Split('''
652     Makefile.am
653     pch.h
654     test-insets.tex
655     test-structure.tex
656     test.ltx
657     tex2lyx.man
658 ''')
659
660
661 src_frontends_header_files = Split('''
662     Alert_pimpl.h
663     Application.h
664     Clipboard.h
665     Dialogs.h
666     FileDialog.h
667     FontLoader.h
668     FontMetrics.h
669     Gui.h
670     KeyModifier.h
671     KeySymbol.h
672     LyXView.h
673     NoGuiFontLoader.h
674     NoGuiFontMetrics.h
675     Painter.h
676     Selection.h
677     WorkArea.h
678     WorkAreaManager.h
679     alert.h
680     mouse_state.h
681 ''')
682
683
684 src_frontends_files = Split('''
685     Application.cpp
686     Dialogs.cpp
687     Painter.cpp
688     WorkAreaManager.cpp
689     alert.cpp
690 ''')
691
692
693 src_frontends_extra_files = Split('''
694     Makefile.am
695     pch.h
696 ''')
697
698
699 src_frontends_controllers_extra_files = Split('''
700     Makefile.am
701     pch.h
702 ''')
703
704
705 src_frontends_controllers_tests_extra_files = Split('''
706     Makefile.am
707     biblio.cpp
708     boost.cpp
709     pch.h
710     test_biblio
711 ''')
712
713
714 src_frontends_controllers_tests_regfiles_extra_files = Split('''
715     biblio
716 ''')
717
718
719 src_frontends_qt4_header_files = Split('''
720                 ../ButtonPolicy.h
721                 ../Dialog.h
722     Action.h
723     BulletsModule.h
724     ButtonController.h
725     ColorCache.h
726     CustomizedWidgets.h
727     DialogView.h
728     DockView.h
729     EmptyTable.h
730     FloatPlacement.h
731     GuiAbout.h
732     GuiApplication.h
733     GuiBibitem.h
734     GuiBibtex.h
735     GuiBox.h
736     GuiBranches.h
737     GuiBranch.h
738     GuiChanges.h
739     GuiCharacter.h
740     GuiCharacter.h
741     GuiCitation.h
742     GuiClipboard.h
743     GuiCommandBuffer.h
744     GuiCommandEdit.h
745     GuiDelimiter.h
746     GuiDialog.h
747     GuiDocument.h
748     GuiErrorList.h
749     GuiERT.h
750     GuiExternal.h
751     GuiFloat.h
752     GuiFontExample.h
753     GuiFontLoader.h
754     GuiGraphics.h
755     GuiGraphicsUi.h
756     GuiHyperlink.h
757     GuiImage.h
758     GuiImplementation.h
759     GuiInclude.h
760     GuiIndex.h
761     GuiKeySymbol.h
762     GuiListings.h
763     GuiLog.h
764     GuiMath.h
765     GuiMathMatrix.h
766     GuiMenubar.h
767     GuiNomencl.h
768     GuiNote.h
769     GuiPainter.h
770     GuiParagraph.h
771     GuiPopupMenu.h
772     GuiPrefs.h
773     GuiPrint.h
774     GuiRef.h
775     GuiSearch.h
776     GuiSelection.h
777     GuiSelectionManager.h
778     GuiSendto.h
779     GuiSetBorder.h
780     GuiShowFile.h
781     GuiSpellchecker.h
782     GuiTabularCreate.h
783     GuiTabular.h
784     GuiTexinfo.h
785     GuiThesaurus.h
786     GuiToc.h
787     GuiToolbar.h
788     GuiToolbars.h
789     GuiView.h
790     GuiViewSource.h
791     GuiVSpace.h
792     GuiWorkArea.h
793     GuiWrap.h
794     IconPalette.h
795     InsertTableWidget.h
796     LaTeXHighlighter.h
797     LengthCombo.h
798     LyXFileDialog.h
799     PanelStack.h
800     TocModel.h
801     TocWidget.h
802     Validator.h
803     qlkey.h
804     qt_helpers.h
805 ''')
806
807
808 src_frontends_qt4_files = Split('''
809                 ../ButtonPolicy.cpp
810                 ../Dialog.cpp
811     Action.cpp
812     BulletsModule.cpp
813     ButtonController.cpp
814     ColorCache.cpp
815     CustomizedWidgets.cpp
816     Dialogs.cpp
817     EmptyTable.cpp
818     FileDialog.cpp
819     FloatPlacement.cpp
820     GuiAbout.cpp
821     GuiApplication.cpp
822     GuiBibitem.cpp
823     GuiBibtex.cpp
824     GuiBox.cpp
825     GuiBranch.cpp
826     GuiBranches.cpp
827     GuiChanges.cpp
828     GuiCharacter.cpp
829     GuiCitation.cpp
830     GuiClipboard.cpp
831     GuiCommandBuffer.cpp
832     GuiCommandEdit.cpp
833     GuiDelimiter.cpp
834     GuiDialog.cpp
835     GuiDocument.cpp
836     GuiErrorList.cpp
837     GuiERT.cpp
838     GuiExternal.cpp
839     GuiFloat.cpp
840     GuiFontExample.cpp
841     GuiFontLoader.cpp
842     GuiFontMetrics.cpp
843     GuiGraphics.cpp
844     GuiHyperlink.cpp
845     GuiImage.cpp
846     GuiImplementation.cpp
847     GuiInclude.cpp
848     GuiIndex.cpp
849     GuiKeySymbol.cpp
850     GuiListings.cpp
851     GuiLog.cpp
852     GuiMath.cpp
853     GuiMathMatrix.cpp
854     GuiMenubar.cpp
855     GuiNomencl.cpp
856     GuiNote.cpp
857     GuiPainter.cpp
858     GuiParagraph.cpp
859     GuiPopupMenu.cpp
860     GuiPrefs.cpp
861     GuiPrint.cpp
862     GuiRef.cpp
863     GuiSearch.cpp
864     GuiSelection.cpp
865     GuiSelectionManager.cpp
866     GuiSendto.cpp
867     GuiSetBorder.cpp
868     GuiShowFile.cpp
869     GuiSpellchecker.cpp
870     GuiTabular.cpp
871     GuiTabularCreate.cpp
872     GuiTexinfo.cpp
873     GuiThesaurus.cpp
874     GuiToc.cpp
875     GuiToolbar.cpp
876     GuiToolbars.cpp
877     GuiView.cpp
878     GuiViewSource.cpp
879     GuiVSpace.cpp
880     GuiWorkArea.cpp
881     GuiWrap.cpp
882     IconPalette.cpp
883     InsertTableWidget.cpp
884     LengthCombo.cpp
885     LaTeXHighlighter.cpp
886     LyXFileDialog.cpp
887     PanelStack.cpp
888     TocModel.cpp
889     TocWidget.cpp
890     Validator.cpp
891     alert_pimpl.cpp
892     qt_helpers.cpp
893 ''')
894
895
896 src_frontends_qt4_extra_files = Split('''
897     GuiFontMetrics.h
898     Makefile.am
899     README
900     pch.h
901 ''')
902
903
904 src_frontends_qt4_ui_files = Split('''
905     AboutUi.ui
906     AskForTextUi.ui
907     BibitemUi.ui
908     BiblioUi.ui
909     BibtexAddUi.ui
910     BibtexUi.ui
911     BoxUi.ui
912     BranchUi.ui
913     BranchesUi.ui
914     BulletsUi.ui
915     ChangesUi.ui
916     CharacterUi.ui
917     CitationUi.ui
918     DelimiterUi.ui
919     DocumentUi.ui
920     ERTUi.ui
921     ErrorListUi.ui
922     EmbeddedFilesUi.ui
923     ExternalUi.ui
924     FloatPlacementUi.ui
925     FloatUi.ui
926     FontUi.ui
927     GraphicsUi.ui
928     HyperlinkUi.ui
929     IncludeUi.ui
930     IndexUi.ui
931     LaTeXUi.ui
932     LanguageUi.ui
933     ListingsUi.ui
934     LogUi.ui
935     MarginsUi.ui
936     MathMatrixUi.ui
937     MathsUi.ui
938     NomenclUi.ui
939     NoteUi.ui
940     NumberingUi.ui
941     PageLayoutUi.ui
942     ParagraphUi.ui
943     PDFSupportUi.ui
944     PreambleUi.ui
945     PrefColorsUi.ui
946     PrefConvertersUi.ui
947     PrefDateUi.ui
948     PrefDisplayUi.ui
949     PrefFileformatsUi.ui
950     PrefIdentityUi.ui
951     PrefKeyboardUi.ui
952     PrefLanguageUi.ui
953     PrefLatexUi.ui
954     PrefPathsUi.ui
955     PrefPlaintextUi.ui
956     PrefPrinterUi.ui
957     PrefScreenFontsUi.ui
958     PrefShortcutsUi.ui
959     PrefSpellcheckerUi.ui
960     PrefUi.ui
961     PrefsUi.ui
962     PrintUi.ui
963     RefUi.ui
964     SearchUi.ui
965     SendtoUi.ui
966     ShortcutUi.ui
967     ShowFileUi.ui
968     SpellcheckerUi.ui
969     TabularCreateUi.ui
970     TabularUi.ui
971     TexinfoUi.ui
972     TextLayoutUi.ui
973     ThesaurusUi.ui
974     TocUi.ui
975     VSpaceUi.ui
976     ViewSourceUi.ui
977     WrapUi.ui
978 ''')
979
980
981 src_frontends_qt4_ui_extra_files = Split('''
982     Makefile.am
983     compile_uic.sh
984 ''')
985
986
987 src_insets_header_files = Split('''
988     ExternalSupport.h
989     ExternalTemplate.h
990     ExternalTransforms.h
991     Inset.h
992     InsetBibitem.h
993     InsetBibtex.h
994     InsetBox.h
995     InsetBranch.h
996     InsetCaption.h
997     InsetCitation.h
998     InsetCode.h
999     InsetCollapsable.h
1000     InsetCommand.h
1001     InsetCommandParams.h
1002     InsetERT.h
1003     InsetEnvironment.h
1004     InsetExternal.h
1005     InsetFlex.h
1006     InsetFloat.h
1007     InsetFloatList.h
1008     InsetFoot.h
1009     InsetFootlike.h
1010     InsetGraphics.h
1011     InsetGraphicsParams.h
1012     InsetHFill.h
1013     InsetHyperlink.h
1014     InsetInclude.h
1015     InsetIndex.h
1016     InsetInfo.h
1017     InsetLabel.h
1018     InsetLayout.h
1019     InsetLine.h
1020     InsetListings.h
1021     InsetListingsParams.h
1022     InsetMarginal.h
1023     InsetNewline.h
1024     InsetNomencl.h
1025     InsetNote.h
1026     InsetOptArg.h
1027     InsetPagebreak.h
1028     InsetQuotes.h
1029     InsetRef.h
1030     InsetSpace.h
1031     InsetSpecialChar.h
1032     InsetTOC.h
1033     InsetTabular.h
1034     InsetText.h
1035     InsetVSpace.h
1036     InsetWrap.h
1037     MailInset.h
1038     RenderBase.h
1039     RenderButton.h
1040     RenderGraphic.h
1041     RenderPreview.h
1042 ''')
1043
1044
1045 src_insets_files = Split('''
1046     ExternalSupport.cpp
1047     ExternalTemplate.cpp
1048     ExternalTransforms.cpp
1049     Inset.cpp
1050     InsetBibitem.cpp
1051     InsetBibtex.cpp
1052     InsetBox.cpp
1053     InsetBranch.cpp
1054     InsetCaption.cpp
1055     InsetCitation.cpp
1056     InsetCollapsable.cpp
1057     InsetCommand.cpp
1058     InsetCommandParams.cpp
1059     InsetERT.cpp
1060     InsetEnvironment.cpp
1061     InsetExternal.cpp
1062     InsetFlex.cpp
1063     InsetFloat.cpp
1064     InsetFloatList.cpp
1065     InsetFoot.cpp
1066     InsetFootlike.cpp
1067     InsetGraphics.cpp
1068     InsetGraphicsParams.cpp
1069     InsetHFill.cpp
1070     InsetHyperlink.cpp
1071     InsetInclude.cpp
1072     InsetIndex.cpp
1073     InsetInfo.cpp
1074     InsetLabel.cpp
1075     InsetLine.cpp
1076     InsetListings.cpp
1077     InsetListingsParams.cpp
1078     InsetMarginal.cpp
1079     InsetNewline.cpp
1080     InsetNomencl.cpp
1081     InsetNote.cpp
1082     InsetOptArg.cpp
1083     InsetPagebreak.cpp
1084     InsetQuotes.cpp
1085     InsetRef.cpp
1086     InsetSpace.cpp
1087     InsetSpecialChar.cpp
1088     InsetTOC.cpp
1089     InsetTabular.cpp
1090     InsetText.cpp
1091     InsetVSpace.cpp
1092     InsetWrap.cpp
1093     MailInset.cpp
1094     RenderButton.cpp
1095     RenderGraphic.cpp
1096     RenderPreview.cpp
1097 ''')
1098
1099
1100 src_insets_extra_files = Split('''
1101     InsetTheorem.cpp
1102     InsetTheorem.h
1103     Makefile.am
1104     pch.h
1105 ''')
1106
1107
1108 intl_header_files = Split('''
1109     eval-plural.h
1110     gettextP.h
1111     gmo.h
1112     hash-string.h
1113     loadinfo.h
1114     localcharset.h
1115     os2compat.h
1116     plural-exp.h
1117     printf-args.h
1118     printf-parse.h
1119     relocatable.h
1120     vasnprintf.h
1121     vasnwprintf.h
1122     wprintf-parse.h
1123     xsize.h
1124 ''')
1125
1126
1127 intl_files = Split('''
1128     bindtextdom.c
1129     dcgettext.c
1130     dcigettext.c
1131     dcngettext.c
1132     dgettext.c
1133     dngettext.c
1134     explodename.c
1135     finddomain.c
1136     gettext.c
1137     intl-compat.c
1138     l10nflist.c
1139     langprefs.c
1140     loadmsgcat.c
1141     localcharset.c
1142     localealias.c
1143     localename.c
1144     log.c
1145     ngettext.c
1146     osdep.c
1147     plural-exp.c
1148     plural.c
1149     printf.c
1150     relocatable.c
1151     textdomain.c
1152 ''')
1153
1154
1155 intl_extra_files = Split('''
1156     VERSION
1157     config.charset
1158     libgnuintl.h.in
1159     locale.alias
1160     os2compat.c
1161     plural.y
1162     printf-args.c
1163     printf-parse.c
1164     ref-add.sin
1165     ref-del.sin
1166     vasnprintf.c
1167 ''')
1168
1169
1170 config_extra_files = Split('''
1171     Makefile.am
1172     common.am
1173     config.guess
1174     config.rpath
1175     config.sub
1176     depcomp
1177     install-sh
1178     libtool.m4
1179     ltmain.sh
1180     lyxinclude.m4
1181     missing
1182     mkinstalldirs
1183     pkg.m4
1184     py-compile
1185     qt4.m4
1186     spell.m4
1187 ''')
1188
1189
1190 sourcedoc_extra_files = Split('''
1191     Doxyfile.in
1192     Makefile.am
1193 ''')
1194
1195
1196 po_extra_files = Split('''
1197     LINGUAS
1198     Makefile.in.in
1199     Makevars
1200     POTFILES.in
1201     README
1202     Rules-quot
1203     bg.po
1204     boldquot.sed
1205     ca.po
1206     cs.po
1207     da.po
1208     de.po
1209     en@boldquot.header
1210     en@quot.header
1211     es.po
1212     eu.po
1213     fi.po
1214     fr.po
1215     gl.po
1216     he.po
1217     hu.po
1218     insert-header.sin
1219     it.po
1220     ja.po
1221     ko.po
1222     lyx_pot.py
1223     nb.po
1224     nl.po
1225     nn.po
1226     pl.po
1227     pocheck.pl
1228     postats.sh
1229     pt.po
1230     quot.sed
1231     remove-potcdate.sin
1232     ro.po
1233     ru.po
1234     sk.po
1235     sl.po
1236     sv.po
1237     tr.po
1238     wa.po
1239     zh_CN.po
1240     zh_TW.po
1241 ''')
1242
1243
1244 lib_files = Split('''
1245     CREDITS
1246     chkconfig.ltx
1247     configure.py
1248     encodings
1249     external_templates
1250     languages
1251     symbols
1252     syntax.default
1253     unicodesymbols
1254 ''')
1255
1256
1257 lib_extra_files = Split('''
1258     Makefile.am
1259     autocorrect
1260     build-listerrors
1261     generate_contributions.py
1262 ''')
1263
1264
1265 lib_kbd_files = Split('''
1266     american-2.kmap
1267     american.kmap
1268     arabic.kmap
1269     bg-bds-1251.kmap
1270     brazil.kmap
1271     brazil2.kmap
1272     czech-prg.kmap
1273     czech.kmap
1274     espanol.kmap
1275     european.kmap
1276     farsi.kmap
1277     francais.kmap
1278     french.kmap
1279     german-2.kmap
1280     german-3.kmap
1281     german.kmap
1282     greek.kmap
1283     hebrew.kmap
1284     koi8-r.kmap
1285     koi8-u.kmap
1286     latvian.kmap
1287     magyar-2.kmap
1288     magyar-3.kmap
1289     magyar.kmap
1290     null.kmap
1291     polish.kmap
1292     polski.kmap
1293     portuges.kmap
1294     romanian.kmap
1295     serbian.kmap
1296     serbocroatian.kmap
1297     sf.kmap
1298     sg.kmap
1299     slovak.kmap
1300     slovene.kmap
1301     thai-kedmanee.kmap
1302     transilvanian.kmap
1303     turkish-f.kmap
1304     turkish.kmap
1305 ''')
1306
1307
1308 lib_templates_files = Split('''
1309     IEEEtran.lyx
1310     README.new_templates
1311     aa.lyx
1312     aastex.lyx
1313     agu_article.lyx
1314     apa.lyx
1315     beamer-conference-ornate-20min.lyx
1316     de_beamer-conference-ornate-20min.lyx
1317     dinbrief.lyx
1318     docbook_article.lyx
1319     elsart.lyx
1320     fr_beamer-conference-ornate-20min.lyx
1321     g-brief-de.lyx
1322     g-brief-en.lyx
1323     g-brief2.lyx
1324     hollywood.lyx
1325     ijmpc.lyx
1326     ijmpd.lyx
1327     iop-article.lyx
1328     kluwer.lyx
1329     koma-letter2.lyx
1330     latex8.lyx
1331     letter.lyx
1332     revtex.lyx
1333     revtex4.lyx
1334     slides.lyx
1335 ''')
1336
1337
1338 lib_ui_files = Split('''
1339     classic.ui
1340     default.ui
1341     stdmenus.inc
1342     stdtoolbars.inc
1343 ''')
1344
1345
1346 lib_fonts_files = Split('''
1347     BaKoMaFontLicense.txt
1348     ReadmeBaKoMa4LyX.txt
1349     cmex10.ttf
1350     cmmi10.ttf
1351     cmr10.ttf
1352     cmsy10.ttf
1353     esint10.ttf
1354     eufm10.ttf
1355     msam10.ttf
1356     msbm10.ttf
1357     wasy10.ttf
1358 ''')
1359
1360
1361 lib_images_files = Split('''
1362     all-changes-accept.png
1363     all-changes-reject.png
1364     amssymb.png
1365     banner.png
1366     bookmark-goto.png
1367     bookmark-save.png
1368     break-line.png
1369     buffer-close.png
1370     buffer-export_dvi.png
1371     buffer-export_latex.png
1372     buffer-export_pdf2.png
1373     buffer-export_ps.png
1374     buffer-export_text.png
1375     buffer-new.png
1376     buffer-reload.png
1377     buffer-update_dvi.png
1378     buffer-update_pdf2.png
1379     buffer-update_ps.png
1380     buffer-view_dvi.png
1381     buffer-view_pdf2.png
1382     buffer-view_ps.png
1383     buffer-write-as.png
1384     buffer-write.png
1385     build-program.png
1386     change-accept.png
1387     change-next.png
1388     change-reject.png
1389     changes-merge.png
1390     changes-output.png
1391     changes-track.png
1392     closetab.png
1393     copy.png
1394     cut.png
1395     demote.png
1396     depth-decrement.png
1397     depth-increment.png
1398     dialog-preferences.png
1399     dialog-show-new-inset_citation.png
1400     dialog-show-new-inset_graphics.png
1401     dialog-show-new-inset_include.png
1402     dialog-show-new-inset_ref.png
1403     dialog-show_character.png
1404     dialog-show_findreplace.png
1405     dialog-show_mathdelimiter.png
1406     dialog-show_mathmatrix.png
1407     dialog-show_print.png
1408     dialog-show_spellchecker.png
1409     dialog-toggle_toc.png
1410     down.png
1411     ert-insert.png
1412     file-open.png
1413     float-insert_figure.png
1414     float-insert_table.png
1415     font-bold.png
1416     font-emph.png
1417     font-free-apply.png
1418     font-noun.png
1419     font-sans.png
1420     footnote-insert.png
1421     href-insert.png
1422     index-insert.png
1423     label-insert.png
1424     layout-document.png
1425     layout-paragraph.png
1426     layout.png
1427     layout_Description.png
1428     layout_Enumerate.png
1429     layout_Itemize.png
1430     layout_List.png
1431     layout_LyX-Code.png
1432     layout_Scrap.png
1433     layout_Section.png
1434     lyx-quit.png
1435     lyx.png
1436     marginalnote-insert.png
1437     math-display.png
1438     math-macro-add-greedy-optional-param.png
1439     math-macro-add-optional-param.png
1440     math-macro-add-param.png
1441     math-macro-append-greedy-param.png
1442     math-macro-make-nonoptional.png
1443     math-macro-make-optional.png
1444     math-macro-remove-greedy-param.png
1445     math-macro-remove-optional-param.png
1446     math-macro-remove-param.png
1447     math-macro_newmacroname_newcommand.png
1448     math-matrix.png
1449     math-mode.png
1450     math-subscript.png
1451     math-superscript.png
1452     nomencl-insert.png
1453     note-insert.png
1454     note-next.png
1455     paste.png
1456     promote.png
1457     psnfss1.png
1458     psnfss2.png
1459     psnfss3.png
1460     psnfss4.png
1461     redo.png
1462     reload.png
1463     standard.png
1464     tabular-feature_align-center.png
1465     tabular-feature_align-left.png
1466     tabular-feature_align-right.png
1467     tabular-feature_append-column.png
1468     tabular-feature_append-row.png
1469     tabular-feature_delete-column.png
1470     tabular-feature_delete-row.png
1471     tabular-feature_multicolumn.png
1472     tabular-feature_set-all-lines.png
1473     tabular-feature_set-longtabular.png
1474     tabular-feature_set-rotate-cell.png
1475     tabular-feature_toggle-rotate-cell.png
1476     tabular-feature_set-rotate-tabular.png
1477     tabular-feature_toggle-rotate-tabular.png
1478     tabular-feature_toggle-line-bottom.png
1479     tabular-feature_toggle-line-left.png
1480     tabular-feature_toggle-line-right.png
1481     tabular-feature_toggle-line-top.png
1482     tabular-feature_unset-all-lines.png
1483     tabular-feature_valign-bottom.png
1484     tabular-feature_valign-middle.png
1485     tabular-feature_valign-top.png
1486     tabular-insert.png
1487     thesaurus-entry.png
1488     toolbar-toggle_math.png
1489     toolbar-toggle_math_panels.png
1490     toolbar-toggle_table.png
1491     undo.png
1492     unknown.png
1493     up.png
1494 ''')
1495
1496
1497 lib_images_extra_files = Split('''
1498     README
1499     font-smallcaps.png
1500 ''')
1501
1502
1503 lib_images_math_files = Split('''
1504     Bbbk.png
1505     Finv.png
1506     Game.png
1507     Im.png
1508     Lleftarrow.png
1509     Lsh.png
1510     Re.png
1511     Rrightarrow.png
1512     Rsh.png
1513     Vert.png
1514     Vvdash.png
1515     acute.png
1516     aleph.png
1517     alpha.png
1518     amalg.png
1519     angle.png
1520     approx.png
1521     approxeq.png
1522     asymp.png
1523     backepsilon.png
1524     backprime.png
1525     backsim.png
1526     backsimeq.png
1527     backslash.png
1528     bar.png
1529     bars.png
1530     barwedge.png
1531     because.png
1532     beta.png
1533     beth.png
1534     between.png
1535     bigcap.png
1536     bigcirc.png
1537     bigcup.png
1538     bigodot.png
1539     bigoplus.png
1540     bigotimes.png
1541     bigsqcup.png
1542     bigstar.png
1543     bigtriangledown.png
1544     bigtriangleup.png
1545     biguplus.png
1546     bigvee.png
1547     bigwedge.png
1548     blacklozenge.png
1549     blacksquare.png
1550     blacktriangle.png
1551     blacktriangledown.png
1552     blacktriangleleft.png
1553     blacktriangleright.png
1554     bot.png
1555     bowtie.png
1556     boxdot.png
1557     boxminus.png
1558     boxplus.png
1559     boxtimes.png
1560     breve.png
1561     bullet.png
1562     bumpeq.png
1563     bumpeq2.png
1564     cap.png
1565     cap2.png
1566     cases.png
1567     cdot.png
1568     cdots.png
1569     centerdot.png
1570     check.png
1571     chi.png
1572     circ.png
1573     circeq.png
1574     circlearrowleft.png
1575     circlearrowright.png
1576     circledS.png
1577     circledast.png
1578     circledcirc.png
1579     circleddash.png
1580     clubsuit.png
1581     complement.png
1582     cong.png
1583     coprod.png
1584     cup.png
1585     cup2.png
1586     curlyeqprec.png
1587     curlyeqsucc.png
1588     curlyvee.png
1589     curlywedge.png
1590     curvearrowleft.png
1591     curvearrowright.png
1592     dagger.png
1593     daleth.png
1594     dashleftarrow.png
1595     dashrightarrow.png
1596     dashv.png
1597     ddagger.png
1598     ddot.png
1599     ddots.png
1600     delim.png
1601     delta.png
1602     delta2.png
1603     diagdown.png
1604     diagup.png
1605     diamond.png
1606     diamondsuit.png
1607     digamma.png
1608     div.png
1609     divideontimes.png
1610     dot.png
1611     doteq.png
1612     doteqdot.png
1613     dotplus.png
1614     dotsint.png
1615     dotsintop.png
1616     doublebarwedge.png
1617     downarrow.png
1618     downarrow2.png
1619     downdownarrows.png
1620     downharpoonleft.png
1621     downharpoonright.png
1622     ell.png
1623     empty.png
1624     emptyset.png
1625     epsilon.png
1626     eqcirc.png
1627     eqslantgtr.png
1628     eqslantless.png
1629     equation.png
1630     equiv.png
1631     eta.png
1632     eth.png
1633     exists.png
1634     fallingdotseq.png
1635     flat.png
1636     font.png
1637     forall.png
1638     frac-square.png
1639     frac.png
1640     frown.png
1641     functions.png
1642     gamma.png
1643     gamma2.png
1644     geq.png
1645     geqq.png
1646     geqslant.png
1647     gg.png
1648     ggg.png
1649     gimel.png
1650     gnapprox.png
1651     gneq.png
1652     gneqq.png
1653     gnsim.png
1654     grave.png
1655     gtrapprox.png
1656     gtrdot.png
1657     gtreqless.png
1658     gtreqqless.png
1659     gtrless.png
1660     gtrsim.png
1661     gvertneqq.png
1662     hat.png
1663     hbar.png
1664     heartsuit.png
1665     hookleftarrow.png
1666     hookrightarrow.png
1667     hphantom.png
1668     hslash.png
1669     iiiint.png
1670     iiiintop.png
1671     iiint.png
1672     iiintop.png
1673     iint.png
1674     iintop.png
1675     imath.png
1676     in.png
1677     infty.png
1678     int.png
1679     intercal.png
1680     intop.png
1681     iota.png
1682     jmath.png
1683     kappa.png
1684     lambda.png
1685     lambda2.png
1686     langle.png
1687     lbrace.png
1688     lbrace_rbrace.png
1689     lbracket.png
1690     lbracket_rbracket.png
1691     lceil.png
1692     lceil_rceil.png
1693     ldots.png
1694     leftarrow.png
1695     leftarrow2.png
1696     leftarrowtail.png
1697     leftharpoondown.png
1698     leftharpoonup.png
1699     leftleftarrows.png
1700     leftrightarrow.png
1701     leftrightarrow2.png
1702     leftrightarrows.png
1703     leftrightharpoons.png
1704     leftrightsquigarrow.png
1705     leftthreetimes.png
1706     leq.png
1707     leqq.png
1708     leqslant.png
1709     lessapprox.png
1710     lessdot.png
1711     lesseqgtr.png
1712     lesseqqgtr.png
1713     lessgtr.png
1714     lesssim.png
1715     lfloor.png
1716     lfloor_rfloor.png
1717     ll.png
1718     llcorner.png
1719     lll.png
1720     lnapprox.png
1721     lneq.png
1722     lneqq.png
1723     lnsim.png
1724     longleftarrow.png
1725     longleftarrow2.png
1726     longleftrightarrow.png
1727     longleftrightarrow2.png
1728     longmapsto.png
1729     longrightarrow.png
1730     longrightarrow2.png
1731     looparrowleft.png
1732     looparrowright.png
1733     lozenge.png
1734     lparen.png
1735     lparen_rparen.png
1736     lrcorner.png
1737     ltimes.png
1738     lvertneqq.png
1739     mapsto.png
1740     mathbb_C.png
1741     mathbb_H.png
1742     mathbb_N.png
1743     mathbb_Q.png
1744     mathbb_R.png
1745     mathbb_Z.png
1746     mathcal_F.png
1747     mathcal_H.png
1748     mathcal_L.png
1749     mathcal_O.png
1750     mathcircumflex.png
1751     mathrm_T.png
1752     matrix.png
1753     measuredangle.png
1754     mho.png
1755     mid.png
1756     models.png
1757     mp.png
1758     mu.png
1759     multimap.png
1760     nabla.png
1761     natural.png
1762     ncong.png
1763     nearrow.png
1764     neg.png
1765     neq.png
1766     nexists.png
1767     ngeq.png
1768     ngeqq.png
1769     ngeqslant.png
1770     ngtr.png
1771     ni.png
1772     nleftarrow.png
1773     nleftarrow2.png
1774     nleftrightarrow.png
1775     nleftrightarrow2.png
1776     nleq.png
1777     nleqq.png
1778     nleqslant.png
1779     nless.png
1780     nmid.png
1781     notin.png
1782     nparallel.png
1783     nprec.png
1784     npreceq.png
1785     nrightarrow.png
1786     nrightarrow2.png
1787     nshortmid.png
1788     nshortparallel.png
1789     nsim.png
1790     nsubseteq.png
1791     nsucc.png
1792     nsucceq.png
1793     nsupseteq.png
1794     nsupseteqq.png
1795     ntriangleleft.png
1796     ntrianglelefteq.png
1797     ntriangleright.png
1798     ntrianglerighteq.png
1799     nu.png
1800     nvdash.png
1801     nvdash2.png
1802     nvdash3.png
1803     nwarrow.png
1804     odot.png
1805     oiint.png
1806     oiintop.png
1807     oint.png
1808     ointclockwise.png
1809     ointclockwiseop.png
1810     ointctrclockwise.png
1811     ointctrclockwiseop.png
1812     ointop.png
1813     omega.png
1814     omega2.png
1815     ominus.png
1816     oplus.png
1817     oslash.png
1818     otimes.png
1819     overbrace.png
1820     overleftarrow.png
1821     overleftrightarrow.png
1822     overline.png
1823     overrightarrow.png
1824     overset.png
1825     parallel.png
1826     partial.png
1827     perp.png
1828     phantom.png
1829     phi.png
1830     phi2.png
1831     pi.png
1832     pi2.png
1833     pitchfork.png
1834     pm.png
1835     prec.png
1836     precapprox.png
1837     preccurlyeq.png
1838     preceq.png
1839     precnapprox.png
1840     precnsim.png
1841     precsim.png
1842     prime.png
1843     prod.png
1844     propto.png
1845     psi.png
1846     psi2.png
1847     rangle.png
1848     rbrace.png
1849     rbracket.png
1850     rceil.png
1851     rfloor.png
1852     rho.png
1853     rightarrow.png
1854     rightarrow2.png
1855     rightarrowtail.png
1856     rightharpoondown.png
1857     rightharpoonup.png
1858     rightleftarrows.png
1859     rightleftharpoons.png
1860     rightrightarrows.png
1861     rightsquigarrow.png
1862     rightthreetimes.png
1863     risingdotseq.png
1864     root.png
1865     rparen.png
1866     rtimes.png
1867     searrow.png
1868     setminus.png
1869     sharp.png
1870     shortmid.png
1871     shortparallel.png
1872     sigma.png
1873     sigma2.png
1874     sim.png
1875     simeq.png
1876     slash.png
1877     smallfrown.png
1878     smallsetminus.png
1879     smallsmile.png
1880     smile.png
1881     space.png
1882     spadesuit.png
1883     sphericalangle.png
1884     sqcap.png
1885     sqcup.png
1886     sqiint.png
1887     sqiintop.png
1888     sqint.png
1889     sqintop.png
1890     sqrt-square.png
1891     sqrt.png
1892     sqsubset.png
1893     sqsubseteq.png
1894     sqsupset.png
1895     sqsupseteq.png
1896     square.png
1897     star.png
1898     style.png
1899     style.png
1900     sub.png
1901     subset.png
1902     subset2.png
1903     subseteq.png
1904     subseteqq.png
1905     subsetneq.png
1906     subsetneqq.png
1907     succ.png
1908     succapprox.png
1909     succcurlyeq.png
1910     succeq.png
1911     succnapprox.png
1912     succnsim.png
1913     succsim.png
1914     sum.png
1915     super.png
1916     supset.png
1917     supset2.png
1918     supseteq.png
1919     supseteqq.png
1920     supsetneq.png
1921     supsetneqq.png
1922     surd.png
1923     swarrow.png
1924     tau.png
1925     textrm_AA.png
1926     textrm_Oe.png
1927     therefore.png
1928     theta.png
1929     theta2.png
1930     thickapprox.png
1931     thicksim.png
1932     tilde.png
1933     times.png
1934     top.png
1935     triangle.png
1936     triangledown.png
1937     triangleleft.png
1938     trianglelefteq.png
1939     triangleq.png
1940     triangleright.png
1941     trianglerighteq.png
1942     twoheadleftarrow.png
1943     twoheadrightarrow.png
1944     ulcorner.png
1945     underbrace.png
1946     underleftarrow.png
1947     underleftrightarrow.png
1948     underline.png
1949     underrightarrow.png
1950     underscore.png
1951     underset.png
1952     uparrow.png
1953     uparrow2.png
1954     updownarrow.png
1955     updownarrow2.png
1956     upharpoonleft.png
1957     upharpoonright.png
1958     uplus.png
1959     upsilon.png
1960     upsilon2.png
1961     upuparrows.png
1962     urcorner.png
1963     varepsilon.png
1964     varkappa.png
1965     varnothing.png
1966     varphi.png
1967     varpi.png
1968     varpropto.png
1969     varrho.png
1970     varsigma.png
1971     varsubsetneq.png
1972     varsubsetneqq.png
1973     varsupsetneq.png
1974     varsupsetneqq.png
1975     vartheta.png
1976     vartriangle.png
1977     vartriangleleft.png
1978     vartriangleright.png
1979     vdash.png
1980     vdash2.png
1981     vdash3.png
1982     vdots.png
1983     vec.png
1984     vee.png
1985     veebar.png
1986     vphantom.png
1987     wedge.png
1988     widehat.png
1989     widetilde.png
1990     wp.png
1991     wr.png
1992     xi.png
1993     xi2.png
1994     zeta.png
1995 ''')
1996
1997
1998 lib_images_math_extra_files = Split('''
1999     ams_arrows.png
2000     ams_misc.png
2001     ams_nrel.png
2002     ams_ops.png
2003     ams_rel.png
2004     arrows.png
2005     bop.png
2006     brel.png
2007     deco.png
2008     deco.png
2009     delim.png
2010     delim0.png
2011     delim1.png
2012     dots.png
2013     font.png
2014     functions.png
2015     greek.png
2016     misc.png
2017     varsz.png
2018 ''')
2019
2020
2021 lib_images_commands_files = Split('''
2022 ''')
2023
2024
2025 lib_images_attic_extra_files = Split('''
2026     dialog-show_mathpanel.png
2027 ''')
2028
2029
2030 lib_tex_files = Split('''
2031     broadway.cls
2032     hollywood.cls
2033     lyxchess.sty
2034     lyxskak.sty
2035     revtex.cls
2036 ''')
2037
2038
2039 lib_doc_files = Split('''
2040     Customization.lyx
2041     DocStyle.lyx
2042     DummyDocument1.lyx
2043     DummyDocument2.lyx
2044     DummyTextDocument.txt
2045     EmbeddedObjects.lyx
2046     Extended.lyx
2047     FAQ.lyx
2048     Intro.lyx
2049     LaTeXConfig.lyx
2050     Reference.lyx
2051     Shortcuts.lyx
2052     Tutorial.lyx
2053     UserGuide.lyx
2054 ''')
2055
2056
2057 lib_doc_biblio_files = Split('''
2058     alphadin.bst
2059     LyXDocs.bib
2060 ''')
2061
2062
2063 lib_doc_clipart_files = Split('''
2064     Abstract.pdf
2065     BoxInsetDefaultQt4.png
2066     ChangesToolbar.png
2067     ChildDocumentQt4.png
2068     CommentNoteImageQt4.png
2069     ERT.png
2070     ExternalMaterialQt4.png
2071     ExtraToolbar.png
2072     FramedNoteImageQt4.png
2073     GreyedOutNoteImageQt4.png
2074     LaTeX.png
2075     LyXNoteImageQt4.png
2076     ShadedNoteImageQt4.png
2077     SpaceMarker.png
2078     StandardToolbar.png
2079     ToolbarEnvBox.png
2080     endnotes.pdf
2081     escher-lsd.eps
2082     floatQt4.png
2083     footnoteQt4.png
2084     labelQt4.png
2085     macrobox.png
2086     macrouse.png
2087     mbox.png
2088     mobius.eps
2089     platypus.eps
2090     referenceQt4.png
2091     ViewToolbar.png
2092     with_fntright.pdf
2093     without_fntright.pdf
2094 ''')
2095
2096
2097 lib_doc_extra_files = Split('''
2098     Makefile.am
2099     Makefile.depend
2100     README.Documentation
2101     depend.py
2102     doc_toc.py
2103 ''')
2104
2105
2106 lib_doc_cs_files = Split('''
2107     Tutorial.lyx
2108 ''')
2109
2110
2111 lib_doc_de_files = Split('''
2112     Customization.lyx
2113     DummyDocument1.lyx
2114     DummyDocument2.lyx
2115     DummyTextDocument.txt
2116     EmbeddedObjects.lyx
2117     Extended.lyx
2118     FAQ.lyx
2119     Intro.lyx
2120     Tutorial.lyx
2121     UserGuide.lyx
2122 ''')
2123
2124
2125 lib_doc_de_clipart_files = Split('''
2126     ERT.png
2127     ExternesMaterialQt4.png
2128     FussnoteQt4.png
2129     GerahmteNotizQt4.png
2130     GleitobjektQt4.png
2131     GrauschriftNotizQt4.png
2132     KommentarQt4.png
2133     LyXNotizQt4.png
2134     Marke.png
2135     Querverweis.png
2136     SchattierteNotizQt4.png
2137     StandardBoxQt4.png
2138     UnterdokumentQt4.png
2139 ''')
2140
2141
2142 lib_doc_da_files = Split('''
2143     Intro.lyx
2144 ''')
2145
2146
2147 lib_doc_es_files = Split('''
2148     DocumentoPostizo1.lyx
2149     DocumentoPostizo2.lyx
2150     DocumentoTextoPostizo.txt
2151     EmbeddedObjects.lyx
2152     Extended.lyx
2153     Intro.lyx
2154     Tutorial.lyx
2155     UserGuide.lyx
2156 ''')
2157
2158
2159 lib_doc_es_biblio_files = Split('''
2160     alphadin.bst
2161     LyXDocs.bib
2162 ''')
2163
2164
2165 lib_doc_es_clipart_files = Split('''
2166     ComentNotaImagenQt4.png
2167     CuadroMinipagQt4.png
2168     DocumentoHijoQt4.png
2169     GrisNotaImagenQt4.png
2170     MaterialExternoQt4.png
2171     NotaEnmarcadaImg.png
2172     NotaLyXImagenQt4.png
2173     NotaSombreadaImg.png
2174     Resumen.pdf
2175     es_ERT.png
2176     etiquetaQt4.png
2177     flotanteQt4.png
2178     notapieQt4.png
2179     referenciaQt4.png
2180 ''')
2181
2182
2183 lib_doc_eu_files = Split('''
2184     Customization.lyx
2185     Extended.lyx
2186     FAQ.lyx
2187     Intro.lyx
2188     Tutorial.lyx
2189     UserGuide.lyx
2190 ''')
2191
2192
2193 lib_doc_fr_files = Split('''
2194     Customization.lyx
2195     EmbeddedObjects.lyx
2196     Extended.lyx
2197     FAQ.lyx
2198     Intro.lyx
2199     Tutorial.lyx
2200     UserGuide.lyx
2201 ''')
2202
2203
2204 lib_doc_gl_extra_files = Split('''
2205     Intro.lyx
2206     Tutorial.lyx
2207 ''')
2208
2209
2210 lib_doc_he_files = Split('''
2211     Intro.lyx
2212     Tutorial.lyx
2213 ''')
2214
2215
2216 lib_doc_hu_files = Split('''
2217     Intro.lyx
2218     Tutorial.lyx
2219 ''')
2220
2221
2222 lib_doc_it_files = Split('''
2223     Customization.lyx
2224     Intro.lyx
2225     Tutorial.lyx
2226     UserGuide.lyx
2227 ''')
2228
2229
2230 lib_doc_nb_files = Split('''
2231     Intro.lyx
2232 ''')
2233
2234
2235 lib_doc_nl_files = Split('''
2236     Intro.lyx
2237     Tutorial.lyx
2238 ''')
2239
2240
2241 lib_doc_pl_files = Split('''
2242     Extended.lyx
2243     Intro.lyx
2244     Tutorial.lyx
2245 ''')
2246
2247
2248 lib_doc_pt_files = Split('''
2249     Intro.lyx
2250     Tutorial.lyx
2251 ''')
2252
2253
2254 lib_doc_ro_files = Split('''
2255     Intro.lyx
2256 ''')
2257
2258
2259 lib_doc_ru_files = Split('''
2260     FAQ.lyx
2261     Intro.lyx
2262     Tutorial.lyx
2263 ''')
2264
2265
2266 lib_doc_sl_files = Split('''
2267     Intro.lyx
2268     Tutorial.lyx
2269 ''')
2270
2271
2272 lib_doc_sk_files = Split('''
2273     Tutorial.lyx
2274     UserGuide.lyx
2275 ''')
2276
2277
2278 lib_doc_sv_files = Split('''
2279     Intro.lyx
2280     Tutorial.lyx
2281 ''')
2282
2283
2284 lib_examples_files = Split('''
2285     CV-image.eps
2286     CV-image.png
2287     Foils.lyx
2288     ItemizeBullets.lyx
2289     Literate.lyx
2290     Minipage.lyx
2291     aa_sample.lyx
2292     aas_sample.lyx
2293     amsart-test.lyx
2294     amsbook-test.lyx
2295     armenian-article.lyx
2296     beamer-g4-mask.jpg
2297     beamer-g4.jpg
2298     beamer-icsi-logo.pdf
2299     beamer-knight1-mask.png
2300     beamer-knight1.png
2301     beamer-knight2-mask.png
2302     beamer-knight2.png
2303     beamer-knight3-mask.png
2304     beamer-knight3.png
2305     beamer-knight4-mask.png
2306     beamer-knight4.png
2307     beamerlyxexample1.lyx
2308     biblioExample.bib
2309     chess-article.lyx
2310     chessgame.lyx
2311     docbook_article.lyx
2312     europeCV.lyx
2313     example_lyxified.lyx
2314     example_raw.lyx
2315     iecc05.fen
2316     iecc07.fen
2317     iecc12.fen
2318     landslide.lyx
2319     listerrors.lyx
2320     listings.lyx
2321     mathed.lyx
2322     modernCV.lyx
2323     multicol.lyx
2324     noweb2lyx.lyx
2325     powerdot-example.lyx
2326     script_form.lyx
2327     simplecv.lyx
2328     splash.lyx
2329 ''')
2330
2331
2332 lib_examples_ca_files = Split('''
2333     splash.lyx
2334 ''')
2335
2336
2337 lib_examples_cs_files = Split('''
2338     splash.lyx
2339 ''')
2340
2341
2342 lib_examples_da_files = Split('''
2343     splash.lyx
2344 ''')
2345
2346
2347 lib_examples_de_files = Split('''
2348     Dezimal.lyx
2349     ItemizeBullets.lyx
2350     Lebenslauf.lyx
2351     Minipage.lyx
2352     beispiel_gelyxt.lyx
2353     beispiel_roh.lyx
2354     mathed.lyx
2355     multicol.lyx
2356     splash.lyx
2357 ''')
2358
2359
2360 lib_examples_fa_files = Split('''
2361     splash.lyx
2362 ''')
2363
2364
2365 lib_examples_fr_files = Split('''
2366     AlignementDecimal.lyx
2367     Foils.lyx
2368     ListesPuces.lyx
2369     Minipage.lyx
2370     exemple_brut.lyx
2371     exemple_lyxifie.lyx
2372     mathed.lyx
2373     multicol.lyx
2374     simplecv.lyx
2375     splash.lyx
2376 ''')
2377
2378
2379 lib_examples_es_files = Split('''
2380     ItemizeBullets.lyx
2381     ejemplo_con_lyx.lyx
2382     ejemplo_sin_lyx.lyx
2383     splash.lyx
2384 ''')
2385
2386
2387 lib_examples_eu_files = Split('''
2388     adibide_gordina.lyx
2389     adibide_lyx-atua.lyx
2390     splash.lyx
2391 ''')
2392
2393
2394 lib_examples_gl_extra_files = Split('''
2395     exemplo_bruto.lyx
2396     exemplo_lyxificado.lyx
2397     splash.lyx
2398 ''')
2399
2400
2401 lib_examples_he_files = Split('''
2402     example_lyxified.lyx
2403     example_raw.lyx
2404     splash.lyx
2405 ''')
2406
2407
2408 lib_examples_hu_files = Split('''
2409     example_lyxified.lyx
2410     example_raw.lyx
2411     splash.lyx
2412 ''')
2413
2414
2415 lib_examples_it_files = Split('''
2416     ItemizeBullets.lyx
2417     splash.lyx
2418 ''')
2419
2420
2421 lib_examples_nl_files = Split('''
2422     multicol.lyx
2423     opsommingstekens.lyx
2424     splash.lyx
2425     voorbeeld_ruw.lyx
2426     voorbeeld_verlyxt.lyx
2427 ''')
2428
2429
2430 lib_examples_pl_files = Split('''
2431     splash.lyx
2432 ''')
2433
2434
2435 lib_examples_pt_files = Split('''
2436     splash.lyx
2437 ''')
2438
2439
2440 lib_examples_ro_files = Split('''
2441     splash.lyx
2442 ''')
2443
2444
2445 lib_examples_ru_files = Split('''
2446     splash.lyx
2447 ''')
2448
2449
2450 lib_examples_sl_files = Split('''
2451     primer_lyxan.lyx
2452     primer_surov.lyx
2453     splash.lyx
2454 ''')
2455
2456
2457 lib_lyx2lyx_files = Split('''
2458     LyX.py
2459     generate_encoding_info.py
2460     lyx2lyx
2461     lyx2lyx_lang.py
2462     lyx_0_06.py
2463     lyx_0_08.py
2464     lyx_0_10.py
2465     lyx_0_12.py
2466     lyx_1_0.py
2467     lyx_1_1.py
2468     lyx_1_1_5.py
2469     lyx_1_1_6_0.py
2470     lyx_1_1_6_3.py
2471     lyx_1_2.py
2472     lyx_1_3.py
2473     lyx_1_4.py
2474     lyx_1_5.py
2475     lyx_1_6.py
2476     parser_tools.py
2477     profiling.py
2478     test_parser_tools.py
2479 ''')
2480
2481
2482 lib_lyx2lyx_extra_files = Split('''
2483     Makefile.am
2484     lyx2lyx_version.py.in
2485 ''')
2486
2487
2488 lib_layouts_files = Split('''
2489     IEEEtran.layout
2490     aa.layout
2491     aapaper.layout
2492     aastex.layout
2493     agu-dtd.layout
2494     agums.layout
2495     amsart-plain.layout
2496     amsart-seq.layout
2497     amsart.layout
2498     amsbook.layout
2499     apa.layout
2500     arab-article.layout
2501     armenian-article.layout
2502     article.layout
2503     beamer.layout
2504     book.layout
2505     broadway.layout
2506     chess.layout
2507     cl2emult.layout
2508     dinbrief.layout
2509     docbook-book.layout
2510     docbook-chapter.layout
2511     docbook-section.layout
2512     docbook.layout
2513     dtk.layout
2514     egs.layout
2515     elsart.layout
2516     entcs.layout
2517     europecv.layout
2518     extarticle.layout
2519     extbook.layout
2520     extletter.layout
2521     extreport.layout
2522     foils.layout
2523     g-brief-de.layout
2524     g-brief-en.layout
2525     g-brief2.layout
2526     heb-article.layout
2527     heb-letter.layout
2528     hollywood.layout
2529     ijmpc.layout
2530     ijmpd.layout
2531     iopart.layout
2532     isprs.layout
2533     jarticle.layout
2534     jbook.layout
2535     jgrga.layout
2536     jreport.layout
2537     jsarticle.layout
2538     jsbook.layout
2539     kluwer.layout
2540     latex8.layout
2541     letter.layout
2542     literate-article.layout
2543     literate-book.layout
2544     literate-report.layout
2545     llncs.layout
2546     ltugboat.layout
2547     manpage.layout
2548     memoir.layout
2549     moderncv.layout
2550     mwart.layout
2551     mwbk.layout
2552     mwrep.layout
2553     paper.layout
2554     powerdot.layout
2555     report.layout
2556     revtex.layout
2557     revtex4.layout
2558     scrartcl.layout
2559     scrbook.layout
2560     scrlettr.layout
2561     scrlttr2.layout
2562     scrreprt.layout
2563     seminar.layout
2564     siamltex.layout
2565     simplecv.layout
2566     slides.layout
2567     spie.layout
2568     svglobal.layout
2569     svjog.layout
2570     svprobth.layout
2571     tarticle.layout
2572     tbook.layout
2573     treport.layout
2574 ''')
2575
2576
2577 lib_layouts_inc_files = Split('''
2578     aapaper.inc
2579     agu_stdclass.inc
2580     agu_stdcounters.inc
2581     agu_stdlists.inc
2582     agu_stdsections.inc
2583     agu_stdtitle.inc
2584     aguplus.inc
2585     amsdefs.inc
2586     amsmaths-plain.inc
2587     amsmaths-seq.inc
2588     amsmaths.inc
2589     db_lyxmacros.inc
2590     db_stdcharstyles.inc
2591     db_stdclass.inc
2592     db_stdcounters.inc
2593     db_stdlayouts.inc
2594     db_stdlists.inc
2595     db_stdsections.inc
2596     db_stdstarsections.inc
2597     db_stdstruct.inc
2598     db_stdtitle.inc
2599     literate-scrap.inc
2600     lyxmacros.inc
2601     numarticle.inc
2602     numreport.inc
2603     numrevtex.inc
2604     scrclass.inc
2605     stdclass.inc
2606     stdcounters.inc
2607     stdfloats.inc
2608     stdinsets.inc
2609     stdlayouts.inc
2610     stdletter.inc
2611     stdlists.inc
2612     stdsections.inc
2613     stdstarsections.inc
2614     stdstruct.inc
2615     stdtitle.inc
2616     svjour.inc
2617     theorems.inc
2618     theorems-ams.inc
2619 ''')
2620
2621
2622 lib_layouts_module_files = Split('''
2623     endnotes.module
2624     foottoend.module
2625     hanging.module
2626     logicalmkup.module
2627     theorems-ams.module
2628     theorems-ams-withinsec.module
2629     theorems-std.module
2630     theorems-withinsec.module
2631     theorems-withinchap.module
2632 ''')
2633
2634 lib_scripts_files = Split('''
2635     TeXFiles.py
2636     clean_dvi.py
2637     convertDefault.py
2638     date.py
2639     ext_copy.py
2640     fen2ascii.py
2641     fig2pdftex.py
2642     fig2pstex.py
2643     fig_copy.py
2644     layout2layout.py
2645     legacy_lyxpreview2ppm.py
2646     listerrors
2647     lyxpreview2bitmap.py
2648     lyxpreview_tools.py
2649     tex_copy.py
2650 ''')
2651
2652
2653 lib_bind_files = Split('''
2654     aqua.bind
2655     broadway.bind
2656     cua.bind
2657     cyrkeys.bind
2658     emacs.bind
2659     greekkeys.bind
2660     hollywood.bind
2661     latinkeys.bind
2662     mac.bind
2663     math.bind
2664     menus.bind
2665     sciword.bind
2666     site.bind
2667     xemacs.bind
2668 ''')
2669
2670
2671 lib_bind_fi_files = Split('''
2672     menus.bind
2673 ''')
2674
2675
2676 lib_bind_sv_files = Split('''
2677     menus.bind
2678 ''')
2679
2680
2681 lib_bind_pt_files = Split('''
2682     menus.bind
2683 ''')
2684
2685
2686 lib_bind_de_files = Split('''
2687     menus.bind
2688 ''')
2689
2690
2691 lib_commands_files = Split('''
2692     default.def
2693 ''')
2694
2695
2696 boost_extra_files = Split('''
2697     LICENSE_1_0.txt
2698     Makefile.am
2699 ''')
2700
2701
2702 boost_libs_extra_files = Split('''
2703     Makefile.am
2704     README
2705 ''')
2706
2707
2708 boost_libs_signals_extra_files = Split('''
2709     Makefile.am
2710     signals.vcproj
2711 ''')
2712
2713
2714 boost_libs_signals_src_files = Split('''
2715     connection.cpp
2716     named_slot_map.cpp
2717     signal_base.cpp
2718     slot.cpp
2719     trackable.cpp
2720 ''')
2721
2722
2723 boost_libs_signals_src_extra_files = Split('''
2724     Makefile.am
2725     pch.h
2726 ''')
2727
2728
2729 boost_libs_regex_extra_files = Split('''
2730     Makefile.am
2731     regex.vcproj
2732 ''')
2733
2734
2735 boost_libs_regex_src_files = Split('''
2736     c_regex_traits.cpp
2737     cpp_regex_traits.cpp
2738     cregex.cpp
2739     fileiter.cpp
2740     instances.cpp
2741     posix_api.cpp
2742     regex.cpp
2743     regex_debug.cpp
2744     regex_raw_buffer.cpp
2745     regex_traits_defaults.cpp
2746     w32_regex_traits.cpp
2747     wide_posix_api.cpp
2748     winstances.cpp
2749 ''')
2750
2751
2752 boost_libs_regex_src_extra_files = Split('''
2753     Makefile.am
2754     pch.h
2755 ''')
2756
2757
2758 boost_libs_filesystem_extra_files = Split('''
2759     Makefile.am
2760     filesystem.vcproj
2761 ''')
2762
2763
2764 boost_libs_filesystem_src_files = Split('''
2765     exception.cpp
2766     operations.cpp
2767     path.cpp
2768     portability.cpp
2769 ''')
2770
2771
2772 boost_libs_filesystem_src_extra_files = Split('''
2773     Makefile.am
2774     pch.h
2775 ''')
2776
2777
2778 boost_libs_iostreams_extra_files = Split('''
2779     Makefile.am
2780 ''')
2781
2782
2783 boost_libs_iostreams_src_files = Split('''
2784     file_descriptor.cpp
2785     mapped_file.cpp
2786     zlib.cpp
2787 ''')
2788
2789
2790 boost_libs_iostreams_src_extra_files = Split('''
2791     Makefile.am
2792     pch.h
2793 ''')
2794
2795
2796 development_Win32_packaging_installer = Split('''
2797     license.rtf
2798     lyx.nsi
2799     settings.nsh
2800     settings.user.nsh
2801 ''')
2802
2803
2804 development_Win32_packaging_installer_components = Split('''
2805     configure.nsh
2806     core.nsh
2807     dicts.nsh
2808     external.nsh
2809     langselect.nsh
2810     reinstall.nsh
2811     uninstall.nsh
2812     user.nsh
2813     viewer.nsh
2814 ''')
2815
2816
2817 development_Win32_packaging_installer_dialogs = Split('''
2818     external.ini
2819     langselect.ini
2820     reinstall.ini
2821     user.ini
2822     viewer.ini
2823 ''')
2824
2825
2826 development_Win32_packaging_installer_graphics = Split('''
2827     header.bmp
2828     wizard.bmp
2829 ''')
2830
2831
2832 development_Win32_packaging_installer_include = Split('''
2833     declarations.nsh
2834     detection.nsh
2835     filelists.nsh
2836     gui.nsh
2837     init.nsh
2838     lang.nsh
2839     windows.nsh
2840 ''')
2841
2842
2843 development_Win32_packaging_installer_lang = Split('''
2844     english.nsh
2845     french.nsh
2846     german.nsh
2847     italian.nsh
2848 ''')
2849