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