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