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