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