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