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