]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Scons: fix a uic bug, add unicode.hC
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 intl_header_files = Split('''
4     eval-plural.h
5     gettextP.h
6     gmo.h
7     hash-string.h
8     libgnuintl.h
9     libintl.h
10     loadinfo.h
11     localcharset.h
12     os2compat.h
13     plural-exp.h
14     printf-args.h
15     printf-parse.h
16     relocatable.h
17     vasnprintf.h
18     vasnwprintf.h
19     wprintf-parse.h
20     xsize.h
21 ''')
22
23
24 intl_files = Split('''
25     bindtextdom.c
26     dcgettext.c
27     dcigettext.c
28     dcngettext.c
29     dgettext.c
30     dngettext.c
31     explodename.c
32     finddomain.c
33     gettext.c
34     intl-compat.c
35     l10nflist.c
36     loadmsgcat.c
37     localcharset.c
38     localealias.c
39     localename.c
40     log.c
41     ngettext.c
42     osdep.c
43     plural-exp.c
44     plural.c
45     printf.c
46     relocatable.c
47     textdomain.c
48 ''')
49
50
51 boost_libs_signals_src_files = Split('''
52     connection.cpp
53     named_slot_map.cpp
54     signal_base.cpp
55     slot.cpp
56     trackable.cpp
57 ''')
58
59
60 boost_libs_regex_src_files = Split('''
61     c_regex_traits.cpp
62     cpp_regex_traits.cpp
63     cregex.cpp
64     fileiter.cpp
65     instances.cpp
66     posix_api.cpp
67     regex.cpp
68     regex_debug.cpp
69     regex_raw_buffer.cpp
70     regex_traits_defaults.cpp
71     w32_regex_traits.cpp
72     wide_posix_api.cpp
73     winstances.cpp
74 ''')
75
76
77 boost_libs_filesystem_src_files = Split('''
78     convenience.cpp
79     exception.cpp
80     operations_posix_windows.cpp
81     path_posix_windows.cpp
82 ''')
83
84
85 boost_libs_iostreams_src_files = Split('''
86     file_descriptor.cpp
87     mapped_file.cpp
88     zlib.cpp
89 ''')
90
91
92 src_support_header_files = Split('''
93     FileMonitor.h
94     RandomAccessList.h
95     convert.h
96     copied_ptr.h
97     cow_ptr.h
98     debugstream.h
99     environment.h
100     filefilterlist.h
101     filename.h
102     filetools.h
103     forkedcall.h
104     forkedcallqueue.h
105     forkedcontr.h
106     fs_extras.h
107     limited_stack.h
108     lstrings.h
109     lyxalgo.h
110     lyxlib.h
111     lyxmanip.h
112     lyxtime.h
113     os.h
114     os_win32.h
115     package.h
116     path.h
117     socktools.h
118     std_istream.h
119     std_ostream.h
120     systemcall.h
121     textutils.h
122     translator.h
123     types.h
124     userinfo.h
125     unicode.h
126 ''')
127
128
129 src_support_files = Split('''
130     FileMonitor.C
131     abort.C
132     chdir.C
133     convert.C
134     copy.C
135     environment.C
136     filefilterlist.C
137     filename.C
138     filetools.C
139     forkedcall.C
140     forkedcallqueue.C
141     forkedcontr.C
142     fs_extras.C
143     getcwd.C
144     kill.C
145     lstrings.C
146     lyxsum.C
147     lyxtime.C
148     mkdir.C
149     os.C
150     package.C
151     path.C
152     rename.C
153     socktools.C
154     systemcall.C
155     tempname.C
156     unlink.C
157     userinfo.C
158     unicode.C
159 ''')
160
161
162 src_mathed_header_files = Split('''
163     command_inset.h
164     formulamacro.h
165     math_amsarrayinset.h
166     math_arrayinset.h
167     math_atom.h
168     math_autocorrect.h
169     math_biginset.h
170     math_binominset.h
171     math_boldsymbolinset.h
172     math_boxedinset.h
173     math_boxinset.h
174     math_braceinset.h
175     math_casesinset.h
176     math_charinset.h
177     math_colorinset.h
178     math_commentinset.h
179     math_data.h
180     math_decorationinset.h
181     math_deliminset.h
182     math_dfracinset.h
183     math_diffinset.h
184     math_diminset.h
185     math_dotsinset.h
186     math_envinset.h
187     math_exfuncinset.h
188     math_exintinset.h
189     math_extern.h
190     math_factory.h
191     math_fboxinset.h
192     math_fontinset.h
193     math_fontoldinset.h
194     math_fracbase.h
195     math_fracinset.h
196     math_frameboxinset.h
197     math_gridinfo.h
198     math_gridinset.h
199     math_hullinset.h
200     math_inset.h
201     math_kerninset.h
202     math_lefteqninset.h
203     math_liminset.h
204     math_macro.h
205     math_macroarg.h
206     math_macrotable.h
207     math_macrotemplate.h
208     math_makeboxinset.h
209     math_mathmlstream.h
210     math_matrixinset.h
211     math_mboxinset.h
212     math_nestinset.h
213     math_numberinset.h
214     math_oversetinset.h
215     math_parinset.h
216     math_parser.h
217     math_phantominset.h
218     math_replace.h
219     math_rootinset.h
220     math_scriptinset.h
221     math_sizeinset.h
222     math_spaceinset.h
223     math_splitinset.h
224     math_sqrtinset.h
225     math_stackrelinset.h
226     math_streamstr.h
227     math_stringinset.h
228     math_substackinset.h
229     math_support.h
230     math_symbolinset.h
231     math_tabularinset.h
232     math_tfracinset.h
233     math_undersetinset.h
234     math_unknowninset.h
235     math_xarrowinset.h
236     math_xyarrowinset.h
237     math_xymatrixinset.h
238     ref_inset.h
239     textpainter.h
240 ''')
241
242
243 src_mathed_files = Split('''
244     command_inset.C
245     math_amsarrayinset.C
246     math_arrayinset.C
247     math_atom.C
248     math_autocorrect.C
249     math_biginset.C
250     math_binominset.C
251     math_boldsymbolinset.C
252     math_boxedinset.C
253     math_boxinset.C
254     math_braceinset.C
255     math_casesinset.C
256     math_charinset.C
257     math_colorinset.C
258     math_commentinset.C
259     math_data.C
260     math_decorationinset.C
261     math_deliminset.C
262     math_dfracinset.C
263     math_diffinset.C
264     math_diminset.C
265     math_dotsinset.C
266     math_envinset.C
267     math_exfuncinset.C
268     math_exintinset.C
269     math_extern.C
270     math_factory.C
271     math_fboxinset.C
272     math_fontinset.C
273     math_fontoldinset.C
274     math_fracbase.C
275     math_fracinset.C
276     math_frameboxinset.C
277     math_gridinset.C
278     math_hullinset.C
279     math_inset.C
280     math_kerninset.C
281     math_lefteqninset.C
282     math_liminset.C
283     math_macro.C
284     math_macroarg.C
285     math_macrotable.C
286     math_macrotemplate.C
287     math_makeboxinset.C
288     math_mathmlstream.C
289     math_matrixinset.C
290     math_nestinset.C
291     math_numberinset.C
292     math_oversetinset.C
293     math_parinset.C
294     math_parser.C
295     math_phantominset.C
296     math_rootinset.C
297     math_scriptinset.C
298     math_sizeinset.C
299     math_spaceinset.C
300     math_splitinset.C
301     math_sqrtinset.C
302     math_stackrelinset.C
303     math_streamstr.C
304     math_stringinset.C
305     math_substackinset.C
306     math_support.C
307     math_symbolinset.C
308     math_tabularinset.C
309     math_tfracinset.C
310     math_undersetinset.C
311     math_unknowninset.C
312     math_xarrowinset.C
313     math_xymatrixinset.C
314     ref_inset.C
315     textpainter.C
316 ''')
317
318
319 src_insets_header_files = Split('''
320     ExternalSupport.h
321     ExternalTemplate.h
322     ExternalTransforms.h
323     inset.h
324     insetbase.h
325     insetbibitem.h
326     insetbibtex.h
327     insetbox.h
328     insetbranch.h
329     insetcaption.h
330     insetcharstyle.h
331     insetcite.h
332     insetcollapsable.h
333     insetcommand.h
334     insetcommandparams.h
335     insetenv.h
336     insetert.h
337     insetexternal.h
338     insetfloat.h
339     insetfloatlist.h
340     insetfoot.h
341     insetfootlike.h
342     insetgraphics.h
343     insetgraphicsParams.h
344     insethfill.h
345     insetinclude.h
346     insetindex.h
347     insetlabel.h
348     insetlatexaccent.h
349     insetline.h
350     insetmarginal.h
351     insetnewline.h
352     insetnote.h
353     insetoptarg.h
354     insetpagebreak.h
355     insetquotes.h
356     insetref.h
357     insetspace.h
358     insetspecialchar.h
359     insettabular.h
360     insettext.h
361     insettheorem.h
362     insettoc.h
363     inseturl.h
364     insetvspace.h
365     insetwrap.h
366     mailinset.h
367     render_base.h
368     render_button.h
369     render_graphic.h
370     render_preview.h
371 ''')
372
373
374 src_insets_files = Split('''
375     ExternalSupport.C
376     ExternalTemplate.C
377     ExternalTransforms.C
378     inset.C
379     insetbase.C
380     insetbibitem.C
381     insetbibtex.C
382     insetbox.C
383     insetbranch.C
384     insetcaption.C
385     insetcharstyle.C
386     insetcite.C
387     insetcollapsable.C
388     insetcommand.C
389     insetcommandparams.C
390     insetenv.C
391     insetert.C
392     insetexternal.C
393     insetfloat.C
394     insetfloatlist.C
395     insetfoot.C
396     insetfootlike.C
397     insetgraphics.C
398     insetgraphicsParams.C
399     insethfill.C
400     insetinclude.C
401     insetindex.C
402     insetlabel.C
403     insetlatexaccent.C
404     insetline.C
405     insetmarginal.C
406     insetnewline.C
407     insetnote.C
408     insetoptarg.C
409     insetpagebreak.C
410     insetquotes.C
411     insetref.C
412     insetspace.C
413     insetspecialchar.C
414     insettabular.C
415     insettext.C
416     insettoc.C
417     inseturl.C
418     insetvspace.C
419     insetwrap.C
420     mailinset.C
421     render_button.C
422     render_graphic.C
423     render_preview.C
424 ''')
425
426
427 src_frontends_header_files = Split('''
428     Alert.h
429     Alert_pimpl.h
430     Clipboard.h
431     Dialogs.h
432     FileDialog.h
433     Gui.h
434     LyXKeySym.h
435     LyXKeySymFactory.h
436     LyXView.h
437     Menubar.h
438     Painter.h
439     Selection.h
440     Timeout.h
441     Toolbars.h
442     WorkArea.h
443     font_metrics.h
444     guiapi.h
445     key_state.h
446     lyx_gui.h
447     mouse_state.h
448     nullpainter.h
449 ''')
450
451
452 src_frontends_files = Split('''
453     Alert.C
454     Dialogs.C
455     LyXView.C
456     Painter.C
457     Timeout.C
458     Toolbars.C
459     WorkArea.C
460     guiapi.C
461     nullpainter.C
462 ''')
463
464
465 src_graphics_header_files = Split('''
466     GraphicsCache.h
467     GraphicsCacheItem.h
468     GraphicsConverter.h
469     GraphicsImage.h
470     GraphicsLoader.h
471     GraphicsParams.h
472     GraphicsTypes.h
473     LoaderQueue.h
474     PreviewImage.h
475     PreviewLoader.h
476     Previews.h
477 ''')
478
479
480 src_graphics_files = Split('''
481     GraphicsCache.C
482     GraphicsCacheItem.C
483     GraphicsConverter.C
484     GraphicsImage.C
485     GraphicsLoader.C
486     GraphicsParams.C
487     GraphicsTypes.C
488     LoaderQueue.C
489     PreviewImage.C
490     PreviewLoader.C
491     Previews.C
492 ''')
493
494
495 src_frontends_controllers_header_files = Split('''
496     BCView.h
497     ButtonController.h
498     ButtonPolicies.h
499     ControlAboutlyx.h
500     ControlBibtex.h
501     ControlBox.h
502     ControlBranch.h
503     ControlChanges.h
504     ControlCharacter.h
505     ControlCitation.h
506     ControlCommand.h
507     ControlCommandBuffer.h
508     ControlDocument.h
509     ControlERT.h
510     ControlErrorList.h
511     ControlExternal.h
512     ControlFloat.h
513     ControlGraphics.h
514     ControlInclude.h
515     ControlLog.h
516     ControlMath.h
517     ControlNote.h
518     ControlParagraph.h
519     ControlPrefs.h
520     ControlPrint.h
521     ControlRef.h
522     ControlSearch.h
523     ControlSendto.h
524     ControlShowFile.h
525     ControlSpellchecker.h
526     ControlTabular.h
527     ControlTabularCreate.h
528     ControlTexinfo.h
529     ControlThesaurus.h
530     ControlToc.h
531     ControlVSpace.h
532     ControlViewSource.h
533     ControlWrap.h
534     Dialog.h
535     Kernel.h
536     biblio.h
537     character.h
538     frnt_lang.h
539     helper_funcs.h
540     tex_helpers.h
541 ''')
542
543
544 src_frontends_controllers_files = Split('''
545     BCView.C
546     ButtonController.C
547     ButtonPolicies.C
548     ControlAboutlyx.C
549     ControlBibtex.C
550     ControlBox.C
551     ControlBranch.C
552     ControlChanges.C
553     ControlCharacter.C
554     ControlCitation.C
555     ControlCommand.C
556     ControlCommandBuffer.C
557     ControlDocument.C
558     ControlERT.C
559     ControlErrorList.C
560     ControlExternal.C
561     ControlFloat.C
562     ControlGraphics.C
563     ControlInclude.C
564     ControlLog.C
565     ControlMath.C
566     ControlNote.C
567     ControlParagraph.C
568     ControlPrefs.C
569     ControlPrint.C
570     ControlRef.C
571     ControlSearch.C
572     ControlSendto.C
573     ControlShowFile.C
574     ControlSpellchecker.C
575     ControlTabular.C
576     ControlTabularCreate.C
577     ControlTexinfo.C
578     ControlThesaurus.C
579     ControlToc.C
580     ControlVSpace.C
581     ControlViewSource.C
582     ControlWrap.C
583     Dialog.C
584     Kernel.C
585     biblio.C
586     character.C
587     frnt_lang.C
588     helper_funcs.C
589     tex_helpers.C
590 ''')
591
592
593 src_frontends_qt3_ui_files = Split('''
594     BiblioModuleBase.ui
595     BranchesModuleBase.ui
596     BulletsModuleBase.ui
597     FontModuleBase.ui
598     LaTeXModuleBase.ui
599     LanguageModuleBase.ui
600     MarginsModuleBase.ui
601     MathsModuleBase.ui
602     NumberingModuleBase.ui
603     PageLayoutModuleBase.ui
604     PreambleModuleBase.ui
605     QAboutDialogBase.ui
606     QAskForTextDialog.ui
607     QBibitemDialogBase.ui
608     QBibtexAddDialogBase.ui
609     QBibtexDialogBase.ui
610     QBoxDialogBase.ui
611     QBranchDialogBase.ui
612     QChangesDialogBase.ui
613     QCharacterDialogBase.ui
614     QCitationDialogBase.ui
615     QCitationFindDialogBase.ui
616     QDelimiterDialogBase.ui
617     QDocumentDialogBase.ui
618     QERTDialogBase.ui
619     QErrorListDialogBase.ui
620     QExternalDialogBase.ui
621     QFloatDialogBase.ui
622     QGraphicsDialogBase.ui
623     QIncludeDialogBase.ui
624     QIndexDialogBase.ui
625     QLogDialogBase.ui
626     QMathDialogBase.ui
627     QMathMatrixDialogBase.ui
628     QNoteDialogBase.ui
629     QParagraphDialogBase.ui
630     QPrefAsciiModule.ui
631     QPrefColorsModule.ui
632     QPrefConvertersModule.ui
633     QPrefCopiersModule.ui
634     QPrefCygwinPathModule.ui
635     QPrefDateModule.ui
636     QPrefDisplayModule.ui
637     QPrefFileformatsModule.ui
638     QPrefIdentityModule.ui
639     QPrefKeyboardModule.ui
640     QPrefLanguageModule.ui
641     QPrefLatexModule.ui
642     QPrefPathsModule.ui
643     QPrefPrinterModule.ui
644     QPrefScreenFontsModule.ui
645     QPrefSpellcheckerModule.ui
646     QPrefUIModule.ui
647     QPrefsDialogBase.ui
648     QPrintDialogBase.ui
649     QRefDialogBase.ui
650     QSearchDialogBase.ui
651     QSendtoDialogBase.ui
652     QShowFileDialogBase.ui
653     QSpellcheckerDialogBase.ui
654     QTabularCreateDialogBase.ui
655     QTabularDialogBase.ui
656     QTexinfoDialogBase.ui
657     QThesaurusDialogBase.ui
658     QTocDialogBase.ui
659     QURLDialogBase.ui
660     QVSpaceDialogBase.ui
661     QViewSourceDialogBase.ui
662     QWrapDialogBase.ui
663     TextLayoutModuleBase.ui
664 ''')
665
666
667 src_frontends_qt3_moc_files = Split('''
668     BulletsModule.C
669     emptytable.C
670     FileDialog_private.C
671     floatplacement.C
672     iconpalette.C
673     lengthcombo.C
674     panelstack.C
675     QAboutDialog.C
676     QBibitemDialog.C
677     QBibtexDialog.C
678     QBoxDialog.C
679     QBranchDialog.C
680     QBrowseBox.C
681     QChangesDialog.C
682     QCharacterDialog.C
683     QCitationDialog.C
684     QCommandBuffer.C
685     QCommandEdit.C
686     QContentPane.C
687     QDelimiterDialog.C
688     QDocumentDialog.C
689     QErrorListDialog.C
690     QERTDialog.C
691     QExternalDialog.C
692     QFloatDialog.C
693     QGraphicsDialog.C
694     QIncludeDialog.C
695     QIndexDialog.C
696     QLogDialog.C
697     QViewSourceDialog.C
698     QLPopupMenu.C
699     QLPrintDialog.C
700     QMathDialog.C
701     QMathMatrixDialog.C
702     QNoteDialog.C
703     QParagraphDialog.C
704     QPrefsDialog.C
705     QRefDialog.C
706     QSearchDialog.C
707     QSendtoDialog.C
708     qsetborder.C
709     QShowFileDialog.C
710     QSpellcheckerDialog.C
711     QDialogView.C
712     QTabularCreateDialog.C
713     QTabularDialog.C
714     QTexinfoDialog.C
715     QThesaurusDialog.C
716     QTocDialog.C
717     qttableview.C
718     QtView.C
719     QURLDialog.C
720     QVSpaceDialog.C
721     QWrapDialog.C
722     QLToolbar.C
723     socket_callback.C
724     validators.C
725 ''')
726
727
728 src_frontends_qt3_header_files = Split('''
729     BulletsModule.h
730     FileDialog_private.h
731     GuiClipboard.h
732     GuiImplementation.h
733     GuiSelection.h
734     GuiWorkArea.h
735     QAbout.h
736     QAboutDialog.h
737     QBibitem.h
738     QBibitemDialog.h
739     QBibtex.h
740     QBibtexDialog.h
741     QBox.h
742     QBoxDialog.h
743     QBranch.h
744     QBranchDialog.h
745     QBrowseBox.h
746     QChanges.h
747     QChangesDialog.h
748     QCharacter.h
749     QCharacterDialog.h
750     QCitation.h
751     QCitationDialog.h
752     QCommandBuffer.h
753     QCommandEdit.h
754     QContentPane.h
755     QDelimiterDialog.h
756     QDialogView.h
757     QDocument.h
758     QDocumentDialog.h
759     QERT.h
760     QERTDialog.h
761     QErrorList.h
762     QErrorListDialog.h
763     QExternal.h
764     QExternalDialog.h
765     QFloat.h
766     QFloatDialog.h
767     QGraphics.h
768     QGraphicsDialog.h
769     QInclude.h
770     QIncludeDialog.h
771     QIndex.h
772     QIndexDialog.h
773     QLImage.h
774     QLMenubar.h
775     QLPainter.h
776     QLPopupMenu.h
777     QLPrintDialog.h
778     QLToolbar.h
779     QLog.h
780     QLogDialog.h
781     QLyXKeySym.h
782     QMath.h
783     QMathDialog.h
784     QMathMatrixDialog.h
785     QNote.h
786     QNoteDialog.h
787     QParagraph.h
788     QParagraphDialog.h
789     QPrefs.h
790     QPrefsDialog.h
791     QPrint.h
792     QRef.h
793     QRefDialog.h
794     QSearch.h
795     QSearchDialog.h
796     QSendto.h
797     QSendtoDialog.h
798     QShowFile.h
799     QShowFileDialog.h
800     QSpellchecker.h
801     QSpellcheckerDialog.h
802     QTabular.h
803     QTabularCreate.h
804     QTabularCreateDialog.h
805     QTabularDialog.h
806     QTexinfo.h
807     QTexinfoDialog.h
808     QThesaurus.h
809     QThesaurusDialog.h
810     QToc.h
811     QTocDialog.h
812     QURL.h
813     QURLDialog.h
814     QVSpace.h
815     QVSpaceDialog.h
816     QViewSource.h
817     QViewSourceDialog.h
818     QWorkArea.h
819     QWrap.h
820     QWrapDialog.h
821     Qt2BC.h
822     QtLyXView.h
823     QtView.h
824     checkedwidgets.h
825     emptytable.h
826     floatplacement.h
827     iconpalette.h
828     lcolorcache.h
829     lengthcombo.h
830     panelstack.h
831     qcoloritem.h
832     qfont_loader.h
833     qfontexample.h
834     qlkey.h
835     qscreen.h
836     qsetborder.h
837     qtTimeout.h
838     qt_helpers.h
839     qttableview.h
840     socket_callback.h
841     validators.h
842 ''')
843
844
845 src_frontends_qt3_files = Split('''
846     Alert_pimpl.C
847     BulletsModule.C
848     Dialogs.C
849     FileDialog.C
850     FileDialog_private.C
851     GuiClipboard.C
852     GuiSelection.C
853     LyXKeySymFactory.C
854     QAbout.C
855     QAboutDialog.C
856     QBibitem.C
857     QBibitemDialog.C
858     QBibtex.C
859     QBibtexDialog.C
860     QBox.C
861     QBoxDialog.C
862     QBranch.C
863     QBranchDialog.C
864     QBrowseBox.C
865     QChanges.C
866     QChangesDialog.C
867     QCharacter.C
868     QCharacterDialog.C
869     QCitation.C
870     QCitationDialog.C
871     QCommandBuffer.C
872     QCommandEdit.C
873     QContentPane.C
874     QDelimiterDialog.C
875     QDialogView.C
876     QDocument.C
877     QDocumentDialog.C
878     QERT.C
879     QERTDialog.C
880     QErrorList.C
881     QErrorListDialog.C
882     QExternal.C
883     QExternalDialog.C
884     QFloat.C
885     QFloatDialog.C
886     QGraphics.C
887     QGraphicsDialog.C
888     QInclude.C
889     QIncludeDialog.C
890     QIndex.C
891     QIndexDialog.C
892     QLImage.C
893     QLMenubar.C
894     QLPainter.C
895     QLPopupMenu.C
896     QLPrintDialog.C
897     QLToolbar.C
898     QLog.C
899     QLogDialog.C
900     QLyXKeySym.C
901     QMath.C
902     QMathDialog.C
903     QMathMatrixDialog.C
904     QNote.C
905     QNoteDialog.C
906     QParagraph.C
907     QParagraphDialog.C
908     QPrefs.C
909     QPrefsDialog.C
910     QPrint.C
911     QRef.C
912     QRefDialog.C
913     QSearch.C
914     QSearchDialog.C
915     QSendto.C
916     QSendtoDialog.C
917     QShowFile.C
918     QShowFileDialog.C
919     QSpellchecker.C
920     QSpellcheckerDialog.C
921     QTabular.C
922     QTabularCreate.C
923     QTabularCreateDialog.C
924     QTabularDialog.C
925     QTexinfo.C
926     QTexinfoDialog.C
927     QThesaurus.C
928     QThesaurusDialog.C
929     QToc.C
930     QTocDialog.C
931     QURL.C
932     QURLDialog.C
933     QVSpace.C
934     QVSpaceDialog.C
935     QViewSource.C
936     QViewSourceDialog.C
937     QWorkArea.C
938     QWrap.C
939     QWrapDialog.C
940     Qt2BC.C
941     QtView.C
942     checkedwidgets.C
943     emptytable.C
944     floatplacement.C
945     iconpalette.C
946     lcolorcache.C
947     lengthcombo.C
948     lyx_gui.C
949     panelstack.C
950     qcoloritem.C
951     qfont_loader.C
952     qfont_metrics.C
953     qfontexample.C
954     qscreen.C
955     qsetborder.C
956     qtTimeout.C
957     qt_helpers.C
958     qttableview.C
959     socket_callback.C
960     validators.C
961 ''')
962
963
964 src_frontends_qt4_ui_files = Split('''
965     BiblioUi.ui
966     BranchesUi.ui
967     BulletsUi.ui
968     FontUi.ui
969     LaTeXUi.ui
970     LanguageUi.ui
971     MarginsUi.ui
972     MathsUi.ui
973     NumberingUi.ui
974     PageLayoutUi.ui
975     PreambleUi.ui
976     QAboutUi.ui
977     QAskForTextUi.ui
978     QBibitemUi.ui
979     QBibtexAddUi.ui
980     QBibtexUi.ui
981     QBoxUi.ui
982     QBranchUi.ui
983     QChangesUi.ui
984     QCharacterUi.ui
985     QCitationUi.ui
986     QDelimiterUi.ui
987     QDocumentUi.ui
988     QERTUi.ui
989     QErrorListUi.ui
990     QExternalUi.ui
991     QFloatUi.ui
992     QGraphicsUi.ui
993     QIncludeUi.ui
994     QIndexUi.ui
995     QLogUi.ui
996     QMathMatrixUi.ui
997     QMathUi.ui
998     QNoteUi.ui
999     QParagraphUi.ui
1000     QPrefAsciiUi.ui
1001     QPrefColorsUi.ui
1002     QPrefConvertersUi.ui
1003     QPrefCopiersUi.ui
1004     QPrefCygwinPathUi.ui
1005     QPrefDateUi.ui
1006     QPrefDisplayUi.ui
1007     QPrefFileformatsUi.ui
1008     QPrefIdentityUi.ui
1009     QPrefKeyboardUi.ui
1010     QPrefLanguageUi.ui
1011     QPrefLatexUi.ui
1012     QPrefPathsUi.ui
1013     QPrefPrinterUi.ui
1014     QPrefScreenFontsUi.ui
1015     QPrefSpellcheckerUi.ui
1016     QPrefUi.ui
1017     QPrefsUi.ui
1018     QPrintUi.ui
1019     QRefUi.ui
1020     QSearchUi.ui
1021     QSendtoUi.ui
1022     QShowFileUi.ui
1023     QSpellcheckerUi.ui
1024     QTabularCreateUi.ui
1025     QTabularUi.ui
1026     QTexinfoUi.ui
1027     QThesaurusUi.ui
1028     QTocUi.ui
1029     QURLUi.ui
1030     QVSpaceUi.ui
1031     QViewSourceUi.ui
1032     QWrapUi.ui
1033     TextLayoutUi.ui
1034 ''')
1035
1036
1037 src_frontends_qt4_moc_files = Split('''
1038     BulletsModule.C
1039     emptytable.C
1040     FileDialog_private.C
1041     floatplacement.C
1042     iconpalette.C
1043     lengthcombo.C
1044     InsertTableWidget.C
1045     panelstack.C
1046     QAboutDialog.C
1047     QBibitemDialog.C
1048     QBibtexDialog.C
1049     QBoxDialog.C
1050     QBranchDialog.C
1051     QBranches.C
1052     QChangesDialog.C
1053     QCharacterDialog.C
1054     QCitationDialog.C
1055     QCommandBuffer.C
1056     QCommandEdit.C
1057     QDelimiterDialog.C
1058     QDocumentDialog.C
1059     QErrorListDialog.C
1060     QERTDialog.C
1061     QExternalDialog.C
1062     QFloatDialog.C
1063     QGraphicsDialog.C
1064     QIncludeDialog.C
1065     QIndexDialog.C
1066     Action.C
1067     QLogDialog.C
1068     QViewSourceDialog.C
1069     QViewSource.C
1070     QLMenubar.C
1071     QLPopupMenu.C
1072     QLPrintDialog.C
1073     QMathDialog.C
1074     QMathMatrixDialog.C
1075     QNoteDialog.C
1076     QParagraphDialog.C
1077     QPrefsDialog.C
1078     QRefDialog.C
1079     QSearchDialog.C
1080     QSendtoDialog.C
1081     qsetborder.C
1082     QShowFileDialog.C
1083     QSpellcheckerDialog.C
1084     QDialogView.C
1085     QTabularCreateDialog.C
1086     QTabularDialog.C
1087     QTexinfoDialog.C
1088     QThesaurusDialog.C
1089     TocModel.C
1090     QTocDialog.C
1091     GuiView.C
1092     QURLDialog.C
1093     QVSpaceDialog.C
1094     GuiWorkArea.C
1095     QWrapDialog.C
1096     QLToolbar.C
1097     socket_callback.C
1098     validators.C
1099 ''')
1100
1101
1102 src_frontends_qt4_header_files = Split('''
1103     Action.h
1104     Application.h
1105     BiblioModuleBase.h
1106     BulletsModule.h
1107     ColorCache.h
1108     FileDialog_private.h
1109     FontLoader.h
1110     GuiClipboard.h
1111     GuiImplementation.h
1112     GuiSelection.h
1113     GuiView.h
1114     GuiWorkArea.h
1115     InsertTableWidget.h
1116     QAbout.h
1117     QAboutDialog.h
1118     QBibitem.h
1119     QBibitemDialog.h
1120     QBibtex.h
1121     QBibtexDialog.h
1122     QBox.h
1123     QBoxDialog.h
1124     QBranch.h
1125     QBranchDialog.h
1126     QBranches.h
1127     QBrowseBox.h
1128     QChanges.h
1129     QChangesDialog.h
1130     QCharacter.h
1131     QCharacterDialog.h
1132     QCitation.h
1133     QCitationDialog.h
1134     QCommandBuffer.h
1135     QCommandEdit.h
1136     QDelimiterDialog.h
1137     QDialogView.h
1138     QDocument.h
1139     QDocumentDialog.h
1140     QERT.h
1141     QERTDialog.h
1142     QErrorList.h
1143     QErrorListDialog.h
1144     QExternal.h
1145     QExternalDialog.h
1146     QFloat.h
1147     QFloatDialog.h
1148     QGraphics.h
1149     QGraphicsDialog.h
1150     QGraphicsUi.h
1151     QInclude.h
1152     QIncludeDialog.h
1153     QIndex.h
1154     QIndexDialog.h
1155     QLImage.h
1156     QLMenubar.h
1157     QLPainter.h
1158     QLPopupMenu.h
1159     QLPrintDialog.h
1160     QLToolbar.h
1161     QLog.h
1162     QLogDialog.h
1163     QLyXKeySym.h
1164     QMath.h
1165     QMathDialog.h
1166     QMathMatrixDialog.h
1167     QNote.h
1168     QNoteDialog.h
1169     QParagraph.h
1170     QParagraphDialog.h
1171     QPrefs.h
1172     QPrefsDialog.h
1173     QPrint.h
1174     QRef.h
1175     QRefDialog.h
1176     QSearch.h
1177     QSearchDialog.h
1178     QSendto.h
1179     QSendtoDialog.h
1180     QShowFile.h
1181     QShowFileDialog.h
1182     QSpellchecker.h
1183     QSpellcheckerDialog.h
1184     QTabular.h
1185     QTabularCreate.h
1186     QTabularCreateDialog.h
1187     QTabularDialog.h
1188     QTexinfo.h
1189     QTexinfoDialog.h
1190     QThesaurus.h
1191     QThesaurusDialog.h
1192     QToc.h
1193     QTocDialog.h
1194     QURLDialog.h
1195     QVSpace.h
1196     QVSpaceDialog.h
1197     QViewSource.h
1198     QViewSourceDialog.h
1199     QWrap.h
1200     QWrapDialog.h
1201     Qt2BC.h
1202     TocModel.h
1203     UrlView.h
1204     checkedwidgets.h
1205     emptytable.h
1206     floatplacement.h
1207     iconpalette.h
1208     lengthcombo.h
1209     panelstack.h
1210     qfontexample.h
1211     qlkey.h
1212     qsetborder.h
1213     qtTimeout.h
1214     qt_helpers.h
1215     socket_callback.h
1216     validators.h
1217 ''')
1218
1219
1220 src_frontends_qt4_files = Split('''
1221     Action.C
1222     Alert_pimpl.C
1223     Application.C
1224     BulletsModule.C
1225     ColorCache.C
1226     Dialogs.C
1227     FileDialog.C
1228     FileDialog_private.C
1229     FontLoader.C
1230     GuiClipboard.C
1231     GuiImplementation.C
1232     GuiSelection.C
1233     GuiView.C
1234     GuiWorkArea.C
1235     InsertTableWidget.C
1236     LyXKeySymFactory.C
1237     QAbout.C
1238     QAboutDialog.C
1239     QBibitem.C
1240     QBibitemDialog.C
1241     QBibtex.C
1242     QBibtexDialog.C
1243     QBox.C
1244     QBoxDialog.C
1245     QBranch.C
1246     QBranchDialog.C
1247     QBranches.C
1248     QChanges.C
1249     QChangesDialog.C
1250     QCharacter.C
1251     QCharacterDialog.C
1252     QCitation.C
1253     QCitationDialog.C
1254     QCommandBuffer.C
1255     QCommandEdit.C
1256     QDelimiterDialog.C
1257     QDialogView.C
1258     QDocument.C
1259     QDocumentDialog.C
1260     QERT.C
1261     QERTDialog.C
1262     QErrorList.C
1263     QErrorListDialog.C
1264     QExternal.C
1265     QExternalDialog.C
1266     QFloat.C
1267     QFloatDialog.C
1268     QGraphics.C
1269     QGraphicsDialog.C
1270     QInclude.C
1271     QIncludeDialog.C
1272     QIndex.C
1273     QIndexDialog.C
1274     QLImage.C
1275     QLMenubar.C
1276     QLPainter.C
1277     QLPopupMenu.C
1278     QLPrintDialog.C
1279     QLToolbar.C
1280     QLog.C
1281     QLogDialog.C
1282     QLyXKeySym.C
1283     QMath.C
1284     QMathDialog.C
1285     QMathMatrixDialog.C
1286     QNote.C
1287     QNoteDialog.C
1288     QParagraph.C
1289     QParagraphDialog.C
1290     QPrefs.C
1291     QPrefsDialog.C
1292     QPrint.C
1293     QRef.C
1294     QRefDialog.C
1295     QSearch.C
1296     QSearchDialog.C
1297     QSendto.C
1298     QSendtoDialog.C
1299     QShowFile.C
1300     QShowFileDialog.C
1301     QSpellchecker.C
1302     QSpellcheckerDialog.C
1303     QTabular.C
1304     QTabularCreate.C
1305     QTabularCreateDialog.C
1306     QTabularDialog.C
1307     QTexinfo.C
1308     QTexinfoDialog.C
1309     QThesaurus.C
1310     QThesaurusDialog.C
1311     QToc.C
1312     QTocDialog.C
1313     QURLDialog.C
1314     QVSpace.C
1315     QVSpaceDialog.C
1316     QViewSource.C
1317     QViewSourceDialog.C
1318     QWrap.C
1319     QWrapDialog.C
1320     Qt2BC.C
1321     TocModel.C
1322     UrlView.C
1323     checkedwidgets.C
1324     emptytable.C
1325     floatplacement.C
1326     iconpalette.C
1327     lengthcombo.C
1328     lyx_gui.C
1329     panelstack.C
1330     qfont_metrics.C
1331     qfontexample.C
1332     qsetborder.C
1333     qtTimeout.C
1334     qt_helpers.C
1335     socket_callback.C
1336     validators.C
1337 ''')
1338
1339
1340 src_client_header_files = Split('''
1341     debug.h
1342     gettext.h
1343     messages.h
1344 ''')
1345
1346
1347 src_client_files = Split('''
1348     boost.C
1349     client.C
1350     debug.C
1351     gettext.C
1352     messages.C
1353 ''')
1354
1355
1356 src_tex2lyx_header_files = Split('''
1357     Spacing.h
1358     context.h
1359     gettext.h
1360     lyxfont.h
1361     tex2lyx.h
1362     texparser.h
1363 ''')
1364
1365
1366 src_tex2lyx_files = Split('''
1367     FloatList.C
1368     Floating.C
1369     boost.C
1370     context.C
1371     counters.C
1372     gettext.C
1373     lengthcommon.C
1374     lyxfont.C
1375     lyxlayout.C
1376     lyxlex.C
1377     lyxlex_pimpl.C
1378     lyxtextclass.C
1379     math.C
1380     preamble.C
1381     table.C
1382     tex2lyx.C
1383     texparser.C
1384     text.C
1385 ''')
1386
1387
1388 src_header_files = Split('''
1389     Bidi.h
1390     BranchList.h
1391     BufferView.h
1392     BufferView_pimpl.h
1393     Bullet.h
1394     Chktex.h
1395     Color.h
1396     CutAndPaste.h
1397     DepTable.h
1398     FloatList.h
1399     Floating.h
1400     FontIterator.h
1401     FuncStatus.h
1402     InsetList.h
1403     LColor.h
1404     LaTeX.h
1405     LaTeXFeatures.h
1406     LyXAction.h
1407     MenuBackend.h
1408     ParagraphList.h
1409     ParagraphList_fwd.h
1410     ParagraphParameters.h
1411     PrinterParams.h
1412     RowList_fwd.h
1413     Sectioning.h
1414     Spacing.h
1415     SpellBase.h
1416     Thesaurus.h
1417     TocBackend.h
1418     ToolbarBackend.h
1419     Variables.h
1420     WordLangTuple.h
1421     aspell_local.h
1422     author.h
1423     box.h
1424     buffer.h
1425     buffer_funcs.h
1426     bufferlist.h
1427     bufferparams.h
1428     bufferview_funcs.h
1429     changes.h
1430     chset.h
1431     converter.h
1432     coordcache.h
1433     counters.h
1434     cursor.h
1435     cursor_slice.h
1436     debug.h
1437     dimension.h
1438     dispatchresult.h
1439     dociterator.h
1440     encoding.h
1441     errorlist.h
1442     exporter.h
1443     factory.h
1444     format.h
1445     funcrequest.h
1446     gettext.h
1447     graph.h
1448     importer.h
1449     insetiterator.h
1450     intl.h
1451     ispell.h
1452     kbmap.h
1453     kbsequence.h
1454     language.h
1455     layout.h
1456     lengthcommon.h
1457     lfuns.h
1458     lyx_cb.h
1459     lyx_main.h
1460     lyx_sty.h
1461     lyxfind.h
1462     lyxfont.h
1463     lyxfunc.h
1464     lyxgluelength.h
1465     lyxlayout.h
1466     lyxlayout_ptr_fwd.h
1467     lyxlength.h
1468     lyxlex.h
1469     lyxlex_pimpl.h
1470     lyxrc.h
1471     lyxrow.h
1472     lyxrow_funcs.h
1473     lyxserver.h
1474     lyxsocket.h
1475     lyxtext.h
1476     lyxtextclass.h
1477     lyxtextclasslist.h
1478     lyxvc.h
1479     messages.h
1480     metricsinfo.h
1481     mover.h
1482     output.h
1483     output_docbook.h
1484     output_latex.h
1485     output_linuxdoc.h
1486     output_plaintext.h
1487     outputparams.h
1488     paper.h
1489     paragraph.h
1490     paragraph_funcs.h
1491     paragraph_pimpl.h
1492     pariterator.h
1493     pspell.h
1494     rowpainter.h
1495     session.h
1496     sgml.h
1497     tabular.h
1498     tex-accent.h
1499     tex-strings.h
1500     texrow.h
1501     toc.h
1502     trans.h
1503     trans_decl.h
1504     trans_mgr.h
1505     undo.h
1506     vc-backend.h
1507     version.h
1508     vspace.h
1509 ''')
1510
1511
1512 src_pre_files = Split('''
1513     Bidi.C
1514     BranchList.C
1515     BufferView.C
1516     BufferView_pimpl.C
1517     Bullet.C
1518     Chktex.C
1519     Color.C
1520     CutAndPaste.C
1521     DepTable.C
1522     FloatList.C
1523     Floating.C
1524     FontIterator.C
1525     FuncStatus.C
1526     InsetList.C
1527     LColor.C
1528     LaTeX.C
1529     LaTeXFeatures.C
1530     LyXAction.C
1531     MenuBackend.C
1532     ParagraphParameters.C
1533     Spacing.C
1534     TocBackend.C
1535     ToolbarBackend.C
1536     author.C
1537     boost.C
1538     buffer.C
1539     buffer_funcs.C
1540     bufferlist.C
1541     bufferparams.C
1542     bufferview_funcs.C
1543     changes.C
1544     chset.C
1545     converter.C
1546     coordcache.C
1547     counters.C
1548     cursor.C
1549     cursor_slice.C
1550     debug.C
1551     dociterator.C
1552     encoding.C
1553     errorlist.C
1554     exporter.C
1555     factory.C
1556     format.C
1557     funcrequest.C
1558     gettext.C
1559     graph.C
1560     importer.C
1561     insetiterator.C
1562     intl.C
1563     kbmap.C
1564     kbsequence.C
1565     language.C
1566     lengthcommon.C
1567     lyx_cb.C
1568     lyx_main.C
1569     lyx_sty.C
1570     lyxfind.C
1571     lyxfont.C
1572     lyxfunc.C
1573     lyxgluelength.C
1574     lyxlayout.C
1575     lyxlength.C
1576     lyxlex.C
1577     lyxlex_pimpl.C
1578     lyxrc.C
1579     lyxrow.C
1580     lyxrow_funcs.C
1581     lyxserver.C
1582     lyxsocket.C
1583     lyxtextclass.C
1584     lyxtextclasslist.C
1585     lyxvc.C
1586     messages.C
1587     metricsinfo.C
1588     mover.C
1589     output.C
1590     output_docbook.C
1591     output_latex.C
1592     output_linuxdoc.C
1593     output_plaintext.C
1594     outputparams.C
1595     paragraph.C
1596     paragraph_funcs.C
1597     paragraph_pimpl.C
1598     pariterator.C
1599     rowpainter.C
1600     session.C
1601     sgml.C
1602     tex-accent.C
1603     tex-strings.C
1604     texrow.C
1605     text.C
1606     text2.C
1607     text3.C
1608     toc.C
1609     trans.C
1610     trans_mgr.C
1611     undo.C
1612     vc-backend.C
1613     version.C
1614     vspace.C
1615 ''')
1616
1617
1618 src_post_files = Split('''
1619     tabular.C
1620     dimension.C
1621     PrinterParams.C
1622     box.C
1623     Thesaurus.C
1624     SpellBase.C
1625 ''')
1626
1627
1628 lib_files = Split('''
1629     lyxrc.example
1630     CREDITS
1631     chkconfig.ltx
1632     external_templates
1633     encodings
1634     languages
1635     symbols
1636     syntax.default
1637     configure.py
1638 ''')
1639
1640
1641 # do not install, ignore
1642 lib_image_noinst_files = Split('''
1643     images/README
1644     images/font-smallcaps.xpm
1645     images/math/ams_arrows.xbm
1646     images/math/ams_misc.xbm
1647     images/math/ams_nrel.xbm
1648     images/math/ams_ops.xbm
1649     images/math/ams_rel.xbm
1650     images/math/arrows.xbm
1651     images/math/bop.xbm
1652     images/math/brel.xbm
1653     images/math/deco.xbm
1654     images/math/deco.xpm
1655     images/math/delim0.xpm
1656     images/math/delim1.xpm
1657     images/math/delim.xbm
1658     images/math/dots.xbm
1659     images/math/font.xbm
1660     images/math/frac-square.xpm
1661     images/math/greek.xbm
1662     images/math/misc.xbm
1663     images/math/varsz.xbm
1664 ''')
1665
1666
1667 lib_bind_files = Split('''
1668     broadway.bind
1669     cua.bind
1670     cyrkeys.bind
1671     de_menus.bind
1672     emacs.bind
1673     fi_menus.bind
1674     greekkeys.bind
1675     hollywood.bind
1676     latinkeys.bind
1677     mac.bind
1678     math.bind
1679     menus.bind
1680     pt_menus.bind
1681     sciword.bind
1682     sv_menus.bind
1683     xemacs.bind
1684     aqua.bind
1685 ''')
1686
1687 lib_clipart_files = ['platypus.eps']
1688
1689
1690 lib_examples_files = Split('''
1691     Foils.lyx
1692     ItemizeBullets.lyx
1693     Literate.lyx
1694     Minipage.lyx
1695     TableExamples.lyx
1696     aa_sample.lyx
1697     aas_sample.lyx
1698     amsart-test.lyx
1699     amsbook-test.lyx
1700     ca_splash.lyx
1701     chess-article.lyx
1702     chessgame.lyx
1703     cs_splash.lyx
1704     currency.lyx
1705     cv.lyx
1706     da_splash.lyx
1707     de_ItemizeBullets.lyx
1708     de_Lebenslauf.lyx
1709     de_Minipage.lyx
1710     de_TableExamples.lyx
1711     de_Waehrungen.lyx
1712     de_beispiel_gelyxt.lyx
1713     de_beispiel_roh.lyx
1714     de_decimal.lyx
1715     de_splash.lyx
1716     de_mathed.lyx
1717     de_multicol.lyx
1718     decimal.lyx
1719     docbook_article.lyx
1720     es_ejemplo_con_lyx.lyx
1721     es_ejemplo_sin_lyx.lyx
1722     es_splash.lyx
1723     eu_adibide_gordina.lyx
1724     eu_adibide_lyx-atua.lyx
1725     eu_splash.lyx
1726     example_lyxified.lyx
1727     example_raw.lyx
1728     fr_AlignementDecimal.lyx
1729     fr_CV.lyx
1730     fr_ExemplesTableaux.lyx
1731     fr_Foils.lyx
1732     fr_ListesPuces.lyx
1733     fr_Minipage.lyx
1734     fr_exemple_brut.lyx
1735     fr_exemple_lyxifie.lyx
1736     fr_mathed.lyx
1737     fr_multicol.lyx
1738     fr_splash.lyx
1739     he_example_raw.lyx
1740     he_he_example_lyxified.lyx
1741     he_he_example_raw.lyx
1742     hu_splash.lyx
1743     iecc05.fen
1744     iecc07.fen
1745     iecc12.fen
1746     it_ItemizeBullets.lyx
1747     it_splash.lyx
1748     landslide.lyx
1749     linuxdoc_manpage.lyx
1750     listerrors.lyx
1751     mathed.lyx
1752     multicol.lyx
1753     nl_multicol.lyx
1754     nl_opsommingstekens.lyx
1755     nl_splash.lyx
1756     nl_voorbeeld_ruw.lyx
1757     nl_voorbeeld_verlyxt.lyx
1758     noweb2lyx.lyx
1759     pl_splash.lyx
1760     pt_splash.lyx
1761     ru_splash.lyx
1762     script_form.lyx
1763     sl_primer_lyxan.lyx
1764     sl_primer_surov.lyx
1765     sl_splash.lyx
1766     splash.lyx
1767     g-brief2.lyx
1768     ro_splash.lyx
1769 ''')
1770
1771
1772 lib_images_files = Split('''
1773     amssymb.xpm
1774     banner.ppm
1775     bookmark-goto.xpm
1776     bookmark-save.xpm
1777     break-line.xpm
1778     buffer-close.xpm
1779     buffer-export_dvi.xpm
1780     buffer-export_latex.xpm
1781     buffer-export_ps.xpm
1782     buffer-export_text.xpm
1783     buffer-new.xpm
1784     buffer-reload.xpm
1785     buffer-update_dvi.xpm
1786     buffer-update_ps.xpm
1787     buffer-view_dvi.xpm
1788     buffer-view_ps.xpm
1789     buffer-write-as.xpm
1790     buffer-write.xpm
1791     build-program.xpm
1792     copy.xpm
1793     cut.xpm
1794     depth-decrement.xpm
1795     depth-increment.xpm
1796     dialog-preferences.xpm
1797     dialog-show-new-inset_citation.xpm
1798     dialog-show-new-inset_graphics.xpm
1799     dialog-show-new-inset_include.xpm
1800     dialog-show-new-inset_ref.xpm
1801     dialog-show_character.xpm
1802     dialog-show_findreplace.xpm
1803     dialog-show_mathpanel.xpm
1804     dialog-show_print.xpm
1805     dialog-show_spellchecker.xpm
1806     down.xpm
1807     ert-insert.xpm
1808     file-open.xpm
1809     float-insert_figure.xpm
1810     float-insert_table.xpm
1811     font-bold.xpm
1812     font-emph.xpm
1813     font-free-apply.xpm
1814     font-noun.xpm
1815     font-sans.xpm
1816     footnote-insert.xpm
1817     index-insert.xpm
1818     label-insert.xpm
1819     layout-document.xpm
1820     layout-paragraph.xpm
1821     layout_Description.xpm
1822     layout_Enumerate.xpm 
1823     layout_Itemize.xpm
1824     layout_List.xpm
1825     layout_LyX-Code.xpm
1826     layout_Scrap.xpm
1827     layout_Section.xpm
1828     lyx-quit.xpm
1829     lyx.xpm
1830     marginalnote-insert.xpm
1831     math-display.xpm
1832     math-matrix.xpm
1833     math-mode.xpm
1834     math-subscript.xpm
1835     math-superscript.xpm
1836     note-insert.xpm
1837     paste.xpm
1838     psnfss1.xpm
1839     psnfss2.xpm
1840     psnfss3.xpm
1841     psnfss4.xpm
1842     redo.xpm
1843     standard.xpm
1844     tabular-feature_align-center.xpm
1845     tabular-feature_align-left.xpm
1846     tabular-feature_align-right.xpm
1847     tabular-feature_append-column.xpm
1848     tabular-feature_append-row.xpm
1849     tabular-feature_delete-column.xpm
1850     tabular-feature_delete-row.xpm
1851     tabular-feature_multicolumn.xpm
1852     tabular-feature_set-all-lines.xpm
1853     tabular-feature_set-longtabular.xpm
1854     tabular-feature_set-rotate-cell.xpm
1855     tabular-feature_set-rotate-tabular.xpm
1856     tabular-feature_toggle-line-bottom.xpm
1857     tabular-feature_toggle-line-left.xpm
1858     tabular-feature_toggle-line-right.xpm
1859     tabular-feature_toggle-line-top.xpm
1860     tabular-feature_unset-all-lines.xpm
1861     tabular-feature_valign-bottom.xpm
1862     tabular-feature_valign-middle.xpm
1863     tabular-feature_valign-top.xpm
1864     tabular-insert.xpm
1865     thesaurus-entry.xpm
1866     toc-view.xpm
1867     undo.xpm
1868     unknown.xpm
1869     up.xpm
1870     url-insert.xpm
1871 ''')
1872
1873
1874 lib_images_math_files = Split('''
1875     style.xbm
1876     font.xpm
1877     delim.xpm
1878     equation.xpm
1879     matrix.xpm
1880     space.xpm
1881     sqrt-square.xpm
1882     style.xpm
1883     sub.xpm
1884     super.xpm
1885     Bbbk.xpm
1886     Finv.xpm
1887     Game.xpm
1888     Im.xpm
1889     Lleftarrow.xpm
1890     Lsh.xpm
1891     Re.xpm
1892     Rsh.xpm
1893     Vert.xpm
1894     Vvdash.xpm
1895     acute.xpm
1896     aleph.xpm
1897     alpha.xpm
1898     amalg.xpm
1899     angle.xpm
1900     approx.xpm
1901     approxeq.xpm
1902     asymp.xpm
1903     backepsilon.xpm
1904     backprime.xpm
1905     backsim.xpm
1906     backsimeq.xpm
1907     backslash.xpm
1908     bar.xpm
1909     bars.xpm
1910     barwedge.xpm
1911     because.xpm
1912     beta.xpm
1913     beth.xpm
1914     between.xpm
1915     bigcap.xpm
1916     bigcirc.xpm
1917     bigcup.xpm
1918     bigodot.xpm
1919     bigoplus.xpm
1920     bigotimes.xpm
1921     bigsqcup.xpm
1922     bigstar.xpm
1923     bigtriangledown.xpm
1924     bigtriangleup.xpm
1925     biguplus.xpm
1926     bigvee.xpm
1927     bigwedge.xpm
1928     blacklozenge.xpm
1929     blacksquare.xpm
1930     blacktriangle.xpm
1931     blacktriangledown.xpm
1932     blacktriangleleft.xpm
1933     blacktriangleright.xpm
1934     bot.xpm
1935     bowtie.xpm
1936     boxdot.xpm
1937     boxminus.xpm
1938     boxplus.xpm
1939     boxtimes.xpm
1940     breve.xpm
1941     bullet.xpm
1942     bumpeq.xpm
1943     bumpeq2.xpm
1944     cap.xpm
1945     cap2.xpm
1946     cases.xpm
1947     cdot.xpm
1948     cdots.xpm
1949     centerdot.xpm
1950     check.xpm
1951     chi.xpm
1952     circ.xpm
1953     circeq.xpm
1954     circlearrowleft.xpm
1955     circlearrowright.xpm
1956     circledS.xpm
1957     circledast.xpm
1958     circledcirc.xpm
1959     circleddash.xpm
1960     clubsuit.xpm
1961     complement.xpm
1962     cong.xpm
1963     coprod.xpm
1964     cup.xpm
1965     cup2.xpm
1966     curlyeqprec.xpm
1967     curlyeqsucc.xpm
1968     curlyvee.xpm
1969     curlywedge.xpm
1970     curvearrowleft.xpm
1971     curvearrowright.xpm
1972     dagger.xpm
1973     daleth.xpm
1974     dashleftarrow.xpm
1975     dashrightarrow.xpm
1976     dashv.xpm
1977     ddagger.xpm
1978     ddot.xpm
1979     ddots.xpm
1980     delta.xpm
1981     delta2.xpm
1982     diagdown.xpm
1983     diagup.xpm
1984     diamond.xpm
1985     diamondsuit.xpm
1986     digamma.xpm
1987     div.xpm
1988     divideontimes.xpm
1989     dot.xpm
1990     doteq.xpm
1991     doteqdot.xpm
1992     dotplus.xpm
1993     doublebarwedge.xpm
1994     downarrow.xpm
1995     downarrow2.xpm
1996     downdownarrows.xpm
1997     downharpoonleft.xpm
1998     downharpoonright.xpm
1999     ell.xpm
2000     empty.xpm
2001     emptyset.xpm
2002     epsilon.xpm
2003     eqcirc.xpm
2004     eqslantgtr.xpm
2005     eqslantless.xpm
2006     equiv.xpm
2007     eta.xpm
2008     eth.xpm
2009     exists.xpm
2010     fallingdotseq.xpm
2011     flat.xpm
2012     forall.xpm
2013     frac.xpm
2014     frown.xpm
2015     gamma.xpm
2016     gamma2.xpm
2017     geq.xpm
2018     geqq.xpm
2019     geqslant.xpm
2020     gg.xpm
2021     ggg.xpm
2022     gimel.xpm
2023     gnapprox.xpm
2024     gneq.xpm
2025     gneqq.xpm
2026     gnsim.xpm
2027     grave.xpm
2028     gtrapprox.xpm
2029     gtrdot.xpm
2030     gtreqless.xpm
2031     gtreqqless.xpm
2032     gtrless.xpm
2033     gtrsim.xpm
2034     gvertneqq.xpm
2035     hat.xpm
2036     hbar.xpm
2037     heartsuit.xpm
2038     hookleftarrow.xpm
2039     hookrightarrow.xpm
2040     hslash.xpm
2041     imath.xpm
2042     in.xpm
2043     infty.xpm
2044     int.xpm
2045     intercal.xpm
2046     iota.xpm
2047     jmath.xpm
2048     kappa.xpm
2049     lambda.xpm
2050     lambda2.xpm
2051     langle.xpm
2052     lbrace.xpm
2053     lbrace_rbrace.xpm
2054     lbracket.xpm
2055     lbracket_rbracket.xpm
2056     lceil.xpm
2057     lceil_rceil.xpm
2058     ldots.xpm
2059     leftarrow.xpm
2060     leftarrow2.xpm
2061     leftarrowtail.xpm
2062     leftharpoondown.xpm
2063     leftharpoonup.xpm
2064     leftleftarrows.xpm
2065     leftrightarrow.xpm
2066     leftrightarrow2.xpm
2067     leftrightarrows.xpm
2068     leftrightharpoons.xpm
2069     leftrightsquigarrow.xpm
2070     leftthreetimes.xpm
2071     leq.xpm
2072     leqq.xpm
2073     leqslant.xpm
2074     lessapprox.xpm
2075     lessdot.xpm
2076     lesseqgtr.xpm
2077     lesseqqgtr.xpm
2078     lessgtr.xpm
2079     lesssim.xpm
2080     lfloor.xpm
2081     lfloor_rfloor.xpm
2082     ll.xpm
2083     llcorner.xpm
2084     lll.xpm
2085     lnapprox.xpm
2086     lneq.xpm
2087     lneqq.xpm
2088     lnsim.xpm
2089     longleftarrow.xpm
2090     longleftarrow2.xpm
2091     longleftrightarrow.xpm
2092     longleftrightarrow2.xpm
2093     longmapsto.xpm
2094     longrightarrow.xpm
2095     longrightarrow2.xpm
2096     looparrowleft.xpm
2097     looparrowright.xpm
2098     lozenge.xpm
2099     lparen.xpm
2100     lparen_rparen.xpm
2101     lrcorner.xpm
2102     ltimes.xpm
2103     lvertneqq.xpm
2104     mapsto.xpm
2105     mathbb_C.xpm
2106     mathbb_H.xpm
2107     mathbb_N.xpm
2108     mathbb_Q.xpm
2109     mathbb_R.xpm
2110     mathbb_Z.xpm
2111     mathcal_F.xpm
2112     mathcal_H.xpm
2113     mathcal_L.xpm
2114     mathcal_O.xpm
2115     mathcircumflex.xpm
2116     mathrm_T.xpm
2117     measuredangle.xpm
2118     mho.xpm
2119     mid.xpm
2120     models.xpm
2121     mp.xpm
2122     mu.xpm
2123     multimap.xpm
2124     nabla.xpm
2125     natural.xpm
2126     ncong.xpm
2127     nearrow.xpm
2128     neg.xpm
2129     neq.xpm
2130     nexists.xpm
2131     ngeq.xpm
2132     ngeqq.xpm
2133     ngeqslant.xpm
2134     ngtr.xpm
2135     ni.xpm
2136     nleftarrow.xpm
2137     nleftarrow2.xpm
2138     nleftrightarrow.xpm
2139     nleftrightarrow2.xpm
2140     nleq.xpm
2141     nleqq.xpm
2142     nleqslant.xpm
2143     nless.xpm
2144     nmid.xpm
2145     notin.xpm
2146     nparallel.xpm
2147     nprec.xpm
2148     npreceq.xpm
2149     nrightarrow.xpm
2150     nrightarrow2.xpm
2151     nshortmid.xpm
2152     nshortparallel.xpm
2153     nsim.xpm
2154     nsubseteq.xpm
2155     nsucc.xpm
2156     nsucceq.xpm
2157     nsupseteq.xpm
2158     nsupseteqq.xpm
2159     ntriangleleft.xpm
2160     ntrianglelefteq.xpm
2161     ntriangleright.xpm
2162     ntrianglerighteq.xpm
2163     nu.xpm
2164     nvdash.xpm
2165     nvdash2.xpm
2166     nvdash3.xpm
2167     nwarrow.xpm
2168     odot.xpm
2169     oint.xpm
2170     omega.xpm
2171     omega2.xpm
2172     ominus.xpm
2173     oplus.xpm
2174     oslash.xpm
2175     otimes.xpm
2176     overbrace.xpm
2177     overleftarrow.xpm
2178     overleftrightarrow.xpm
2179     overline.xpm
2180     overrightarrow.xpm
2181     overset.xpm
2182     parallel.xpm
2183     partial.xpm
2184     perp.xpm
2185     phi.xpm
2186     phi2.xpm
2187     pi.xpm
2188     pi2.xpm
2189     pitchfork.xpm
2190     pm.xpm
2191     prec.xpm
2192     precapprox.xpm
2193     preccurlyeq.xpm
2194     preceq.xpm
2195     precnapprox.xpm
2196     precnsim.xpm
2197     precsim.xpm
2198     prime.xpm
2199     prod.xpm
2200     propto.xpm
2201     psi.xpm
2202     psi2.xpm
2203     rangle.xpm
2204     rbrace.xpm
2205     rbracket.xpm
2206     rceil.xpm
2207     rfloor.xpm
2208     rho.xpm
2209     rightarrow.xpm
2210     rightarrow2.xpm
2211     rightarrowtail.xpm
2212     rightharpoondown.xpm
2213     rightharpoonup.xpm
2214     rightleftarrows.xpm
2215     rightleftharpoons.xpm
2216     rightrightarrows.xpm
2217     rightsquigarrow.xpm
2218     rightthreetimes.xpm
2219     risingdotseq.xpm
2220     root.xpm
2221     rparen.xpm
2222     rtimes.xpm
2223     searrow.xpm
2224     setminus.xpm
2225     sharp.xpm
2226     shortmid.xpm
2227     shortparallel.xpm
2228     sigma.xpm
2229     sigma2.xpm
2230     sim.xpm
2231     simeq.xpm
2232     slash.xpm
2233     smallfrown.xpm
2234     smallsetminus.xpm
2235     smallsmile.xpm
2236     smile.xpm
2237     spadesuit.xpm
2238     sphericalangle.xpm
2239     sqcap.xpm
2240     sqcup.xpm
2241     sqrt.xpm
2242     sqsubset.xpm
2243     sqsubseteq.xpm
2244     sqsupset.xpm
2245     sqsupseteq.xpm
2246     square.xpm
2247     star.xpm
2248     subset.xpm
2249     subset2.xpm
2250     subseteq.xpm
2251     subseteqq.xpm
2252     subsetneq.xpm
2253     subsetneqq.xpm
2254     succ.xpm
2255     succapprox.xpm
2256     succcurlyeq.xpm
2257     succeq.xpm
2258     succnapprox.xpm
2259     succnsim.xpm
2260     succsim.xpm
2261     sum.xpm
2262     supset.xpm
2263     supset2.xpm
2264     supseteq.xpm
2265     supseteqq.xpm
2266     supsetneq.xpm
2267     supsetneqq.xpm
2268     surd.xpm
2269     swarrow.xpm
2270     tau.xpm
2271     textrm_Oe.xpm
2272     textrm_AA.xpm
2273     therefore.xpm
2274     theta.xpm
2275     theta2.xpm
2276     thickapprox.xpm
2277     thicksim.xpm
2278     tilde.xpm
2279     times.xpm
2280     top.xpm
2281     triangle.xpm
2282     triangledown.xpm
2283     triangleleft.xpm
2284     trianglelefteq.xpm
2285     triangleq.xpm
2286     triangleright.xpm
2287     trianglerighteq.xpm
2288     twoheadleftarrow.xpm
2289     twoheadrightarrow.xpm
2290     ulcorner.xpm
2291     underbrace.xpm
2292     underleftarrow.xpm
2293     underleftrightarrow.xpm
2294     underline.xpm
2295     underrightarrow.xpm
2296     underscore.xpm
2297     underset.xpm
2298     uparrow.xpm
2299     uparrow2.xpm
2300     updownarrow.xpm
2301     updownarrow2.xpm
2302     upharpoonleft.xpm
2303     upharpoonright.xpm
2304     uplus.xpm
2305     upsilon.xpm
2306     upsilon2.xpm
2307     upuparrows.xpm
2308     urcorner.xpm
2309     varepsilon.xpm
2310     varkappa.xpm
2311     varnothing.xpm
2312     varphi.xpm
2313     varpi.xpm
2314     varpropto.xpm
2315     varsigma.xpm
2316     varsubsetneq.xpm
2317     varsubsetneqq.xpm
2318     varsupsetneq.xpm
2319     varsupsetneqq.xpm
2320     vartheta.xpm
2321     vartriangle.xpm
2322     vartriangleleft.xpm
2323     vartriangleright.xpm
2324     vdash.xpm
2325     vdash2.xpm
2326     vdash3.xpm
2327     vdots.xpm
2328     vec.xpm
2329     vee.xpm
2330     veebar.xpm
2331     wedge.xpm
2332     widehat.xpm
2333     widetilde.xpm
2334     wp.xpm
2335     wr.xpm
2336     xi.xpm
2337     xi2.xpm
2338     zeta.xpm
2339 ''')
2340
2341
2342 lib_kbd_files = Split('''
2343     american-2.kmap
2344     american.kmap
2345     arabic.kmap
2346     bg-bds-1251.kmap
2347     brazil.kmap
2348     brazil2.kmap
2349     cp1251.cdef
2350     czech-prg.kmap
2351     czech.kmap
2352     european.kmap
2353     francais.kmap
2354     french.kmap
2355     german-2.kmap
2356     german-3.kmap
2357     german.kmap
2358     greek.kmap
2359     hebrew.kmap
2360     ibm866.cdef
2361     iso8859-1.cdef
2362     iso8859-15.cdef
2363     iso8859-2.cdef
2364     iso8859-3.cdef
2365     iso8859-4.cdef
2366     iso8859-7.cdef
2367     iso8859-8.cdef
2368     iso8859-9.cdef
2369     koi8-r.cdef
2370     koi8-r.kmap
2371     koi8-t.cdef
2372     koi8-u.cdef
2373     koi8-u.kmap
2374     latvian.kmap
2375     magyar-2.kmap
2376     magyar-3.kmap
2377     magyar.kmap
2378     null.kmap
2379     polish.kmap
2380     polski.kmap
2381     portuges.kmap
2382     romanian.kmap
2383     serbian.kmap
2384     serbocroatian.kmap
2385     sf.kmap
2386     sg.kmap
2387     slovak.kmap
2388     slovene.kmap
2389     thai-kedmanee.kmap
2390     tis620-0.cdef
2391     transilvanian.kmap
2392     turkish-f.kmap
2393     turkish.kmap
2394     espanol.kmap
2395 ''')
2396
2397
2398 lib_layouts_files = Split('''
2399     IEEEtran.layout
2400     aa.layout
2401     aapaper.inc
2402     aapaper.layout
2403     aastex.layout
2404     aguplus.inc
2405     amsart-plain.layout
2406     amsart-seq.layout
2407     amsart.layout
2408     amsbook.layout
2409     amsdefs.inc
2410     amsmaths-plain.inc
2411     amsmaths-seq.inc
2412     amsmaths.inc
2413     apa.layout
2414     article.layout
2415     book.layout
2416     broadway.layout
2417     chess.layout
2418     cl2emult.layout
2419     cv.layout
2420     db_lyxmacros.inc
2421     db_stdclass.inc
2422     db_stdcharstyles.inc
2423     db_stdcounters.inc
2424     db_stdlayouts.inc
2425     db_stdlists.inc
2426     db_stdsections.inc
2427     db_stdstarsections.inc
2428     db_stdstruct.inc
2429     db_stdtitle.inc
2430     dinbrief.layout
2431     docbook-book.layout
2432     docbook-chapter.layout
2433     docbook-section.layout
2434     docbook.layout
2435     dtk.layout
2436     egs.layout
2437     elsart.layout
2438     entcs.layout
2439     extarticle.layout
2440     extbook.layout
2441     extletter.layout
2442     extreport.layout
2443     foils.layout
2444     g-brief-de.layout
2445     g-brief-en.layout
2446     heb-article.layout
2447     heb-letter.layout
2448     hollywood.layout
2449     ijmpc.layout
2450     ijmpd.layout
2451     jgrga.layout
2452     kluwer.layout
2453     latex8.layout
2454     letter.layout
2455     linuxdoc.layout
2456     literate-article.layout
2457     literate-book.layout
2458     literate-report.layout
2459     literate-scrap.inc
2460     llncs.layout
2461     ltugboat.layout
2462     lyxmacros.inc
2463     manpage.layout
2464     mwart.layout
2465     mwbk.layout
2466     mwrep.layout
2467     paper.layout
2468     report.layout
2469     revtex.layout
2470     revtex4.layout
2471     scrartcl.layout
2472     scrbook.layout
2473     scrclass.inc
2474     scrlettr.layout
2475     scrlttr2.layout
2476     scrreprt.layout
2477     seminar.layout
2478     siamltex.layout
2479     slides.layout
2480     spie.layout
2481     stdclass.inc
2482     stdcounters.inc
2483     stdfloats.inc
2484     stdlayouts.inc
2485     stdletter.inc
2486     stdlists.inc
2487     stdsections.inc
2488     stdstarsections.inc
2489     stdstruct.inc
2490     stdtitle.inc
2491     svjog.layout
2492     svjour.inc
2493     svprobth.layout
2494     agums.layout
2495     memoir.layout
2496     numarticle.inc
2497     numreport.inc
2498     numrevtex.inc
2499     agu-dtd.layout
2500     agu_stdclass.inc
2501     agu_stdcounters.inc
2502     agu_stdlists.inc
2503     agu_stdsections.inc
2504     agu_stdtitle.inc
2505     g-brief2.layout
2506     svglobal.layout
2507 ''')
2508
2509
2510 lib_scripts_files = Split('''
2511     TeXFiles.py
2512     clean_dvi.py
2513     convertDefault.py
2514     fen2ascii.py
2515     fig2pdftex.py
2516     fig2pstex.py
2517     fig_copy.py
2518     layout2layout.py
2519     legacy_lyxpreview2ppm.py
2520     listerrors
2521     lyxpreview2bitmap.py
2522     lyxpreview_tools.py
2523     tex_copy.py
2524 ''')
2525
2526
2527 lib_templates_files = Split('''
2528     IEEEtran.lyx
2529     README.new_templates
2530     aa.lyx
2531     aastex.lyx
2532     dinbrief.lyx
2533     docbook_article.lyx
2534     elsart.lyx
2535     g-brief-de.lyx
2536     g-brief-en.lyx
2537     hollywood.lyx
2538     kluwer.lyx
2539     koma-letter2.lyx
2540     latex8.lyx
2541     letter.lyx
2542     linuxdoc_article.lyx
2543     revtex.lyx
2544     revtex4.lyx
2545     slides.lyx
2546     ijmpc.lyx
2547     ijmpd.lyx
2548     agu_article.lyx
2549 ''')
2550
2551
2552 lib_tex_files = Split('''
2553     broadway.cls
2554     cv.cls
2555     hollywood.cls
2556     lyxchess.sty
2557     lyxskak.sty
2558     revtex.cls
2559 ''')
2560
2561
2562 lib_ui_files = Split('''
2563     classic.ui
2564     default.ui
2565     stdmenus.ui
2566     stdtoolbars.ui
2567 ''')
2568
2569
2570 lib_doc_files = Split('''
2571     cs_Tutorial.lyx
2572     Customization.lyx
2573     da_Intro.lyx
2574     de_Customization.lyx
2575     de_Extended.lyx
2576     de_FAQ.lyx
2577     de_Intro.lyx
2578     de_Tutorial.lyx
2579     de_UserGuide.lyx
2580     DocStyle.lyx
2581     es_Intro.lyx
2582     es_Tutorial.lyx
2583     eu_Customization.lyx
2584     eu_Extended.lyx
2585     eu_FAQ.lyx
2586     eu_Intro.lyx
2587     eu_Tutorial.lyx
2588     eu_UserGuide.lyx
2589     Extended.lyx
2590     FAQ.lyx
2591     fr_Customization.lyx
2592     fr_Extended.lyx
2593     fr_FAQ.lyx
2594     fr_Intro.lyx
2595     fr_Tutorial.lyx
2596     fr_UserGuide.lyx
2597     he_Intro.lyx
2598     he_Tutorial.lyx
2599     hu_Intro.lyx
2600     Intro.lyx
2601     it_Customization.lyx
2602     it_Intro.lyx
2603     it_Tutorial.lyx
2604     it_UserGuide.lyx
2605     LaTeXConfig.lyx.in
2606     nl_Intro.lyx
2607     nl_Tutorial.lyx
2608     nb_Intro.lyx
2609     pl_Extended.lyx
2610     pl_Intro.lyx
2611     pl_Tutorial.lyx
2612     pt_Intro.lyx
2613     pt_Tutorial.lyx
2614     Reference.lyx
2615     ro_Intro.lyx
2616     ru_FAQ.lyx
2617     ru_Intro.lyx
2618     ru_Tutorial.lyx
2619     sk_Tutorial.lyx
2620     sk_UserGuide.lyx
2621     sl_Intro.lyx
2622     sl_Tutorial.lyx
2623     sv_Intro.lyx
2624     sv_Tutorial.lyx
2625     Tutorial.lyx
2626     UserGuide.lyx
2627     escher-lsd.eps
2628     mobius.eps
2629     platypus.eps
2630 ''')
2631
2632 lib_lyx2lyx_files = Split('''
2633     lyx2lyx
2634     lyx2lyx_lang.py
2635     generate_enconding_info.py
2636     parser_tools.py
2637     LyX.py
2638     lyx_0_06.py
2639     lyx_0_08.py
2640     lyx_0_10.py
2641     lyx_0_12.py
2642     lyx_1_0.py
2643     lyx_1_1.py
2644     lyx_1_1_5.py
2645     lyx_1_1_6_0.py
2646     lyx_1_1_6_3.py
2647     lyx_1_2.py
2648     lyx_1_3.py
2649     lyx_1_4.py
2650     lyx_1_5.py
2651     profiling.py
2652     test_parser_tools.py
2653 ''')
2654