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