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