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