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