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