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