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