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