]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
move GuiImage::loadableFormats() to support/imagetools.{h,cpp} and simplify this...
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 TOP_extra_files = Split('''
4     ABOUT-NLS
5     ANNOUNCE
6     COPYING
7     INSTALL
8     INSTALL.MacOSX
9     INSTALL.Win32
10     INSTALL.autoconf
11     INSTALL.cmake
12     INSTALL.scons
13     Makefile.am
14     NEWS
15     README
16     README.Cygwin
17     README.Win32
18     README.localization
19     RELEASE-NOTES
20     UPGRADING
21     autogen.sh
22     config.log
23     configure.ac
24     lyx.man
25     rename.sh
26     scons_lyx.log
27 ''')
28
29
30 src_header_files = Split('''
31     ASpell_local.h
32     Author.h
33     BiblioInfo.h
34     Bidi.h
35     Box.h
36     BranchList.h
37     Buffer.h
38     BufferList.h
39     BufferParams.h
40     BufferView.h
41     Bullet.h
42     Changes.h
43     Chktex.h
44     Citation.h
45     CmdDef.h
46     Color.h
47     ColorCode.h
48     CompletionList.h
49     Converter.h
50     ConverterCache.h
51     CoordCache.h
52     Counters.h
53     Cursor.h
54     CursorSlice.h
55     CutAndPaste.h
56     DepTable.h
57     Dimension.h
58     DispatchResult.h
59     DocIterator.h
60     Encoding.h
61     ErrorList.h
62     Exporter.h
63     FloatList.h
64     Floating.h
65     Font.h
66     FontEnums.h
67     FontInfo.h
68     FontList.h
69     Format.h
70     FuncCode.h
71     FuncRequest.h
72     FuncStatus.h
73     Graph.h
74     ISpell.h
75     InsetIterator.h
76     InsetList.h
77     Intl.h
78     KeyMap.h
79     KeySequence.h
80     LaTeX.h
81     LaTeXFeatures.h
82     Language.h
83     Layout.h
84     LayoutEnums.h
85     LayoutFile.h
86     Length.h
87     Lexer.h
88     LyX.h
89     LyXAction.h
90     LyXFunc.h
91     LyXRC.h
92     LyXVC.h
93     MetricsInfo.h
94     ModuleList.h
95     Mover.h
96     OutputParams.h
97     ParIterator.h
98     Paragraph.h
99     ParagraphList.h
100     ParagraphMetrics.h
101     ParagraphParameters.h
102     PDFOptions.h
103     PrinterParams.h
104     PSpell.h
105     Row.h
106     Section.h
107     Server.h
108     ServerSocket.h
109     Session.h
110     Spacing.h
111     SpellBase.h
112     TexRow.h
113     Text.h
114     TextClass.h
115     TextMetrics.h
116     Thesaurus.h
117     TocBackend.h
118     Trans.h
119     Undo.h
120     VCBackend.h
121     VSpace.h
122     Variables.h
123     WordLangTuple.h
124     buffer_funcs.h
125     factory.h
126     lyxfind.h
127     output.h
128     output_docbook.h
129     output_latex.h
130     output_plaintext.h
131     paper.h
132     paragraph_funcs.h
133     rowpainter.h
134     sgml.h
135     update_flags.h
136     version.h
137     WordList.h
138 ''')
139
140
141 src_pre_files = Split('''
142     Author.cpp
143     Bidi.cpp
144     BranchList.cpp
145     Buffer.cpp
146     BufferList.cpp
147     BufferParams.cpp
148     BufferView.cpp
149     Bullet.cpp
150     Changes.cpp
151     Chktex.cpp
152     CmdDef.cpp
153     Color.cpp
154     Converter.cpp
155     ConverterCache.cpp
156     CoordCache.cpp
157     Counters.cpp
158     Cursor.cpp
159     CursorSlice.cpp
160     CutAndPaste.cpp
161     DepTable.cpp
162     DocIterator.cpp
163     Encoding.cpp
164     ErrorList.cpp
165     Exporter.cpp
166     FloatList.cpp
167     Floating.cpp
168     Font.cpp
169     FontInfo.cpp
170     FontList.cpp
171     Format.cpp
172     FuncRequest.cpp
173     FuncStatus.cpp
174     Graph.cpp
175     InsetIterator.cpp
176     InsetList.cpp
177     Intl.cpp
178     KeyMap.cpp
179     KeySequence.cpp
180     LaTeX.cpp
181     LaTeXFeatures.cpp
182     Language.cpp
183     Layout.cpp
184     LayoutFile.cpp
185     Length.cpp
186     Lexer.cpp
187     LyX.cpp
188     LyXAction.cpp
189     LyXFunc.cpp
190     LyXRC.cpp
191     LyXVC.cpp
192     MetricsInfo.cpp
193     Mover.cpp
194     OutputParams.cpp
195     PDFOptions.cpp
196     ParIterator.cpp
197     Paragraph.cpp
198     ParagraphMetrics.cpp
199     ParagraphParameters.cpp
200     Row.cpp
201     Server.cpp
202     ServerSocket.cpp
203     Session.cpp
204     Spacing.cpp
205     TexRow.cpp
206     Text.cpp
207     Text2.cpp
208     Text3.cpp
209     TextClass.cpp
210     TextMetrics.cpp
211     TocBackend.cpp
212     Trans.cpp
213     Undo.cpp
214     VCBackend.cpp
215     VSpace.cpp
216     buffer_funcs.cpp
217     factory.cpp
218     lengthcommon.cpp
219     lyxfind.cpp
220     output.cpp
221     output_docbook.cpp
222     output_latex.cpp
223     output_plaintext.cpp
224     paragraph_funcs.cpp
225     rowpainter.cpp
226     sgml.cpp
227     version.cpp
228     WordList.cpp
229 ''')
230
231
232 src_post_files = Split('''
233     BiblioInfo.cpp
234     Box.cpp
235     Dimension.cpp
236     ModuleList.cpp
237     PrinterParams.cpp
238     SpellBase.cpp
239     Thesaurus.cpp
240     boost.cpp
241 ''')
242
243
244 src_extra_src_files = Split('''
245     ASpell.cpp
246     ISpell.cpp
247     PSpell.cpp
248     Section.cpp
249     Variables.cpp
250     main.cpp
251 ''')
252
253
254 src_extra_files = Split('''
255     Makefile.am
256     pch.h
257 ''')
258
259
260 src_client_header_files = Split('''
261     Messages.h
262 ''')
263
264
265 src_client_files = Split('''
266     Messages.cpp
267     boost.cpp
268     client.cpp
269     gettext.cpp
270 ''')
271
272
273 src_client_extra_files = Split('''
274     Makefile.am
275     lyxclient.man
276     pch.h
277 ''')
278
279
280 src_support_header_files = Split('''
281     ExceptionMessage.h
282     FileMonitor.h
283     FileName.h
284     ForkedCalls.h
285     Messages.h
286     Package.h
287     Path.h
288     RandomAccessList.h
289     SignalSlot.h
290     SignalSlotPrivate.h
291     Systemcall.h
292     Timeout.h
293     Translator.h
294     convert.h
295     copied_ptr.h
296     debug.h
297     docstream.h
298     docstring.h
299     docstring_list.h
300     environment.h
301     filetools.h
302     foreach.h
303     gettext.h
304     gzstream.h
305     imagetools.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     gettext.cpp
341     gzstream.cpp
342     imagetools.cpp
343     kill.cpp
344     lassert.cpp
345     lstrings.cpp
346     lyxsum.cpp
347     lyxtime.cpp
348     os.cpp
349     qstring_helpers.cpp
350     socktools.cpp
351     unicode.cpp
352     userinfo.cpp
353 ''')
354
355
356 src_support_extra_header_files = Split('''
357     
358 ''')
359
360
361 src_support_extra_src_files = Split('''
362     atexit.c
363     os_cygwin.cpp
364     os_unix.cpp
365     os_win32.cpp
366     strerror.c
367 ''')
368
369
370 src_support_extra_files = Split('''
371     Makefile.am
372     pch.h
373 ''')
374
375
376 src_support_tests_extra_files = Split('''
377     Makefile.am
378     boost.cpp
379     convert.cpp
380     filetools.cpp
381     lstrings.cpp
382     pch.h
383     test_convert
384     test_filetools
385     test_lstrings
386 ''')
387
388
389 src_support_tests_regfiles_extra_files = Split('''
390     convert
391     filetools
392     lstrings
393 ''')
394
395
396 src_graphics_header_files = Split('''
397     GraphicsCache.h
398     GraphicsCacheItem.h
399     GraphicsConverter.h
400     GraphicsImage.h
401     GraphicsLoader.h
402     GraphicsParams.h
403     GraphicsTypes.h
404     PreviewImage.h
405     PreviewLoader.h
406     Previews.h
407 ''')
408
409
410 src_graphics_files = Split('''
411     GraphicsCache.cpp
412     GraphicsCacheItem.cpp
413     GraphicsConverter.cpp
414     GraphicsImage.cpp
415     GraphicsLoader.cpp
416     GraphicsParams.cpp
417     GraphicsTypes.cpp
418     PreviewImage.cpp
419     PreviewLoader.cpp
420     Previews.cpp
421 ''')
422
423
424 src_graphics_extra_files = Split('''
425     Makefile.am
426     pch.h
427 ''')
428
429
430 src_mathed_header_files = Split('''
431     CommandInset.h
432     InsetMath.h
433     InsetMathAMSArray.h
434     InsetMathArray.h
435     InsetMathBig.h
436     InsetMathBoldSymbol.h
437     InsetMathBox.h
438     InsetMathBrace.h
439     InsetMathCases.h
440     InsetMathChar.h
441     InsetMathColor.h
442     InsetMathComment.h
443     InsetMathDecoration.h
444     InsetMathDelim.h
445     InsetMathDiff.h
446     InsetMathDots.h
447     InsetMathEnv.h
448     InsetMathExFunc.h
449     InsetMathExInt.h
450     InsetMathFont.h
451     InsetMathFontOld.h
452     InsetMathFrac.h
453     InsetMathGrid.h
454     InsetMathHull.h
455     InsetMathKern.h
456     InsetMathLefteqn.h
457     InsetMathLim.h
458     InsetMathMatrix.h
459     InsetMathNest.h
460     InsetMathNumber.h
461     InsetMathOverset.h
462     InsetMathPar.h
463     InsetMathPhantom.h
464     InsetMathRef.h
465     InsetMathRoot.h
466     InsetMathScript.h
467     InsetMathSize.h
468     InsetMathSpace.h
469     InsetMathSplit.h
470     InsetMathSqrt.h
471     InsetMathStackrel.h
472     InsetMathString.h
473     InsetMathSubstack.h
474     InsetMathSymbol.h
475     InsetMathTabular.h
476     InsetMathUnderset.h
477     InsetMathUnknown.h
478     InsetMathXArrow.h
479     InsetMathXYMatrix.h
480     MacroTable.h
481     MathAtom.h
482     MathAutoCorrect.h
483     MathCompletionList.h
484     MathData.h
485     MathExtern.h
486     MathFactory.h
487     MathGridInfo.h
488     MathMacro.h
489     MathMacroArgument.h
490     MathMacroTemplate.h
491     MathParser.h
492     MathStream.h
493     MathSupport.h
494     ReplaceData.h
495     TextPainter.h
496 ''')
497
498
499 src_mathed_files = Split('''
500     CommandInset.cpp
501     InsetMath.cpp
502     InsetMathAMSArray.cpp
503     InsetMathArray.cpp
504     InsetMathBig.cpp
505     InsetMathBoldSymbol.cpp
506     InsetMathBox.cpp
507     InsetMathBrace.cpp
508     InsetMathCases.cpp
509     InsetMathChar.cpp
510     InsetMathColor.cpp
511     InsetMathComment.cpp
512     InsetMathDecoration.cpp
513     InsetMathDelim.cpp
514     InsetMathDiff.cpp
515     InsetMathDots.cpp
516     InsetMathEnv.cpp
517     InsetMathExFunc.cpp
518     InsetMathExInt.cpp
519     InsetMathFont.cpp
520     InsetMathFontOld.cpp
521     InsetMathFrac.cpp
522     InsetMathGrid.cpp
523     InsetMathHull.cpp
524     InsetMathKern.cpp
525     InsetMathLefteqn.cpp
526     InsetMathLim.cpp
527     InsetMathMatrix.cpp
528     InsetMathNest.cpp
529     InsetMathNumber.cpp
530     InsetMathOverset.cpp
531     InsetMathPar.cpp
532     InsetMathPhantom.cpp
533     InsetMathRef.cpp
534     InsetMathRoot.cpp
535     InsetMathScript.cpp
536     InsetMathSize.cpp
537     InsetMathSpace.cpp
538     InsetMathSplit.cpp
539     InsetMathSqrt.cpp
540     InsetMathStackrel.cpp
541     InsetMathString.cpp
542     InsetMathSubstack.cpp
543     InsetMathSymbol.cpp
544     InsetMathTabular.cpp
545     InsetMathUnderset.cpp
546     InsetMathUnknown.cpp
547     InsetMathXArrow.cpp
548     InsetMathXYMatrix.cpp
549     MacroTable.cpp
550     MathAtom.cpp
551     MathAutoCorrect.cpp
552     MathData.cpp
553     MathExtern.cpp
554     MathFactory.cpp
555     MathMacro.cpp
556     MathMacroArgument.cpp
557     MathMacroTemplate.cpp
558     MathParser.cpp
559     MathStream.cpp
560     MathSupport.cpp
561     TextPainter.cpp
562 ''')
563
564
565 src_mathed_extra_files = Split('''
566     BUGS
567     InsetFormulaMacro.cpp
568     InsetFormulaMacro.h
569     InsetMathMBox.cpp
570     InsetMathMBox.h
571     InsetMathXYArrow.cpp
572     InsetMathXYArrow.h
573     Makefile.am
574     README
575     pch.h
576     texify
577 ''')
578
579
580 src_tex2lyx_header_files = Split('''
581     Context.h
582     Font.h
583     Parser.h
584     Spacing.h
585     tex2lyx.h
586 ''')
587
588
589 src_tex2lyx_files = Split('''
590     Context.cpp
591     Font.cpp
592     Parser.cpp
593     boost.cpp
594     gettext.cpp
595     math.cpp
596     preamble.cpp
597     table.cpp
598     tex2lyx.cpp
599     text.cpp
600 ''')
601
602
603 src_tex2lyx_copied_header_files = Split('''
604     insets/InsetLayout.h
605 ''')
606
607
608 src_tex2lyx_copied_files = Split('''
609     Color.cpp
610     Counters.cpp
611     FloatList.cpp
612     Floating.cpp
613     Layout.cpp
614     Lexer.cpp
615     TextClass.cpp
616     insets/InsetLayout.cpp
617     lengthcommon.cpp
618 ''')
619
620
621 src_tex2lyx_extra_files = Split('''
622     Makefile.am
623     pch.h
624     test-insets.tex
625     test-structure.tex
626     test.ltx
627     tex2lyx.man
628 ''')
629
630
631 src_frontends_header_files = Split('''
632     Application.h
633     Clipboard.h
634     FontLoader.h
635     FontMetrics.h
636     KeyModifier.h
637     KeySymbol.h
638     LyXView.h
639     Painter.h
640     Selection.h
641     WorkArea.h
642     WorkAreaManager.h
643     alert.h
644     mouse_state.h
645 ''')
646
647
648 src_frontends_files = Split('''
649     WorkAreaManager.cpp
650 ''')
651
652
653 src_frontends_extra_files = Split('''
654     Makefile.am
655     pch.h
656 ''')
657
658
659 src_frontends_controllers_extra_files = Split('''
660     Makefile.am
661     pch.h
662 ''')
663
664
665 src_frontends_controllers_tests_extra_files = Split('''
666     Makefile.am
667     biblio.cpp
668     boost.cpp
669     pch.h
670     test_biblio
671 ''')
672
673
674 src_frontends_controllers_tests_regfiles_extra_files = Split('''
675     biblio
676 ''')
677
678
679 src_frontends_qt4_header_files = Split('''
680     ButtonPolicy.h
681     Dialog.h
682     Action.h
683     BulletsModule.h
684     ButtonController.h
685     ColorCache.h
686     CustomizedWidgets.h
687     DialogView.h
688     DockView.h
689     EmptyTable.h
690     FileDialog.h
691     FloatPlacement.h
692     GuiAbout.h
693     GuiApplication.h
694     GuiBibitem.h
695     GuiBibtex.h
696     GuiBox.h
697     GuiBranches.h
698     GuiBranch.h
699     GuiChanges.h
700     GuiCharacter.h
701     GuiCharacter.h
702     GuiCitation.h
703     GuiClipboard.h
704     GuiCommandBuffer.h
705     GuiCommandEdit.h
706     GuiCompleter.h
707     GuiDelimiter.h
708     GuiDialog.h
709     GuiDocument.h
710     GuiErrorList.h
711     GuiERT.h
712     GuiExternal.h
713     GuiFloat.h
714     GuiFontExample.h
715     GuiFontLoader.h
716     GuiGraphics.h
717     GuiGraphicsUi.h
718     GuiHSpace.h
719     GuiHyperlink.h
720     GuiIdListModel.h
721     GuiImage.h
722     GuiInclude.h
723     GuiInfo.h
724     GuiKeySymbol.h
725     GuiLabel.h
726     GuiListings.h
727     GuiLog.h
728     GuiMathMatrix.h
729     GuiNomencl.h
730     GuiNote.h
731     GuiPainter.h
732     GuiParagraph.h
733     GuiPrefs.h
734     GuiPrint.h
735     GuiRef.h
736     GuiSearch.h
737     GuiSelection.h
738     GuiSelectionManager.h
739     GuiSendto.h
740     GuiSetBorder.h
741     GuiShowFile.h
742     GuiSpellchecker.h
743     GuiSymbols.h
744     GuiTabularCreate.h
745     GuiTabular.h
746     GuiTexinfo.h
747     GuiThesaurus.h
748     GuiToc.h
749     GuiToolbar.h
750     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     GuiInfo.cpp
814     GuiKeySymbol.cpp
815     GuiLabel.cpp
816     GuiListings.cpp
817     GuiLog.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     GuiView.cpp
841     GuiViewSource.cpp
842     GuiVSpace.cpp
843     GuiWorkArea.cpp
844     GuiWrap.cpp
845     IconPalette.cpp
846     InsertTableWidget.cpp
847     LengthCombo.cpp
848     LaTeXHighlighter.cpp
849     LyXFileDialog.cpp
850     Menus.cpp
851     PanelStack.cpp
852     TocModel.cpp
853     TocWidget.cpp
854     Toolbars.cpp
855     Validator.cpp
856     qt_helpers.cpp
857 ''')
858
859
860 src_frontends_qt4_extra_files = Split('''
861     GuiFontMetrics.h
862     Makefile.am
863     README
864     pch.h
865 ''')
866
867
868 src_frontends_qt4_ui_files = Split('''
869     AboutUi.ui
870     AskForTextUi.ui
871     BibitemUi.ui
872     BiblioUi.ui
873     BibtexAddUi.ui
874     BibtexUi.ui
875     BoxUi.ui
876     BranchUi.ui
877     BranchesUi.ui
878     BulletsUi.ui
879     ChangesUi.ui
880     CharacterUi.ui
881     CitationUi.ui
882     DelimiterUi.ui
883     DocumentUi.ui
884     ERTUi.ui
885     ErrorListUi.ui
886     ExternalUi.ui
887     FloatPlacementUi.ui
888     FloatUi.ui
889     FontUi.ui
890     GraphicsUi.ui
891     HSpaceUi.ui
892     HyperlinkUi.ui
893     IncludeUi.ui
894     InfoUi.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     JSS-article.lyx
1292     kluwer.lyx
1293     koma-letter2.lyx
1294     latex8.lyx
1295     letter.lyx
1296     revtex.lyx
1297     revtex4.lyx
1298     slides.lyx
1299 ''')
1300
1301
1302 lib_ui_files = Split('''
1303     classic.ui
1304     default.ui
1305     stdcontext.inc
1306     stdmenus.inc
1307     stdtoolbars.inc
1308 ''')
1309
1310
1311 lib_fonts_files = Split('''
1312     BaKoMaFontLicense.txt
1313     ReadmeBaKoMa4LyX.txt
1314     cmex10.ttf
1315     cmmi10.ttf
1316     cmr10.ttf
1317     cmsy10.ttf
1318     esint10.ttf
1319     eufm10.ttf
1320     msam10.ttf
1321     msbm10.ttf
1322     wasy10.ttf
1323 ''')
1324
1325
1326 lib_images_files = Split('''
1327     all-changes-accept.png
1328     all-changes-reject.png
1329     amssymb.png
1330     banner.png
1331     bookmark-goto.png
1332     bookmark-save.png
1333     box-insert.png
1334     break-line.png
1335     buffer-close.png
1336     buffer-export_dvi.png
1337     buffer-export_latex.png
1338     buffer-export_pdf2.png
1339     buffer-export_ps.png
1340     buffer-export_text.png
1341     buffer-new.png
1342     buffer-reload.png
1343     buffer-update_dvi.png
1344     buffer-update_pdf2.png
1345     buffer-update_ps.png
1346     buffer-view_dvi.png
1347     buffer-view_pdf2.png
1348     buffer-view_ps.png
1349     buffer-write-as.png
1350     buffer-write.png
1351     build-program.png
1352     change-accept.png
1353     change-next.png
1354     change-reject.png
1355     changes-merge.png
1356     changes-output.png
1357     changes-track.png
1358     closetab.png
1359     copy.png
1360     cut.png
1361     demote.png
1362     depth-decrement.png
1363     depth-increment.png
1364     dialog-preferences.png
1365     dialog-show-new-inset_citation.png
1366     dialog-show-new-inset_graphics.png
1367     dialog-show-new-inset_include.png
1368     dialog-show-new-inset_ref.png
1369     dialog-show_character.png
1370     dialog-show_findreplace.png
1371     dialog-show_mathdelimiter.png
1372     dialog-show_mathmatrix.png
1373     dialog-show_print.png
1374     dialog-show_spellchecker.png
1375     dialog-toggle_toc.png
1376     down.png
1377     ert-insert.png
1378     file-open.png
1379     float-insert_figure.png
1380     float-insert_table.png
1381     font-bold.png
1382     font-emph.png
1383     font-free-apply.png
1384     font-noun.png
1385     font-sans.png
1386     footnote-insert.png
1387     href-insert.png
1388     hidetab.png
1389     index-insert.png
1390     label-insert.png
1391     layout-document.png
1392     layout-paragraph.png
1393     layout.png
1394     layout_Description.png
1395     layout_Enumerate.png
1396     layout_Itemize.png
1397     layout_List.png
1398     layout_LyX-Code.png
1399     layout_Scrap.png
1400     layout_Section.png
1401     lyx-quit.png
1402     lyx.png
1403     marginalnote-insert.png
1404     math-display.png
1405     math-macro-add-greedy-optional-param.png
1406     math-macro-add-optional-param.png
1407     math-macro-add-param.png
1408     math-macro-append-greedy-param.png
1409     math-macro-make-nonoptional.png
1410     math-macro-make-optional.png
1411     math-macro-remove-greedy-param.png
1412     math-macro-remove-optional-param.png
1413     math-macro-remove-param.png
1414     math-macro_newmacroname_newcommand.png
1415     math-matrix.png
1416     math-mode.png
1417     math-subscript.png
1418     math-superscript.png
1419     nomencl-insert.png
1420     note-insert.png
1421     note-next.png
1422     paste.png
1423     promote.png
1424     psnfss1.png
1425     psnfss2.png
1426     psnfss3.png
1427     psnfss4.png
1428     redo.png
1429     reload.png
1430     standard.png
1431     tabular-feature_align-center.png
1432     tabular-feature_align-left.png
1433     tabular-feature_align-right.png
1434     tabular-feature_append-column.png
1435     tabular-feature_append-row.png
1436     tabular-feature_delete-column.png
1437     tabular-feature_delete-row.png
1438     tabular-feature_multicolumn.png
1439     tabular-feature_set-all-lines.png
1440     tabular-feature_set-longtabular.png
1441     tabular-feature_set-rotate-cell.png
1442     tabular-feature_toggle-rotate-cell.png
1443     tabular-feature_set-rotate-tabular.png
1444     tabular-feature_toggle-rotate-tabular.png
1445     tabular-feature_toggle-line-bottom.png
1446     tabular-feature_toggle-line-left.png
1447     tabular-feature_toggle-line-right.png
1448     tabular-feature_toggle-line-top.png
1449     tabular-feature_unset-all-lines.png
1450     tabular-feature_valign-bottom.png
1451     tabular-feature_valign-middle.png
1452     tabular-feature_valign-top.png
1453     tabular-insert.png
1454     thesaurus-entry.png
1455     toolbar-toggle_math.png
1456     toolbar-toggle_math_panels.png
1457     toolbar-toggle_table.png
1458     undo.png
1459     unknown.png
1460     up.png
1461     url-insert.png
1462 ''')
1463
1464
1465 lib_images_extra_files = Split('''
1466     README
1467     font-smallcaps.png
1468 ''')
1469
1470
1471 lib_images_math_files = Split('''
1472     Bbbk.png
1473     Finv.png
1474     Game.png
1475     Im.png
1476     Lleftarrow.png
1477     Lsh.png
1478     Re.png
1479     Rrightarrow.png
1480     Rsh.png
1481     Vvdash.png
1482     acute.png
1483     aleph.png
1484     alpha.png
1485     amalg.png
1486     angle.png
1487     approx.png
1488     approxeq.png
1489     asymp.png
1490     backepsilon.png
1491     backprime.png
1492     backsim.png
1493     backsimeq.png
1494     backslash.png
1495     bar.png
1496     bars.png
1497     barwedge.png
1498     because.png
1499     beta.png
1500     beth.png
1501     between.png
1502     bigcap.png
1503     bigcirc.png
1504     bigcup.png
1505     bigodot.png
1506     bigoplus.png
1507     bigotimes.png
1508     bigsqcup.png
1509     bigstar.png
1510     bigtriangledown.png
1511     bigtriangleup.png
1512     biguplus.png
1513     bigvee.png
1514     bigwedge.png
1515     blacklozenge.png
1516     blacksquare.png
1517     blacktriangle.png
1518     blacktriangledown.png
1519     blacktriangleleft.png
1520     blacktriangleright.png
1521     bot.png
1522     bowtie.png
1523     boxdot.png
1524     boxminus.png
1525     boxplus.png
1526     boxtimes.png
1527     breve.png
1528     bullet.png
1529     bumpeq.png
1530     bumpeq2.png
1531     cap.png
1532     cap2.png
1533     cases.png
1534     cdot.png
1535     cdots.png
1536     centerdot.png
1537     check.png
1538     chi.png
1539     circ.png
1540     circeq.png
1541     circlearrowleft.png
1542     circlearrowright.png
1543     circledS.png
1544     circledast.png
1545     circledcirc.png
1546     circleddash.png
1547     clubsuit.png
1548     complement.png
1549     cong.png
1550     coprod.png
1551     cup.png
1552     cup2.png
1553     curlyeqprec.png
1554     curlyeqsucc.png
1555     curlyvee.png
1556     curlywedge.png
1557     curvearrowleft.png
1558     curvearrowright.png
1559     dagger.png
1560     daleth.png
1561     dashleftarrow.png
1562     dashrightarrow.png
1563     dashv.png
1564     ddagger.png
1565     ddot.png
1566     ddots.png
1567     delim.png
1568     delta.png
1569     delta2.png
1570     diagdown.png
1571     diagup.png
1572     diamond.png
1573     diamondsuit.png
1574     digamma.png
1575     div.png
1576     divideontimes.png
1577     dot.png
1578     doteq.png
1579     doteqdot.png
1580     dotplus.png
1581     dotsint.png
1582     dotsintop.png
1583     doublebarwedge.png
1584     downarrow.png
1585     downarrow2.png
1586     downdownarrows.png
1587     downharpoonleft.png
1588     downharpoonright.png
1589     ell.png
1590     empty.png
1591     emptyset.png
1592     epsilon.png
1593     eqcirc.png
1594     eqslantgtr.png
1595     eqslantless.png
1596     equation.png
1597     equiv.png
1598     eta.png
1599     eth.png
1600     exists.png
1601     fallingdotseq.png
1602     flat.png
1603     font.png
1604     forall.png
1605     frac-square.png
1606     frac.png
1607     frown.png
1608     functions.png
1609     gamma.png
1610     gamma2.png
1611     geq.png
1612     geqq.png
1613     geqslant.png
1614     gg.png
1615     ggg.png
1616     gimel.png
1617     gnapprox.png
1618     gneq.png
1619     gneqq.png
1620     gnsim.png
1621     grave.png
1622     gtrapprox.png
1623     gtrdot.png
1624     gtreqless.png
1625     gtreqqless.png
1626     gtrless.png
1627     gtrsim.png
1628     gvertneqq.png
1629     hat.png
1630     hbar.png
1631     heartsuit.png
1632     hookleftarrow.png
1633     hookrightarrow.png
1634     hphantom.png
1635     hslash.png
1636     iiiint.png
1637     iiiintop.png
1638     iiint.png
1639     iiintop.png
1640     iint.png
1641     iintop.png
1642     imath.png
1643     in.png
1644     infty.png
1645     int.png
1646     intercal.png
1647     intop.png
1648     iota.png
1649     jmath.png
1650     kappa.png
1651     lambda.png
1652     lambda2.png
1653     langle.png
1654     lbrace.png
1655     lbrace_rbrace.png
1656     lbracket.png
1657     lbracket_rbracket.png
1658     lceil.png
1659     lceil_rceil.png
1660     ldots.png
1661     leftarrow.png
1662     leftarrow2.png
1663     leftarrowtail.png
1664     leftharpoondown.png
1665     leftharpoonup.png
1666     leftleftarrows.png
1667     leftrightarrow.png
1668     leftrightarrow2.png
1669     leftrightarrows.png
1670     leftrightharpoons.png
1671     leftrightsquigarrow.png
1672     leftthreetimes.png
1673     leq.png
1674     leqq.png
1675     leqslant.png
1676     lessapprox.png
1677     lessdot.png
1678     lesseqgtr.png
1679     lesseqqgtr.png
1680     lessgtr.png
1681     lesssim.png
1682     lfloor.png
1683     lfloor_rfloor.png
1684     ll.png
1685     llcorner.png
1686     lll.png
1687     lnapprox.png
1688     lneq.png
1689     lneqq.png
1690     lnsim.png
1691     longleftarrow.png
1692     longleftarrow2.png
1693     longleftrightarrow.png
1694     longleftrightarrow2.png
1695     longmapsto.png
1696     longrightarrow.png
1697     longrightarrow2.png
1698     looparrowleft.png
1699     looparrowright.png
1700     lozenge.png
1701     lparen.png
1702     lparen_rparen.png
1703     lrcorner.png
1704     ltimes.png
1705     lvertneqq.png
1706     mapsto.png
1707     mathbb_C.png
1708     mathbb_H.png
1709     mathbb_N.png
1710     mathbb_Q.png
1711     mathbb_R.png
1712     mathbb_Z.png
1713     mathcal_F.png
1714     mathcal_H.png
1715     mathcal_L.png
1716     mathcal_O.png
1717     mathcircumflex.png
1718     mathrm_T.png
1719     matrix.png
1720     measuredangle.png
1721     mho.png
1722     mid.png
1723     models.png
1724     mp.png
1725     mu.png
1726     multimap.png
1727     nabla.png
1728     natural.png
1729     ncong.png
1730     nearrow.png
1731     neg.png
1732     neq.png
1733     nexists.png
1734     ngeq.png
1735     ngeqq.png
1736     ngeqslant.png
1737     ngtr.png
1738     ni.png
1739     nleftarrow.png
1740     nleftarrow2.png
1741     nleftrightarrow.png
1742     nleftrightarrow2.png
1743     nleq.png
1744     nleqq.png
1745     nleqslant.png
1746     nless.png
1747     nmid.png
1748     notin.png
1749     nparallel.png
1750     nprec.png
1751     npreceq.png
1752     nrightarrow.png
1753     nrightarrow2.png
1754     nshortmid.png
1755     nshortparallel.png
1756     nsim.png
1757     nsubseteq.png
1758     nsucc.png
1759     nsucceq.png
1760     nsupseteq.png
1761     nsupseteqq.png
1762     ntriangleleft.png
1763     ntrianglelefteq.png
1764     ntriangleright.png
1765     ntrianglerighteq.png
1766     nu.png
1767     nvdash.png
1768     nvdash2.png
1769     nvdash3.png
1770     nwarrow.png
1771     odot.png
1772     oiint.png
1773     oiintop.png
1774     oint.png
1775     ointclockwise.png
1776     ointclockwiseop.png
1777     ointctrclockwise.png
1778     ointctrclockwiseop.png
1779     ointop.png
1780     omega.png
1781     omega2.png
1782     ominus.png
1783     oplus.png
1784     oslash.png
1785     otimes.png
1786     overbrace.png
1787     overleftarrow.png
1788     overleftrightarrow.png
1789     overline.png
1790     overrightarrow.png
1791     overset.png
1792     parallel.png
1793     partial.png
1794     perp.png
1795     phantom.png
1796     phi.png
1797     phi2.png
1798     pi.png
1799     pi2.png
1800     pitchfork.png
1801     pm.png
1802     prec.png
1803     precapprox.png
1804     preccurlyeq.png
1805     preceq.png
1806     precnapprox.png
1807     precnsim.png
1808     precsim.png
1809     prime.png
1810     prod.png
1811     propto.png
1812     psi.png
1813     psi2.png
1814     rangle.png
1815     rbrace.png
1816     rbracket.png
1817     rceil.png
1818     rfloor.png
1819     rho.png
1820     rightarrow.png
1821     rightarrow2.png
1822     rightarrowtail.png
1823     rightharpoondown.png
1824     rightharpoonup.png
1825     rightleftarrows.png
1826     rightleftharpoons.png
1827     rightrightarrows.png
1828     rightsquigarrow.png
1829     rightthreetimes.png
1830     risingdotseq.png
1831     root.png
1832     rparen.png
1833     rtimes.png
1834     searrow.png
1835     setminus.png
1836     sharp.png
1837     shortmid.png
1838     shortparallel.png
1839     sigma.png
1840     sigma2.png
1841     sim.png
1842     simeq.png
1843     slash.png
1844     smallfrown.png
1845     smallsetminus.png
1846     smallsmile.png
1847     smile.png
1848     space.png
1849     spadesuit.png
1850     sphericalangle.png
1851     sqcap.png
1852     sqcup.png
1853     sqiint.png
1854     sqiintop.png
1855     sqint.png
1856     sqintop.png
1857     sqrt-square.png
1858     sqrt.png
1859     sqsubset.png
1860     sqsubseteq.png
1861     sqsupset.png
1862     sqsupseteq.png
1863     square.png
1864     star.png
1865     style.png
1866     style.png
1867     sub.png
1868     subset.png
1869     subset2.png
1870     subseteq.png
1871     subseteqq.png
1872     subsetneq.png
1873     subsetneqq.png
1874     succ.png
1875     succapprox.png
1876     succcurlyeq.png
1877     succeq.png
1878     succnapprox.png
1879     succnsim.png
1880     succsim.png
1881     sum.png
1882     super.png
1883     supset.png
1884     supset2.png
1885     supseteq.png
1886     supseteqq.png
1887     supsetneq.png
1888     supsetneqq.png
1889     surd.png
1890     swarrow.png
1891     tau.png
1892     textrm_AA.png
1893     textrm_O.png
1894     therefore.png
1895     theta.png
1896     theta2.png
1897     thickapprox.png
1898     thicksim.png
1899     tilde.png
1900     times.png
1901     top.png
1902     triangle.png
1903     triangledown.png
1904     triangleleft.png
1905     trianglelefteq.png
1906     triangleq.png
1907     triangleright.png
1908     trianglerighteq.png
1909     twoheadleftarrow.png
1910     twoheadrightarrow.png
1911     ulcorner.png
1912     underbrace.png
1913     underleftarrow.png
1914     underleftrightarrow.png
1915     underline.png
1916     underrightarrow.png
1917     underscore.png
1918     underset.png
1919     uparrow.png
1920     uparrow2.png
1921     updownarrow.png
1922     updownarrow2.png
1923     upharpoonleft.png
1924     upharpoonright.png
1925     uplus.png
1926     upsilon.png
1927     upsilon2.png
1928     upuparrows.png
1929     urcorner.png
1930     varepsilon.png
1931     varkappa.png
1932     varnothing.png
1933     varphi.png
1934     varpi.png
1935     varpropto.png
1936     varrho.png
1937     varsigma.png
1938     varsubsetneq.png
1939     varsubsetneqq.png
1940     varsupsetneq.png
1941     varsupsetneqq.png
1942     vartheta.png
1943     vartriangle.png
1944     vartriangleleft.png
1945     vartriangleright.png
1946     vdash.png
1947     vdash2.png
1948     vdash3.png
1949     vdots.png
1950     vec.png
1951     vee.png
1952     veebar.png
1953     vert.png
1954     vert2.png
1955     vphantom.png
1956     wedge.png
1957     widehat.png
1958     widetilde.png
1959     wp.png
1960     wr.png
1961     xi.png
1962     xi2.png
1963     zeta.png
1964 ''')
1965
1966
1967 lib_images_math_extra_files = Split('''
1968     ams_arrows.png
1969     ams_misc.png
1970     ams_nrel.png
1971     ams_ops.png
1972     ams_rel.png
1973     arrows.png
1974     bop.png
1975     brel.png
1976     deco.png
1977     deco.png
1978     delim.png
1979     delim0.png
1980     delim1.png
1981     dots.png
1982     font.png
1983     functions.png
1984     greek.png
1985     misc.png
1986     varsz.png
1987 ''')
1988
1989
1990 lib_images_commands_files = Split('''
1991 ''')
1992
1993
1994 lib_images_attic_extra_files = Split('''
1995     dialog-show_mathpanel.png
1996 ''')
1997
1998
1999 lib_tex_files = Split('''
2000     broadway.cls
2001     hollywood.cls
2002     lyxchess.sty
2003     lyxskak.sty
2004     revtex.cls
2005 ''')
2006
2007
2008 lib_doc_files = Split('''
2009     Customization.lyx
2010     DocStyle.lyx
2011     DummyDocument1.lyx
2012     DummyDocument2.lyx
2013     DummyTextDocument.txt
2014     EmbeddedObjects.lyx
2015     Extended.lyx
2016     FAQ.lyx
2017     Formula-numbering.lyx
2018     Intro.lyx
2019     LaTeXConfig.lyx
2020     Math.lyx
2021     Reference.lyx
2022     Shortcuts.lyx
2023     Tutorial.lyx
2024     UserGuide.lyx
2025 ''')
2026
2027
2028 lib_doc_biblio_files = Split('''
2029     alphadin.bst
2030     LyXDocs.bib
2031 ''')
2032
2033
2034 lib_doc_clipart_files = Split('''
2035     Abstract.pdf
2036     BoxInsetDefaultQt4.png
2037     ChangesToolbar.png
2038     ChildDocumentQt4.png
2039     CommentNoteImageQt4.png
2040     ERT.png
2041     ExternalMaterialQt4.png
2042     ExtraToolbar.png
2043     FramedNoteImageQt4.png
2044     GreyedOutNoteImageQt4.png
2045     LaTeX.png
2046     LyXNoteImageQt4.png
2047     ShadedNoteImageQt4.png
2048     SpaceMarker.png
2049     StandardToolbar.png
2050     ToolbarEnvBox.png
2051     endnotes.pdf
2052     escher-lsd.eps
2053     floatQt4.png
2054     footnoteQt4.png
2055     labelQt4.png
2056     macrobox.png
2057     macrouse.png
2058     mbox.png
2059     mobius.eps
2060     platypus.eps
2061     referenceQt4.png
2062     ViewToolbar.png
2063     with_fntright.pdf
2064     without_fntright.pdf
2065 ''')
2066
2067
2068 lib_doc_extra_files = Split('''
2069     Makefile.am
2070     Makefile.depend
2071     README.Documentation
2072     depend.py
2073     doc_toc.py
2074 ''')
2075
2076
2077 lib_doc_cs_files = Split('''
2078     Tutorial.lyx
2079 ''')
2080
2081
2082 lib_doc_de_files = Split('''
2083     Customization.lyx
2084     DummyDocument1.lyx
2085     DummyDocument2.lyx
2086     DummyTextDocument.txt
2087     EmbeddedObjects.lyx
2088     Extended.lyx
2089     FAQ.lyx
2090     Formelnummerierung.lyx
2091     Intro.lyx
2092     Math.lyx
2093     Shortcuts.lyx
2094     Tutorial.lyx
2095     UserGuide.lyx
2096 ''')
2097
2098
2099 lib_doc_de_clipart_files = Split('''
2100     ERT.png
2101     ExternesMaterialQt4.png
2102     FussnoteQt4.png
2103     GerahmteNotizQt4.png
2104     GleitobjektQt4.png
2105     GrauschriftNotizQt4.png
2106     KommentarQt4.png
2107     LyXNotizQt4.png
2108     Marke.png
2109     Querverweis.png
2110     SchattierteNotizQt4.png
2111     StandardBoxQt4.png
2112     UnterdokumentQt4.png
2113 ''')
2114
2115
2116 lib_doc_da_files = Split('''
2117     Intro.lyx
2118 ''')
2119
2120
2121 lib_doc_es_files = Split('''
2122     DocumentoPostizo1.lyx
2123     DocumentoPostizo2.lyx
2124     DocumentoTextoPostizo.txt
2125     EmbeddedObjects.lyx
2126     Extended.lyx
2127     FAQ.lyx
2128     Formula-numbering.lyx
2129     Intro.lyx
2130     Math.lyx
2131     Tutorial.lyx
2132     UserGuide.lyx
2133 ''')
2134
2135
2136 lib_doc_es_clipart_files = Split('''
2137     ComentNotaImagenQt4.png
2138     CuadroMinipagQt4.png
2139     DocumentoHijoQt4.png
2140     GrisNotaImagenQt4.png
2141     MaterialExternoQt4.png
2142     NotaEnmarcadaImg.png
2143     NotaLyXImagenQt4.png
2144     NotaSombreadaImg.png
2145     Resumen.pdf
2146     es_ERT.png
2147     etiquetaQt4.png
2148     flotanteQt4.png
2149     notapieQt4.png
2150     referenciaQt4.png
2151 ''')
2152
2153
2154 lib_doc_eu_files = Split('''
2155     Customization.lyx
2156     Extended.lyx
2157     FAQ.lyx
2158     Intro.lyx
2159     Tutorial.lyx
2160     UserGuide.lyx
2161 ''')
2162
2163
2164 lib_doc_fr_files = Split('''
2165     Customization.lyx
2166     DocumentBidon1.lyx
2167     DocumentBidon2.lyx
2168     DocumentTexteBidon.txt
2169     EmbeddedObjects.lyx
2170     Extended.lyx
2171     FAQ.lyx
2172     Formula-numbering.lyx
2173     Intro.lyx
2174     Math.lyx
2175     Tutorial.lyx
2176     UserGuide.lyx
2177 ''')
2178
2179
2180 lib_doc_fr_clipart_files = Split('''
2181     BoxInsetDefaultQt4.png
2182     ChildDocumentQt4.png
2183     CommentNoteImageQt4.png
2184     FramedNoteImageQt4.png
2185     GreyedOutNoteImageQt4.png
2186     LyXNoteImageQt4.png
2187     ShadedNoteImageQt4.png
2188     floatQt4.png
2189     footnoteQt4.png
2190     labelQt4.png
2191 ''')
2192
2193
2194 lib_doc_gl_extra_files = Split('''
2195     Intro.lyx
2196     Tutorial.lyx
2197 ''')
2198
2199
2200 lib_doc_he_files = Split('''
2201     Intro.lyx
2202     Tutorial.lyx
2203 ''')
2204
2205
2206 lib_doc_hu_files = Split('''
2207     Intro.lyx
2208     Tutorial.lyx
2209 ''')
2210
2211
2212 lib_doc_it_files = Split('''
2213     Customization.lyx
2214     Intro.lyx
2215     Tutorial.lyx
2216     UserGuide.lyx
2217 ''')
2218
2219
2220 lib_doc_it_clipart_files = Split('''
2221     it_footnoteQt4.png
2222     it_referenceQt4.png
2223 ''')
2224
2225
2226 lib_doc_ja_files = Split('''
2227     Intro.lyx
2228 ''')
2229
2230
2231 lib_doc_ja_clipart_files = Split('''
2232     footnoteQt4.png
2233     referenceQt4.png
2234 ''')
2235
2236
2237 lib_doc_nb_files = Split('''
2238     Intro.lyx
2239 ''')
2240
2241
2242 lib_doc_nl_files = Split('''
2243     Intro.lyx
2244     Tutorial.lyx
2245 ''')
2246
2247
2248 lib_doc_pl_files = Split('''
2249     Extended.lyx
2250     Intro.lyx
2251     Tutorial.lyx
2252 ''')
2253
2254
2255 lib_doc_pt_files = Split('''
2256     Intro.lyx
2257     Tutorial.lyx
2258 ''')
2259
2260
2261 lib_doc_ro_files = Split('''
2262     Intro.lyx
2263 ''')
2264
2265
2266 lib_doc_ru_files = Split('''
2267     FAQ.lyx
2268     Intro.lyx
2269     Tutorial.lyx
2270 ''')
2271
2272
2273 lib_doc_sl_files = Split('''
2274     Intro.lyx
2275     Tutorial.lyx
2276 ''')
2277
2278
2279 lib_doc_sk_files = Split('''
2280     Tutorial.lyx
2281     UserGuide.lyx
2282 ''')
2283
2284
2285 lib_doc_sv_files = Split('''
2286     Intro.lyx
2287     Tutorial.lyx
2288 ''')
2289
2290
2291 lib_examples_files = Split('''
2292     Braille.lyx
2293     CV-image.eps
2294     CV-image.png
2295     Foils.lyx
2296     ItemizeBullets.lyx
2297     Literate.lyx
2298     Minipage.lyx
2299     aa_sample.lyx
2300     aas_sample.lyx
2301     addressExample.adr
2302     amsart-test.lyx
2303     amsbook-test.lyx
2304     armenian-article.lyx
2305     beamer-g4-mask.jpg
2306     beamer-g4.jpg
2307     beamer-icsi-logo.pdf
2308     beamer-knight1-mask.png
2309     beamer-knight1.png
2310     beamer-knight2-mask.png
2311     beamer-knight2.png
2312     beamer-knight3-mask.png
2313     beamer-knight3.png
2314     beamer-knight4-mask.png
2315     beamer-knight4.png
2316     beamerlyxexample1.lyx
2317     biblioExample.bib
2318     chess-article.lyx
2319     chessgame.lyx
2320     docbook_article.lyx
2321     europeCV.lyx
2322     example_lyxified.lyx
2323     example_raw.lyx
2324     iecc05.fen
2325     iecc07.fen
2326     iecc12.fen
2327     landslide.lyx
2328     linguistics.lyx
2329     listerrors.lyx
2330     listings.lyx
2331     modernCV.lyx
2332     multicol.lyx
2333     noweb2lyx.lyx
2334     powerdot-example.lyx
2335     script_form.lyx
2336     serial_letter1.lyx
2337     serial_letter2.lyx
2338     serial_letter3.lyx
2339     simplecv.lyx
2340     splash.lyx
2341 ''')
2342
2343
2344 lib_examples_ca_files = Split('''
2345     splash.lyx
2346 ''')
2347
2348
2349 lib_examples_cs_files = Split('''
2350     splash.lyx
2351 ''')
2352
2353
2354 lib_examples_da_files = Split('''
2355     splash.lyx
2356 ''')
2357
2358
2359 lib_examples_de_files = Split('''
2360     Dezimal.lyx
2361     ItemizeBullets.lyx
2362     Lebenslauf.lyx
2363     Minipage.lyx
2364     beispiel_gelyxt.lyx
2365     beispiel_roh.lyx
2366     multicol.lyx
2367     serienbrief1.lyx
2368     serienbrief2.lyx
2369     serienbrief3.lyx
2370     splash.lyx
2371 ''')
2372
2373
2374 lib_examples_fa_files = Split('''
2375     splash.lyx
2376 ''')
2377
2378
2379 lib_examples_fr_files = Split('''
2380     AlignementDecimal.lyx
2381     Foils.lyx
2382     ListesPuces.lyx
2383     Minipage.lyx
2384     exemple_brut.lyx
2385     exemple_lyxifie.lyx
2386     multicol.lyx
2387     simplecv.lyx
2388     splash.lyx
2389 ''')
2390
2391
2392 lib_examples_es_files = Split('''
2393     ItemizeBullets.lyx
2394     ejemplo_con_lyx.lyx
2395     ejemplo_sin_lyx.lyx
2396     splash.lyx
2397 ''')
2398
2399
2400 lib_examples_eu_files = Split('''
2401     adibide_gordina.lyx
2402     adibide_lyx-atua.lyx
2403     splash.lyx
2404 ''')
2405
2406
2407 lib_examples_gl_extra_files = Split('''
2408     exemplo_bruto.lyx
2409     exemplo_lyxificado.lyx
2410     splash.lyx
2411 ''')
2412
2413
2414 lib_examples_he_files = Split('''
2415     example_lyxified.lyx
2416     example_raw.lyx
2417     splash.lyx
2418 ''')
2419
2420
2421 lib_examples_hu_files = Split('''
2422     example_lyxified.lyx
2423     example_raw.lyx
2424     splash.lyx
2425 ''')
2426
2427
2428 lib_examples_it_files = Split('''
2429     ItemizeBullets.lyx
2430     splash.lyx
2431 ''')
2432
2433
2434 lib_examples_ja_files = Split('''
2435     splash.lyx
2436 ''')
2437
2438
2439 lib_examples_nl_files = Split('''
2440     multicol.lyx
2441     opsommingstekens.lyx
2442     splash.lyx
2443     voorbeeld_ruw.lyx
2444     voorbeeld_verlyxt.lyx
2445 ''')
2446
2447
2448 lib_examples_pl_files = Split('''
2449     splash.lyx
2450 ''')
2451
2452
2453 lib_examples_pt_files = Split('''
2454     splash.lyx
2455 ''')
2456
2457
2458 lib_examples_ro_files = Split('''
2459     splash.lyx
2460 ''')
2461
2462
2463 lib_examples_ru_files = Split('''
2464     splash.lyx
2465 ''')
2466
2467
2468 lib_examples_sl_files = Split('''
2469     primer_lyxan.lyx
2470     primer_surov.lyx
2471     splash.lyx
2472 ''')
2473
2474
2475 lib_lyx2lyx_files = Split('''
2476     LyX.py
2477     generate_encoding_info.py
2478     lyx2lyx
2479     lyx2lyx_lang.py
2480     lyx_0_06.py
2481     lyx_0_08.py
2482     lyx_0_10.py
2483     lyx_0_12.py
2484     lyx_1_0.py
2485     lyx_1_1.py
2486     lyx_1_1_5.py
2487     lyx_1_1_6_0.py
2488     lyx_1_1_6_3.py
2489     lyx_1_2.py
2490     lyx_1_3.py
2491     lyx_1_4.py
2492     lyx_1_5.py
2493     lyx_1_6.py
2494     parser_tools.py
2495     profiling.py
2496     test_parser_tools.py
2497 ''')
2498
2499
2500 lib_lyx2lyx_extra_files = Split('''
2501     Makefile.am
2502     lyx2lyx_version.py.in
2503 ''')
2504
2505
2506 lib_layouts_files = Split('''
2507     IEEEtran.layout
2508     aa.layout
2509     aapaper.layout
2510     aastex.layout
2511     agu-dtd.layout
2512     agums.layout
2513     amsart.layout
2514     amsbook.layout
2515     apa.layout
2516     arab-article.layout
2517     armenian-article.layout
2518     article.layout
2519     article-beamer.layout
2520     beamer.layout
2521     book.layout
2522     broadway.layout
2523     chess.layout
2524     cl2emult.layout
2525     dinbrief.layout
2526     docbook-book.layout
2527     docbook-chapter.layout
2528     docbook-section.layout
2529     docbook.layout
2530     dtk.layout
2531     egs.layout
2532     elsart.layout
2533     entcs.layout
2534     europecv.layout
2535     extarticle.layout
2536     extbook.layout
2537     extletter.layout
2538     extreport.layout
2539     foils.layout
2540     g-brief-de.layout
2541     g-brief-en.layout
2542     g-brief2.layout
2543     heb-article.layout
2544     heb-letter.layout
2545     hollywood.layout
2546     ijmpc.layout
2547     ijmpd.layout
2548     iopart.layout
2549     isprs.layout
2550     jarticle.layout
2551     jbook.layout
2552     jgrga.layout
2553     jreport.layout
2554     jsarticle.layout
2555     jsbook.layout
2556     jss.layout
2557     kluwer.layout
2558     latex8.layout
2559     letter.layout
2560     literate-article.layout
2561     literate-book.layout
2562     literate-report.layout
2563     llncs.layout
2564     ltugboat.layout
2565     manpage.layout
2566     memoir.layout
2567     moderncv.layout
2568     mwart.layout
2569     mwbk.layout
2570     mwrep.layout
2571     paper.layout
2572     powerdot.layout
2573     report.layout
2574     revtex.layout
2575     revtex4.layout
2576     scrartcl.layout
2577     scrarticle-beamer.layout
2578     scrbook.layout
2579     scrlettr.layout
2580     scrlttr2.layout
2581     scrreprt.layout
2582     seminar.layout
2583     siamltex.layout
2584     simplecv.layout
2585     slides.layout
2586     spie.layout
2587     svglobal.layout
2588     svjog.layout
2589     svprobth.layout
2590     tarticle.layout
2591     tbook.layout
2592     treport.layout
2593 ''')
2594
2595
2596 lib_layouts_inc_files = Split('''
2597     aapaper.inc
2598     agu_stdclass.inc
2599     agu_stdcounters.inc
2600     agu_stdlists.inc
2601     agu_stdsections.inc
2602     agu_stdtitle.inc
2603     aguplus.inc
2604     amsdefs.inc
2605     db_lyxmacros.inc
2606     db_stdcharstyles.inc
2607     db_stdclass.inc
2608     db_stdcounters.inc
2609     db_stdlayouts.inc
2610     db_stdlists.inc
2611     db_stdsections.inc
2612     db_stdstarsections.inc
2613     db_stdstruct.inc
2614     db_stdtitle.inc
2615     literate-scrap.inc
2616     lyxmacros.inc
2617     numarticle.inc
2618     numreport.inc
2619     numrevtex.inc
2620     scrclass.inc
2621     stdcharstyles.inc
2622     stdclass.inc
2623     stdcounters.inc
2624     stdcustom.inc
2625     stdfloats.inc
2626     stdinsets.inc
2627     stdlayouts.inc
2628     stdletter.inc
2629     stdlists.inc
2630     stdsections.inc
2631     stdstarsections.inc
2632     stdstruct.inc
2633     stdtitle.inc
2634     svjour.inc
2635     theorems.inc
2636     theorems-ams.inc
2637     theorems-order.inc
2638     theorems-proof.inc
2639     theorems-starred.inc
2640     theorems-starred-equivalents.inc
2641 ''')
2642
2643
2644 lib_layouts_module_files = Split('''
2645     braille.module
2646     endnotes.module
2647     foottoend.module
2648     hanging.module
2649     linguistics.module
2650     logicalmkup.module
2651     minimalistic.module
2652     theorems-ams-extended.module
2653     theorems-ams.module
2654     theorems-chap.module
2655     theorems-sec.module
2656     theorems-starred.module
2657     theorems-std.module
2658 ''')
2659
2660 lib_scripts_files = Split('''
2661     TeXFiles.py
2662     clean_dvi.py
2663     convertDefault.py
2664     csv2lyx.py
2665     date.py
2666     ext_copy.py
2667     fen2ascii.py
2668     fig2pdftex.py
2669     fig2pstex.py
2670     fig_copy.py
2671     layout2layout.py
2672     legacy_lyxpreview2ppm.py
2673     listerrors
2674     lyxpreview2bitmap.py
2675     lyxpreview_tools.py
2676     tex_copy.py
2677 ''')
2678
2679
2680 lib_bind_files = Split('''
2681     aqua.bind
2682     broadway.bind
2683     cua.bind
2684     cyrkeys.bind
2685     emacs.bind
2686     greekkeys.bind
2687     hollywood.bind
2688     latinkeys.bind
2689     mac.bind
2690     math.bind
2691     menus.bind
2692     sciword.bind
2693     site.bind
2694     xemacs.bind
2695 ''')
2696
2697
2698 lib_bind_fi_files = Split('''
2699     menus.bind
2700 ''')
2701
2702
2703 lib_bind_sv_files = Split('''
2704     menus.bind
2705 ''')
2706
2707
2708 lib_bind_pt_files = Split('''
2709     menus.bind
2710 ''')
2711
2712
2713 lib_bind_de_files = Split('''
2714     menus.bind
2715 ''')
2716
2717
2718 lib_commands_files = Split('''
2719     default.def
2720 ''')
2721
2722
2723 boost_extra_files = Split('''
2724     LICENSE_1_0.txt
2725     Makefile.am
2726 ''')
2727
2728
2729 boost_libs_extra_files = Split('''
2730     Makefile.am
2731     README
2732 ''')
2733
2734
2735 boost_libs_signals_extra_files = Split('''
2736     Makefile.am
2737     signals.vcproj
2738 ''')
2739
2740
2741 boost_libs_signals_src_files = Split('''
2742     connection.cpp
2743     named_slot_map.cpp
2744     signal_base.cpp
2745     slot.cpp
2746     trackable.cpp
2747 ''')
2748
2749
2750 boost_libs_signals_src_extra_files = Split('''
2751     Makefile.am
2752     pch.h
2753 ''')
2754
2755
2756 boost_libs_regex_extra_files = Split('''
2757     Makefile.am
2758     regex.vcproj
2759 ''')
2760
2761
2762 boost_libs_regex_src_files = Split('''
2763     c_regex_traits.cpp
2764     cpp_regex_traits.cpp
2765     cregex.cpp
2766     fileiter.cpp
2767     instances.cpp
2768     posix_api.cpp
2769     regex.cpp
2770     regex_debug.cpp
2771     regex_raw_buffer.cpp
2772     regex_traits_defaults.cpp
2773     w32_regex_traits.cpp
2774     wide_posix_api.cpp
2775     winstances.cpp
2776 ''')
2777
2778
2779 boost_libs_regex_src_extra_files = Split('''
2780     Makefile.am
2781     pch.h
2782 ''')
2783
2784
2785
2786 development_Win32_packaging_installer = Split('''
2787     license.rtf
2788     lyx.nsi
2789     settings.nsh
2790 ''')
2791
2792
2793 development_Win32_packaging_installer_graphics = Split('''
2794     header.bmp
2795     wizard.bmp
2796 ''')
2797
2798
2799 development_Win32_packaging_installer_gui = Split('''
2800     external.nsh
2801     langselect.nsh
2802     reinstall.nsh
2803 ''')
2804
2805
2806 development_Win32_packaging_installer_include = Split('''
2807     declarations.nsh
2808     detection.nsh
2809     dictlist.nsh    
2810     filelist.nsh
2811     gui.nsh
2812     init.nsh
2813     langlist.nsh
2814     nsis.nsh
2815     variables.nsh
2816 ''')
2817
2818
2819 development_Win32_packaging_installer_lang = Split('''
2820     english.nsh
2821     french.nsh
2822     german.nsh
2823     italian.nsh
2824 ''')
2825
2826
2827 development_Win32_packaging_installer_setup = Split('''
2828     configure.nsh
2829     install.nsh
2830     reinstall.nsh
2831 ''')