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