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