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