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