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