]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
André, please also take care of SCons when adding/deleting/moving file
[lyx.git] / development / scons / scons_manifest.py
1 from SCons.Util import Split
2
3 TOP_extra_files = Split('''
4     ABOUT-NLS
5     ANNOUNCE
6     COPYING
7     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     TextMetrics.h
117     Thesaurus.h
118     TocBackend.h
119     ToolbarBackend.h
120     Trans.h
121     Undo.h
122     VCBackend.h
123     VSpace.h
124     Variables.h
125     WordLangTuple.h
126     buffer_funcs.h
127     factory.h
128     lfuns.h
129     lyxfind.h
130     output.h
131     output_docbook.h
132     output_latex.h
133     output_plaintext.h
134     paper.h
135     paragraph_funcs.h
136     rowpainter.h
137     sgml.h
138     update_flags.h
139     version.h
140     WordList.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     WordList.cpp
238 ''')
239
240
241 src_post_files = Split('''
242     Box.cpp
243     Dimension.cpp
244     ModuleList.cpp
245     PrinterParams.cpp
246     SpellBase.cpp
247     Thesaurus.cpp
248 ''')
249
250
251 src_extra_src_files = Split('''
252     ASpell.cpp
253     ISpell.cpp
254     PSpell.cpp
255     Section.cpp
256     Variables.cpp
257     main.cpp
258 ''')
259
260
261 src_extra_files = Split('''
262     Makefile.am
263     pch.h
264 ''')
265
266
267 src_client_header_files = Split('''
268     Messages.h
269     debug.h
270 ''')
271
272
273 src_client_files = Split('''
274     Messages.cpp
275     boost.cpp
276     client.cpp
277     debug.cpp
278     gettext.cpp
279 ''')
280
281
282 src_client_extra_files = Split('''
283     Makefile.am
284     lyxclient.man
285     pch.h
286 ''')
287
288
289 src_support_header_files = Split('''
290     ExceptionMessage.h
291     FileFilterList.h
292     FileMonitor.h
293     FileName.h
294     ForkedCalls.h
295     Messages.h
296     Package.h
297     Path.h
298     RandomAccessList.h
299     SignalSlot.h
300     SignalSlotPrivate.h
301     Systemcall.h
302     Timeout.h
303     Translator.h
304     convert.h
305     copied_ptr.h
306     debug.h
307     docstream.h
308     docstring.h
309     environment.h
310     filetools.h
311     gettext.h
312     gzstream.h
313     limited_stack.h
314     lstrings.h
315     lyxalgo.h
316     lyxlib.h
317     lyxtime.h
318     os.h
319     os_win32.h
320     qstring_helpers.h
321     socktools.h
322     textutils.h
323     types.h
324     unicode.h
325     userinfo.h
326 ''')
327
328
329 src_support_files = Split('''
330     FileFilterList.cpp
331     FileMonitor.cpp
332     FileName.cpp
333     ForkedCalls.cpp
334     Messages.cpp
335     Package.cpp
336     Path.cpp
337     SignalSlot.cpp
338     SignalSlotPrivate.cpp
339     Systemcall.cpp
340     Timeout.cpp
341     convert.cpp
342     debug.cpp
343     docstream.cpp
344     docstring.cpp
345     environment.cpp
346     filetools.cpp
347     gzstream.cpp
348     gettext.cpp
349     kill.cpp
350     lstrings.cpp
351     lyxsum.cpp
352     lyxtime.cpp
353     os.cpp
354     socktools.cpp
355     unicode.cpp
356     userinfo.cpp
357 ''')
358
359
360 src_support_extra_header_files = Split('''
361     
362 ''')
363
364
365 src_support_extra_src_files = Split('''
366     atexit.c
367     os_cygwin.cpp
368     os_unix.cpp
369     os_win32.cpp
370     strerror.c
371 ''')
372
373
374 src_support_extra_files = Split('''
375     Makefile.am
376     pch.h
377 ''')
378
379
380 src_support_tests_extra_files = Split('''
381     Makefile.am
382     boost.cpp
383     convert.cpp
384     filetools.cpp
385     lstrings.cpp
386     pch.h
387     test_convert
388     test_filetools
389     test_lstrings
390 ''')
391
392
393 src_support_tests_regfiles_extra_files = Split('''
394     convert
395     filetools
396     lstrings
397 ''')
398
399
400 src_support_minizip_header_files = Split('''
401     crypt.h
402     ioapi.h 
403     iowin32.h
404     unzip.h
405     zip.h
406 ''')
407
408
409 src_support_minizip_files = Split('''
410     ioapi.c
411     iowin32.c
412     zip.c
413     zipunzip.cpp
414     unzip.c
415 ''')
416
417
418 src_graphics_header_files = Split('''
419     GraphicsCache.h
420     GraphicsCacheItem.h
421     GraphicsConverter.h
422     GraphicsImage.h
423     GraphicsLoader.h
424     GraphicsParams.h
425     GraphicsTypes.h
426     PreviewImage.h
427     PreviewLoader.h
428     Previews.h
429 ''')
430
431
432 src_graphics_files = Split('''
433     GraphicsCache.cpp
434     GraphicsCacheItem.cpp
435     GraphicsConverter.cpp
436     GraphicsImage.cpp
437     GraphicsLoader.cpp
438     GraphicsParams.cpp
439     GraphicsTypes.cpp
440     PreviewImage.cpp
441     PreviewLoader.cpp
442     Previews.cpp
443 ''')
444
445
446 src_graphics_extra_files = Split('''
447     Makefile.am
448     pch.h
449 ''')
450
451
452 src_mathed_header_files = Split('''
453     CommandInset.h
454     InsetMath.h
455     InsetMathAMSArray.h
456     InsetMathArray.h
457     InsetMathBig.h
458     InsetMathBoldSymbol.h
459     InsetMathBox.h
460     InsetMathBrace.h
461     InsetMathCases.h
462     InsetMathChar.h
463     InsetMathColor.h
464     InsetMathComment.h
465     InsetMathDecoration.h
466     InsetMathDelim.h
467     InsetMathDiff.h
468     InsetMathDots.h
469     InsetMathEnv.h
470     InsetMathExFunc.h
471     InsetMathExInt.h
472     InsetMathFont.h
473     InsetMathFontOld.h
474     InsetMathFrac.h
475     InsetMathGrid.h
476     InsetMathHull.h
477     InsetMathKern.h
478     InsetMathLefteqn.h
479     InsetMathLim.h
480     InsetMathMatrix.h
481     InsetMathNest.h
482     InsetMathNumber.h
483     InsetMathOverset.h
484     InsetMathPar.h
485     InsetMathPhantom.h
486     InsetMathRef.h
487     InsetMathRoot.h
488     InsetMathScript.h
489     InsetMathSize.h
490     InsetMathSpace.h
491     InsetMathSplit.h
492     InsetMathSqrt.h
493     InsetMathStackrel.h
494     InsetMathString.h
495     InsetMathSubstack.h
496     InsetMathSymbol.h
497     InsetMathTabular.h
498     InsetMathUnderset.h
499     InsetMathUnknown.h
500     InsetMathXArrow.h
501     InsetMathXYMatrix.h
502     MacroTable.h
503     MathAtom.h
504     MathAutoCorrect.h
505     MathData.h
506     MathExtern.h
507     MathFactory.h
508     MathGridInfo.h
509     MathMacro.h
510     MathMacroArgument.h
511     MathMacroTemplate.h
512     MathParser.h
513     MathStream.h
514     MathSupport.h
515     ReplaceData.h
516     TextPainter.h
517 ''')
518
519
520 src_mathed_files = Split('''
521     CommandInset.cpp
522     InsetMath.cpp
523     InsetMathAMSArray.cpp
524     InsetMathArray.cpp
525     InsetMathBig.cpp
526     InsetMathBoldSymbol.cpp
527     InsetMathBox.cpp
528     InsetMathBrace.cpp
529     InsetMathCases.cpp
530     InsetMathChar.cpp
531     InsetMathColor.cpp
532     InsetMathComment.cpp
533     InsetMathDecoration.cpp
534     InsetMathDelim.cpp
535     InsetMathDiff.cpp
536     InsetMathDots.cpp
537     InsetMathEnv.cpp
538     InsetMathExFunc.cpp
539     InsetMathExInt.cpp
540     InsetMathFont.cpp
541     InsetMathFontOld.cpp
542     InsetMathFrac.cpp
543     InsetMathGrid.cpp
544     InsetMathHull.cpp
545     InsetMathKern.cpp
546     InsetMathLefteqn.cpp
547     InsetMathLim.cpp
548     InsetMathMatrix.cpp
549     InsetMathNest.cpp
550     InsetMathNumber.cpp
551     InsetMathOverset.cpp
552     InsetMathPar.cpp
553     InsetMathPhantom.cpp
554     InsetMathRef.cpp
555     InsetMathRoot.cpp
556     InsetMathScript.cpp
557     InsetMathSize.cpp
558     InsetMathSpace.cpp
559     InsetMathSplit.cpp
560     InsetMathSqrt.cpp
561     InsetMathStackrel.cpp
562     InsetMathString.cpp
563     InsetMathSubstack.cpp
564     InsetMathSymbol.cpp
565     InsetMathTabular.cpp
566     InsetMathUnderset.cpp
567     InsetMathUnknown.cpp
568     InsetMathXArrow.cpp
569     InsetMathXYMatrix.cpp
570     MacroTable.cpp
571     MathAtom.cpp
572     MathAutoCorrect.cpp
573     MathData.cpp
574     MathExtern.cpp
575     MathFactory.cpp
576     MathMacro.cpp
577     MathMacroArgument.cpp
578     MathMacroTemplate.cpp
579     MathParser.cpp
580     MathStream.cpp
581     MathSupport.cpp
582     TextPainter.cpp
583 ''')
584
585
586 src_mathed_extra_files = Split('''
587     BUGS
588     InsetFormulaMacro.cpp
589     InsetFormulaMacro.h
590     InsetMathMBox.cpp
591     InsetMathMBox.h
592     InsetMathXYArrow.cpp
593     InsetMathXYArrow.h
594     Makefile.am
595     README
596     pch.h
597     texify
598 ''')
599
600
601 src_tex2lyx_header_files = Split('''
602     Context.h
603     Font.h
604     Parser.h
605     Spacing.h
606     tex2lyx.h
607 ''')
608
609
610 src_tex2lyx_files = Split('''
611     Context.cpp
612     Font.cpp
613     Parser.cpp
614     boost.cpp
615     gettext.cpp
616     lengthcommon.cpp
617     math.cpp
618     preamble.cpp
619     table.cpp
620     tex2lyx.cpp
621     text.cpp
622 ''')
623
624
625 src_tex2lyx_copied_header_files = Split('''
626     insets/InsetLayout.h
627 ''')
628
629
630 src_tex2lyx_copied_files = Split('''
631     Color.cpp
632     Counters.cpp
633     FloatList.cpp
634     Floating.cpp
635     Layout.cpp
636     Lexer.cpp
637     TextClass.cpp
638     insets/InsetLayout.cpp
639 ''')
640
641
642 src_tex2lyx_extra_files = Split('''
643     Makefile.am
644     pch.h
645     test-insets.tex
646     test-structure.tex
647     test.ltx
648     tex2lyx.man
649 ''')
650
651
652 src_frontends_header_files = Split('''
653     Application.h
654     Clipboard.h
655     FontLoader.h
656     FontMetrics.h
657     KeyModifier.h
658     KeySymbol.h
659     LyXView.h
660     Painter.h
661     Selection.h
662     WorkArea.h
663     WorkAreaManager.h
664     alert.h
665     mouse_state.h
666 ''')
667
668
669 src_frontends_files = Split('''
670     WorkAreaManager.cpp
671 ''')
672
673
674 src_frontends_extra_files = Split('''
675     Makefile.am
676     pch.h
677 ''')
678
679
680 src_frontends_controllers_extra_files = Split('''
681     Makefile.am
682     pch.h
683 ''')
684
685
686 src_frontends_controllers_tests_extra_files = Split('''
687     Makefile.am
688     biblio.cpp
689     boost.cpp
690     pch.h
691     test_biblio
692 ''')
693
694
695 src_frontends_controllers_tests_regfiles_extra_files = Split('''
696     biblio
697 ''')
698
699
700 src_frontends_qt4_header_files = Split('''
701         ButtonPolicy.h
702         Dialog.h
703     Action.h
704     BulletsModule.h
705     ButtonController.h
706     ColorCache.h
707     CustomizedWidgets.h
708     DialogView.h
709     DockView.h
710     EmptyTable.h
711     FileDialog.h
712     FloatPlacement.h
713     GuiAbout.h
714     GuiApplication.h
715     GuiBibitem.h
716     GuiBibtex.h
717     GuiBox.h
718     GuiBranches.h
719     GuiBranch.h
720     GuiChanges.h
721     GuiCharacter.h
722     GuiCharacter.h
723     GuiCitation.h
724     GuiClipboard.h
725     GuiCommandBuffer.h
726     GuiCommandEdit.h
727     GuiCompleter.h
728     GuiDelimiter.h
729     GuiDialog.h
730     GuiDocument.h
731     GuiErrorList.h
732     GuiERT.h
733     GuiExternal.h
734     GuiFloat.h
735     GuiFontExample.h
736     GuiFontLoader.h
737     GuiGraphics.h
738     GuiGraphicsUi.h
739     GuiHyperlink.h
740     GuiIdListModel.h
741     GuiImage.h
742     GuiInclude.h
743     GuiKeySymbol.h
744     GuiLabel.h
745     GuiListings.h
746     GuiLog.h
747     GuiMath.h
748     GuiMathMatrix.h
749     GuiNomencl.h
750     GuiNote.h
751     GuiPainter.h
752     GuiParagraph.h
753     GuiPopupMenu.h
754     GuiPrefs.h
755     GuiPrint.h
756     GuiRef.h
757     GuiSearch.h
758     GuiSelection.h
759     GuiSelectionManager.h
760     GuiSendto.h
761     GuiSetBorder.h
762     GuiShowFile.h
763     GuiSpellchecker.h
764     GuiSymbols.h
765     GuiTabularCreate.h
766     GuiTabular.h
767     GuiTexinfo.h
768     GuiThesaurus.h
769     GuiToc.h
770     GuiToolbar.h
771     GuiToolbars.h
772     GuiView.h
773     GuiViewSource.h
774     GuiVSpace.h
775     GuiWorkArea.h
776     GuiWrap.h
777     IconPalette.h
778     InsertTableWidget.h
779     LaTeXHighlighter.h
780     LengthCombo.h
781     LyXFileDialog.h
782     Menus.h
783     PanelStack.h
784     TocModel.h
785     TocWidget.h
786     Validator.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     EmptyTable.cpp
800     FileDialog.cpp
801     FloatPlacement.cpp
802     GuiAbout.cpp
803     GuiAlert.cpp
804     GuiApplication.cpp
805     GuiBibitem.cpp
806     GuiBibtex.cpp
807     GuiBox.cpp
808     GuiBranch.cpp
809     GuiBranches.cpp
810     GuiChanges.cpp
811     GuiCharacter.cpp
812     GuiCitation.cpp
813     GuiClipboard.cpp
814     GuiCommandBuffer.cpp
815     GuiCommandEdit.cpp
816     GuiCompleter.cpp
817     GuiDelimiter.cpp
818     GuiDialog.cpp
819     GuiDocument.cpp
820     GuiErrorList.cpp
821     GuiERT.cpp
822     GuiExternal.cpp
823     GuiFloat.cpp
824     GuiFontExample.cpp
825     GuiFontLoader.cpp
826     GuiFontMetrics.cpp
827     GuiGraphics.cpp
828     GuiHyperlink.cpp
829     GuiIdListModel.cpp 
830     GuiImage.cpp
831     GuiInclude.cpp
832     GuiKeySymbol.cpp
833     GuiLabel.cpp
834     GuiListings.cpp
835     GuiLog.cpp
836     GuiMath.cpp
837     GuiMathMatrix.cpp
838     GuiNomencl.cpp
839     GuiNote.cpp
840     GuiPainter.cpp
841     GuiParagraph.cpp
842     GuiPopupMenu.cpp
843     GuiPrefs.cpp
844     GuiPrint.cpp
845     GuiRef.cpp
846     GuiSearch.cpp
847     GuiSelection.cpp
848     GuiSelectionManager.cpp
849     GuiSendto.cpp
850     GuiSetBorder.cpp
851     GuiShowFile.cpp
852     GuiSpellchecker.cpp
853     GuiSymbols.cpp
854     GuiTabular.cpp
855     GuiTabularCreate.cpp
856     GuiTexinfo.cpp
857     GuiThesaurus.cpp
858     GuiToc.cpp
859     GuiToolbar.cpp
860     GuiToolbars.cpp
861     GuiView.cpp
862     GuiViewSource.cpp
863     GuiVSpace.cpp
864     GuiWorkArea.cpp
865     GuiWrap.cpp
866     IconPalette.cpp
867     InsertTableWidget.cpp
868     LengthCombo.cpp
869     LaTeXHighlighter.cpp
870     LyXFileDialog.cpp
871     Menus.cpp
872     PanelStack.cpp
873     TocModel.cpp
874     TocWidget.cpp
875     Validator.cpp
876     qt_helpers.cpp
877 ''')
878
879
880 src_frontends_qt4_extra_files = Split('''
881     GuiFontMetrics.h
882     Makefile.am
883     README
884     pch.h
885 ''')
886
887
888 src_frontends_qt4_ui_files = Split('''
889     AboutUi.ui
890     AskForTextUi.ui
891     BibitemUi.ui
892     BiblioUi.ui
893     BibtexAddUi.ui
894     BibtexUi.ui
895     BoxUi.ui
896     BranchUi.ui
897     BranchesUi.ui
898     BulletsUi.ui
899     ChangesUi.ui
900     CharacterUi.ui
901     CitationUi.ui
902     DelimiterUi.ui
903     DocumentUi.ui
904     ERTUi.ui
905     ErrorListUi.ui
906     EmbeddedFilesUi.ui
907     ExternalUi.ui
908     FloatPlacementUi.ui
909     FloatUi.ui
910     FontUi.ui
911     GraphicsUi.ui
912     HyperlinkUi.ui
913     IncludeUi.ui
914     LabelUi.ui
915     LaTeXUi.ui
916     LanguageUi.ui
917     ListingsUi.ui
918     LogUi.ui
919     MarginsUi.ui
920     MathMatrixUi.ui
921     MathsUi.ui
922     NomenclUi.ui
923     NoteUi.ui
924     NumberingUi.ui
925     PageLayoutUi.ui
926     ParagraphUi.ui
927     PDFSupportUi.ui
928     PreambleUi.ui
929     PrefColorsUi.ui
930     PrefConvertersUi.ui
931     PrefDateUi.ui
932     PrefDisplayUi.ui
933     PrefFileformatsUi.ui
934     PrefIdentityUi.ui
935     PrefInputUi.ui
936     PrefLanguageUi.ui
937     PrefLatexUi.ui
938     PrefPathsUi.ui
939     PrefPlaintextUi.ui
940     PrefPrinterUi.ui
941     PrefScreenFontsUi.ui
942     PrefShortcutsUi.ui
943     PrefSpellcheckerUi.ui
944     PrefUi.ui
945     PrefsUi.ui
946     PrintUi.ui
947     RefUi.ui
948     SearchUi.ui
949     SendtoUi.ui
950     ShortcutUi.ui
951     ShowFileUi.ui
952     SpellcheckerUi.ui
953     SymbolsUi.ui
954     TabularCreateUi.ui
955     TabularUi.ui
956     TexinfoUi.ui
957     TextLayoutUi.ui
958     ThesaurusUi.ui
959     TocUi.ui
960     VSpaceUi.ui
961     ViewSourceUi.ui
962     WrapUi.ui
963 ''')
964
965
966 src_frontends_qt4_ui_extra_files = Split('''
967     Makefile.am
968     compile_uic.sh
969 ''')
970
971
972 src_insets_header_files = Split('''
973     ExternalSupport.h
974     ExternalTemplate.h
975     ExternalTransforms.h
976     Inset.h
977     InsetBibitem.h
978     InsetBibtex.h
979     InsetBox.h
980     InsetBranch.h
981     InsetCaption.h
982     InsetCitation.h
983     InsetCode.h
984     InsetCollapsable.h
985     InsetCommand.h
986     InsetCommandParams.h
987     InsetERT.h
988     InsetEnvironment.h
989     InsetExternal.h
990     InsetFlex.h
991     InsetFloat.h
992     InsetFloatList.h
993     InsetFoot.h
994     InsetFootlike.h
995     InsetGraphics.h
996     InsetGraphicsParams.h
997     InsetHFill.h
998     InsetHyperlink.h
999     InsetInclude.h
1000     InsetIndex.h
1001     InsetInfo.h
1002     InsetLabel.h
1003     InsetLayout.h
1004     InsetLine.h
1005     InsetListings.h
1006     InsetListingsParams.h
1007     InsetMarginal.h
1008     InsetNewline.h
1009     InsetNewpage.h
1010     InsetNomencl.h
1011     InsetNote.h
1012     InsetOptArg.h
1013     InsetQuotes.h
1014     InsetRef.h
1015     InsetSpace.h
1016     InsetSpecialChar.h
1017     InsetTOC.h
1018     InsetTabular.h
1019     InsetText.h
1020     InsetVSpace.h
1021     InsetWrap.h
1022     MailInset.h
1023     RenderBase.h
1024     RenderButton.h
1025     RenderGraphic.h
1026     RenderPreview.h
1027 ''')
1028
1029
1030 src_insets_files = Split('''
1031     ExternalSupport.cpp
1032     ExternalTemplate.cpp
1033     ExternalTransforms.cpp
1034     Inset.cpp
1035     InsetBibitem.cpp
1036     InsetBibtex.cpp
1037     InsetBox.cpp
1038     InsetBranch.cpp
1039     InsetCaption.cpp
1040     InsetCitation.cpp
1041     InsetCollapsable.cpp
1042     InsetCommand.cpp
1043     InsetCommandParams.cpp
1044     InsetERT.cpp
1045     InsetEnvironment.cpp
1046     InsetExternal.cpp
1047     InsetFlex.cpp
1048     InsetFloat.cpp
1049     InsetFloatList.cpp
1050     InsetFoot.cpp
1051     InsetFootlike.cpp
1052     InsetGraphics.cpp
1053     InsetGraphicsParams.cpp
1054     InsetHFill.cpp
1055     InsetHyperlink.cpp
1056     InsetInclude.cpp
1057     InsetIndex.cpp
1058     InsetInfo.cpp
1059     InsetLabel.cpp
1060     InsetLayout.cpp
1061     InsetLine.cpp
1062     InsetListings.cpp
1063     InsetListingsParams.cpp
1064     InsetMarginal.cpp
1065     InsetNewline.cpp
1066     InsetNewpage.cpp
1067     InsetNomencl.cpp
1068     InsetNote.cpp
1069     InsetOptArg.cpp
1070     InsetQuotes.cpp
1071     InsetRef.cpp
1072     InsetSpace.cpp
1073     InsetSpecialChar.cpp
1074     InsetTOC.cpp
1075     InsetTabular.cpp
1076     InsetText.cpp
1077     InsetVSpace.cpp
1078     InsetWrap.cpp
1079     MailInset.cpp
1080     RenderButton.cpp
1081     RenderGraphic.cpp
1082     RenderPreview.cpp
1083 ''')
1084
1085
1086 src_insets_extra_files = Split('''
1087     Makefile.am
1088     pch.h
1089 ''')
1090
1091
1092 intl_header_files = Split('''
1093     eval-plural.h
1094     gettextP.h
1095     gmo.h
1096     hash-string.h
1097     loadinfo.h
1098     localcharset.h
1099     os2compat.h
1100     plural-exp.h
1101     printf-args.h
1102     printf-parse.h
1103     relocatable.h
1104     vasnprintf.h
1105     vasnwprintf.h
1106     wprintf-parse.h
1107     xsize.h
1108 ''')
1109
1110
1111 intl_files = Split('''
1112     bindtextdom.c
1113     dcgettext.c
1114     dcigettext.c
1115     dcngettext.c
1116     dgettext.c
1117     dngettext.c
1118     explodename.c
1119     finddomain.c
1120     gettext.c
1121     intl-compat.c
1122     l10nflist.c
1123     langprefs.c
1124     loadmsgcat.c
1125     localcharset.c
1126     localealias.c
1127     localename.c
1128     log.c
1129     ngettext.c
1130     osdep.c
1131     plural-exp.c
1132     plural.c
1133     printf.c
1134     relocatable.c
1135     textdomain.c
1136 ''')
1137
1138
1139 intl_extra_files = Split('''
1140     VERSION
1141     config.charset
1142     libgnuintl.h.in
1143     locale.alias
1144     os2compat.c
1145     plural.y
1146     printf-args.c
1147     printf-parse.c
1148     ref-add.sin
1149     ref-del.sin
1150     vasnprintf.c
1151 ''')
1152
1153
1154 config_extra_files = Split('''
1155     Makefile.am
1156     common.am
1157     config.guess
1158     config.rpath
1159     config.sub
1160     depcomp
1161     install-sh
1162     libtool.m4
1163     ltmain.sh
1164     lyxinclude.m4
1165     missing
1166     mkinstalldirs
1167     pkg.m4
1168     py-compile
1169     qt4.m4
1170     spell.m4
1171 ''')
1172
1173
1174 sourcedoc_extra_files = Split('''
1175     Doxyfile.in
1176     Makefile.am
1177 ''')
1178
1179
1180 po_extra_files = Split('''
1181     LINGUAS
1182     Makefile.in.in
1183     Makevars
1184     POTFILES.in
1185     README
1186     Rules-quot
1187     bg.po
1188     boldquot.sed
1189     ca.po
1190     cs.po
1191     da.po
1192     de.po
1193     en@boldquot.header
1194     en@quot.header
1195     es.po
1196     eu.po
1197     fi.po
1198     fr.po
1199     gl.po
1200     he.po
1201     hu.po
1202     insert-header.sin
1203     it.po
1204     ja.po
1205     ko.po
1206     lyx_pot.py
1207     nb.po
1208     nl.po
1209     nn.po
1210     pl.po
1211     pocheck.pl
1212     postats.sh
1213     pt.po
1214     quot.sed
1215     remove-potcdate.sin
1216     ro.po
1217     ru.po
1218     sk.po
1219     sl.po
1220     sv.po
1221     tr.po
1222     wa.po
1223     zh_CN.po
1224     zh_TW.po
1225 ''')
1226
1227
1228 lib_files = Split('''
1229     CREDITS
1230     chkconfig.ltx
1231     configure.py
1232     encodings
1233     external_templates
1234     languages
1235     symbols
1236     syntax.default
1237     unicodesymbols
1238 ''')
1239
1240
1241 lib_extra_files = Split('''
1242     Makefile.am
1243     autocorrect
1244     build-listerrors
1245     generate_contributions.py
1246 ''')
1247
1248
1249 lib_kbd_files = Split('''
1250     american-2.kmap
1251     american.kmap
1252     arabic.kmap
1253     bg-bds-1251.kmap
1254     brazil.kmap
1255     brazil2.kmap
1256     czech-prg.kmap
1257     czech.kmap
1258     espanol.kmap
1259     european.kmap
1260     farsi.kmap
1261     francais.kmap
1262     french.kmap
1263     german-2.kmap
1264     german-3.kmap
1265     german.kmap
1266     greek.kmap
1267     hebrew.kmap
1268     koi8-r.kmap
1269     koi8-u.kmap
1270     latvian.kmap
1271     magyar-2.kmap
1272     magyar-3.kmap
1273     magyar.kmap
1274     null.kmap
1275     polish.kmap
1276     polski.kmap
1277     portuges.kmap
1278     romanian.kmap
1279     serbian.kmap
1280     serbocroatian.kmap
1281     sf.kmap
1282     sg.kmap
1283     slovak.kmap
1284     slovene.kmap
1285     thai-kedmanee.kmap
1286     transilvanian.kmap
1287     turkish-f.kmap
1288     turkish.kmap
1289 ''')
1290
1291
1292 lib_templates_files = Split('''
1293     IEEEtran.lyx
1294     README.new_templates
1295     aa.lyx
1296     aastex.lyx
1297     agu_article.lyx
1298     apa.lyx
1299     beamer-conference-ornate-20min.lyx
1300     de_beamer-conference-ornate-20min.lyx
1301     dinbrief.lyx
1302     docbook_article.lyx
1303     elsart.lyx
1304     fr_beamer-conference-ornate-20min.lyx
1305     g-brief-de.lyx
1306     g-brief-en.lyx
1307     g-brief2.lyx
1308     hollywood.lyx
1309     ijmpc.lyx
1310     ijmpd.lyx
1311     iop-article.lyx
1312     kluwer.lyx
1313     koma-letter2.lyx
1314     latex8.lyx
1315     letter.lyx
1316     revtex.lyx
1317     revtex4.lyx
1318     slides.lyx
1319 ''')
1320
1321
1322 lib_ui_files = Split('''
1323     classic.ui
1324     default.ui
1325     stdmenus.inc
1326     stdtoolbars.inc
1327 ''')
1328
1329
1330 lib_fonts_files = Split('''
1331     BaKoMaFontLicense.txt
1332     ReadmeBaKoMa4LyX.txt
1333     cmex10.ttf
1334     cmmi10.ttf
1335     cmr10.ttf
1336     cmsy10.ttf
1337     esint10.ttf
1338     eufm10.ttf
1339     msam10.ttf
1340     msbm10.ttf
1341     wasy10.ttf
1342 ''')
1343
1344
1345 lib_images_files = Split('''
1346     all-changes-accept.png
1347     all-changes-reject.png
1348     amssymb.png
1349     banner.png
1350     bookmark-goto.png
1351     bookmark-save.png
1352     box-insert.png
1353     break-line.png
1354     buffer-close.png
1355     buffer-export_dvi.png
1356     buffer-export_latex.png
1357     buffer-export_pdf2.png
1358     buffer-export_ps.png
1359     buffer-export_text.png
1360     buffer-new.png
1361     buffer-reload.png
1362     buffer-update_dvi.png
1363     buffer-update_pdf2.png
1364     buffer-update_ps.png
1365     buffer-view_dvi.png
1366     buffer-view_pdf2.png
1367     buffer-view_ps.png
1368     buffer-write-as.png
1369     buffer-write.png
1370     build-program.png
1371     change-accept.png
1372     change-next.png
1373     change-reject.png
1374     changes-merge.png
1375     changes-output.png
1376     changes-track.png
1377     closetab.png
1378     copy.png
1379     cut.png
1380     demote.png
1381     depth-decrement.png
1382     depth-increment.png
1383     dialog-preferences.png
1384     dialog-show-new-inset_citation.png
1385     dialog-show-new-inset_graphics.png
1386     dialog-show-new-inset_include.png
1387     dialog-show-new-inset_ref.png
1388     dialog-show_character.png
1389     dialog-show_findreplace.png
1390     dialog-show_mathdelimiter.png
1391     dialog-show_mathmatrix.png
1392     dialog-show_print.png
1393     dialog-show_spellchecker.png
1394     dialog-toggle_toc.png
1395     down.png
1396     ert-insert.png
1397     file-open.png
1398     float-insert_figure.png
1399     float-insert_table.png
1400     font-bold.png
1401     font-emph.png
1402     font-free-apply.png
1403     font-noun.png
1404     font-sans.png
1405     footnote-insert.png
1406     href-insert.png
1407     hidetab.png
1408     index-insert.png
1409     label-insert.png
1410     layout-document.png
1411     layout-paragraph.png
1412     layout.png
1413     layout_Description.png
1414     layout_Enumerate.png
1415     layout_Itemize.png
1416     layout_List.png
1417     layout_LyX-Code.png
1418     layout_Scrap.png
1419     layout_Section.png
1420     lyx-quit.png
1421     lyx.png
1422     marginalnote-insert.png
1423     math-display.png
1424     math-macro-add-greedy-optional-param.png
1425     math-macro-add-optional-param.png
1426     math-macro-add-param.png
1427     math-macro-append-greedy-param.png
1428     math-macro-make-nonoptional.png
1429     math-macro-make-optional.png
1430     math-macro-remove-greedy-param.png
1431     math-macro-remove-optional-param.png
1432     math-macro-remove-param.png
1433     math-macro_newmacroname_newcommand.png
1434     math-matrix.png
1435     math-mode.png
1436     math-subscript.png
1437     math-superscript.png
1438     nomencl-insert.png
1439     note-insert.png
1440     note-next.png
1441     paste.png
1442     promote.png
1443     pin.png
1444     psnfss1.png
1445     psnfss2.png
1446     psnfss3.png
1447     psnfss4.png
1448     redo.png
1449     reload.png
1450     standard.png
1451     tabular-feature_align-center.png
1452     tabular-feature_align-left.png
1453     tabular-feature_align-right.png
1454     tabular-feature_append-column.png
1455     tabular-feature_append-row.png
1456     tabular-feature_delete-column.png
1457     tabular-feature_delete-row.png
1458     tabular-feature_multicolumn.png
1459     tabular-feature_set-all-lines.png
1460     tabular-feature_set-longtabular.png
1461     tabular-feature_set-rotate-cell.png
1462     tabular-feature_toggle-rotate-cell.png
1463     tabular-feature_set-rotate-tabular.png
1464     tabular-feature_toggle-rotate-tabular.png
1465     tabular-feature_toggle-line-bottom.png
1466     tabular-feature_toggle-line-left.png
1467     tabular-feature_toggle-line-right.png
1468     tabular-feature_toggle-line-top.png
1469     tabular-feature_unset-all-lines.png
1470     tabular-feature_valign-bottom.png
1471     tabular-feature_valign-middle.png
1472     tabular-feature_valign-top.png
1473     tabular-insert.png
1474     thesaurus-entry.png
1475     toolbar-toggle_math.png
1476     toolbar-toggle_math_panels.png
1477     toolbar-toggle_table.png
1478     undo.png
1479     unknown.png
1480     up.png
1481     url-insert.png
1482 ''')
1483
1484
1485 lib_images_extra_files = Split('''
1486     README
1487     font-smallcaps.png
1488 ''')
1489
1490
1491 lib_images_math_files = Split('''
1492     Bbbk.png
1493     Finv.png
1494     Game.png
1495     Im.png
1496     Lleftarrow.png
1497     Lsh.png
1498     Re.png
1499     Rrightarrow.png
1500     Rsh.png
1501     Vert.png
1502     Vvdash.png
1503     acute.png
1504     aleph.png
1505     alpha.png
1506     amalg.png
1507     angle.png
1508     approx.png
1509     approxeq.png
1510     asymp.png
1511     backepsilon.png
1512     backprime.png
1513     backsim.png
1514     backsimeq.png
1515     backslash.png
1516     bar.png
1517     bars.png
1518     barwedge.png
1519     because.png
1520     beta.png
1521     beth.png
1522     between.png
1523     bigcap.png
1524     bigcirc.png
1525     bigcup.png
1526     bigodot.png
1527     bigoplus.png
1528     bigotimes.png
1529     bigsqcup.png
1530     bigstar.png
1531     bigtriangledown.png
1532     bigtriangleup.png
1533     biguplus.png
1534     bigvee.png
1535     bigwedge.png
1536     blacklozenge.png
1537     blacksquare.png
1538     blacktriangle.png
1539     blacktriangledown.png
1540     blacktriangleleft.png
1541     blacktriangleright.png
1542     bot.png
1543     bowtie.png
1544     boxdot.png
1545     boxminus.png
1546     boxplus.png
1547     boxtimes.png
1548     breve.png
1549     bullet.png
1550     bumpeq.png
1551     bumpeq2.png
1552     cap.png
1553     cap2.png
1554     cases.png
1555     cdot.png
1556     cdots.png
1557     centerdot.png
1558     check.png
1559     chi.png
1560     circ.png
1561     circeq.png
1562     circlearrowleft.png
1563     circlearrowright.png
1564     circledS.png
1565     circledast.png
1566     circledcirc.png
1567     circleddash.png
1568     clubsuit.png
1569     complement.png
1570     cong.png
1571     coprod.png
1572     cup.png
1573     cup2.png
1574     curlyeqprec.png
1575     curlyeqsucc.png
1576     curlyvee.png
1577     curlywedge.png
1578     curvearrowleft.png
1579     curvearrowright.png
1580     dagger.png
1581     daleth.png
1582     dashleftarrow.png
1583     dashrightarrow.png
1584     dashv.png
1585     ddagger.png
1586     ddot.png
1587     ddots.png
1588     delim.png
1589     delta.png
1590     delta2.png
1591     diagdown.png
1592     diagup.png
1593     diamond.png
1594     diamondsuit.png
1595     digamma.png
1596     div.png
1597     divideontimes.png
1598     dot.png
1599     doteq.png
1600     doteqdot.png
1601     dotplus.png
1602     dotsint.png
1603     dotsintop.png
1604     doublebarwedge.png
1605     downarrow.png
1606     downarrow2.png
1607     downdownarrows.png
1608     downharpoonleft.png
1609     downharpoonright.png
1610     ell.png
1611     empty.png
1612     emptyset.png
1613     epsilon.png
1614     eqcirc.png
1615     eqslantgtr.png
1616     eqslantless.png
1617     equation.png
1618     equiv.png
1619     eta.png
1620     eth.png
1621     exists.png
1622     fallingdotseq.png
1623     flat.png
1624     font.png
1625     forall.png
1626     frac-square.png
1627     frac.png
1628     frown.png
1629     functions.png
1630     gamma.png
1631     gamma2.png
1632     geq.png
1633     geqq.png
1634     geqslant.png
1635     gg.png
1636     ggg.png
1637     gimel.png
1638     gnapprox.png
1639     gneq.png
1640     gneqq.png
1641     gnsim.png
1642     grave.png
1643     gtrapprox.png
1644     gtrdot.png
1645     gtreqless.png
1646     gtreqqless.png
1647     gtrless.png
1648     gtrsim.png
1649     gvertneqq.png
1650     hat.png
1651     hbar.png
1652     heartsuit.png
1653     hookleftarrow.png
1654     hookrightarrow.png
1655     hphantom.png
1656     hslash.png
1657     iiiint.png
1658     iiiintop.png
1659     iiint.png
1660     iiintop.png
1661     iint.png
1662     iintop.png
1663     imath.png
1664     in.png
1665     infty.png
1666     int.png
1667     intercal.png
1668     intop.png
1669     iota.png
1670     jmath.png
1671     kappa.png
1672     lambda.png
1673     lambda2.png
1674     langle.png
1675     lbrace.png
1676     lbrace_rbrace.png
1677     lbracket.png
1678     lbracket_rbracket.png
1679     lceil.png
1680     lceil_rceil.png
1681     ldots.png
1682     leftarrow.png
1683     leftarrow2.png
1684     leftarrowtail.png
1685     leftharpoondown.png
1686     leftharpoonup.png
1687     leftleftarrows.png
1688     leftrightarrow.png
1689     leftrightarrow2.png
1690     leftrightarrows.png
1691     leftrightharpoons.png
1692     leftrightsquigarrow.png
1693     leftthreetimes.png
1694     leq.png
1695     leqq.png
1696     leqslant.png
1697     lessapprox.png
1698     lessdot.png
1699     lesseqgtr.png
1700     lesseqqgtr.png
1701     lessgtr.png
1702     lesssim.png
1703     lfloor.png
1704     lfloor_rfloor.png
1705     ll.png
1706     llcorner.png
1707     lll.png
1708     lnapprox.png
1709     lneq.png
1710     lneqq.png
1711     lnsim.png
1712     longleftarrow.png
1713     longleftarrow2.png
1714     longleftrightarrow.png
1715     longleftrightarrow2.png
1716     longmapsto.png
1717     longrightarrow.png
1718     longrightarrow2.png
1719     looparrowleft.png
1720     looparrowright.png
1721     lozenge.png
1722     lparen.png
1723     lparen_rparen.png
1724     lrcorner.png
1725     ltimes.png
1726     lvertneqq.png
1727     mapsto.png
1728     mathbb_C.png
1729     mathbb_H.png
1730     mathbb_N.png
1731     mathbb_Q.png
1732     mathbb_R.png
1733     mathbb_Z.png
1734     mathcal_F.png
1735     mathcal_H.png
1736     mathcal_L.png
1737     mathcal_O.png
1738     mathcircumflex.png
1739     mathrm_T.png
1740     matrix.png
1741     measuredangle.png
1742     mho.png
1743     mid.png
1744     models.png
1745     mp.png
1746     mu.png
1747     multimap.png
1748     nabla.png
1749     natural.png
1750     ncong.png
1751     nearrow.png
1752     neg.png
1753     neq.png
1754     nexists.png
1755     ngeq.png
1756     ngeqq.png
1757     ngeqslant.png
1758     ngtr.png
1759     ni.png
1760     nleftarrow.png
1761     nleftarrow2.png
1762     nleftrightarrow.png
1763     nleftrightarrow2.png
1764     nleq.png
1765     nleqq.png
1766     nleqslant.png
1767     nless.png
1768     nmid.png
1769     notin.png
1770     nparallel.png
1771     nprec.png
1772     npreceq.png
1773     nrightarrow.png
1774     nrightarrow2.png
1775     nshortmid.png
1776     nshortparallel.png
1777     nsim.png
1778     nsubseteq.png
1779     nsucc.png
1780     nsucceq.png
1781     nsupseteq.png
1782     nsupseteqq.png
1783     ntriangleleft.png
1784     ntrianglelefteq.png
1785     ntriangleright.png
1786     ntrianglerighteq.png
1787     nu.png
1788     nvdash.png
1789     nvdash2.png
1790     nvdash3.png
1791     nwarrow.png
1792     odot.png
1793     oiint.png
1794     oiintop.png
1795     oint.png
1796     ointclockwise.png
1797     ointclockwiseop.png
1798     ointctrclockwise.png
1799     ointctrclockwiseop.png
1800     ointop.png
1801     omega.png
1802     omega2.png
1803     ominus.png
1804     oplus.png
1805     oslash.png
1806     otimes.png
1807     overbrace.png
1808     overleftarrow.png
1809     overleftrightarrow.png
1810     overline.png
1811     overrightarrow.png
1812     overset.png
1813     parallel.png
1814     partial.png
1815     perp.png
1816     phantom.png
1817     phi.png
1818     phi2.png
1819     pi.png
1820     pi2.png
1821     pitchfork.png
1822     pm.png
1823     prec.png
1824     precapprox.png
1825     preccurlyeq.png
1826     preceq.png
1827     precnapprox.png
1828     precnsim.png
1829     precsim.png
1830     prime.png
1831     prod.png
1832     propto.png
1833     psi.png
1834     psi2.png
1835     rangle.png
1836     rbrace.png
1837     rbracket.png
1838     rceil.png
1839     rfloor.png
1840     rho.png
1841     rightarrow.png
1842     rightarrow2.png
1843     rightarrowtail.png
1844     rightharpoondown.png
1845     rightharpoonup.png
1846     rightleftarrows.png
1847     rightleftharpoons.png
1848     rightrightarrows.png
1849     rightsquigarrow.png
1850     rightthreetimes.png
1851     risingdotseq.png
1852     root.png
1853     rparen.png
1854     rtimes.png
1855     searrow.png
1856     setminus.png
1857     sharp.png
1858     shortmid.png
1859     shortparallel.png
1860     sigma.png
1861     sigma2.png
1862     sim.png
1863     simeq.png
1864     slash.png
1865     smallfrown.png
1866     smallsetminus.png
1867     smallsmile.png
1868     smile.png
1869     space.png
1870     spadesuit.png
1871     sphericalangle.png
1872     sqcap.png
1873     sqcup.png
1874     sqiint.png
1875     sqiintop.png
1876     sqint.png
1877     sqintop.png
1878     sqrt-square.png
1879     sqrt.png
1880     sqsubset.png
1881     sqsubseteq.png
1882     sqsupset.png
1883     sqsupseteq.png
1884     square.png
1885     star.png
1886     style.png
1887     style.png
1888     sub.png
1889     subset.png
1890     subset2.png
1891     subseteq.png
1892     subseteqq.png
1893     subsetneq.png
1894     subsetneqq.png
1895     succ.png
1896     succapprox.png
1897     succcurlyeq.png
1898     succeq.png
1899     succnapprox.png
1900     succnsim.png
1901     succsim.png
1902     sum.png
1903     super.png
1904     supset.png
1905     supset2.png
1906     supseteq.png
1907     supseteqq.png
1908     supsetneq.png
1909     supsetneqq.png
1910     surd.png
1911     swarrow.png
1912     tau.png
1913     textrm_AA.png
1914     textrm_O.png
1915     therefore.png
1916     theta.png
1917     theta2.png
1918     thickapprox.png
1919     thicksim.png
1920     tilde.png
1921     times.png
1922     top.png
1923     triangle.png
1924     triangledown.png
1925     triangleleft.png
1926     trianglelefteq.png
1927     triangleq.png
1928     triangleright.png
1929     trianglerighteq.png
1930     twoheadleftarrow.png
1931     twoheadrightarrow.png
1932     ulcorner.png
1933     underbrace.png
1934     underleftarrow.png
1935     underleftrightarrow.png
1936     underline.png
1937     underrightarrow.png
1938     underscore.png
1939     underset.png
1940     uparrow.png
1941     uparrow2.png
1942     updownarrow.png
1943     updownarrow2.png
1944     upharpoonleft.png
1945     upharpoonright.png
1946     uplus.png
1947     upsilon.png
1948     upsilon2.png
1949     upuparrows.png
1950     urcorner.png
1951     varepsilon.png
1952     varkappa.png
1953     varnothing.png
1954     varphi.png
1955     varpi.png
1956     varpropto.png
1957     varrho.png
1958     varsigma.png
1959     varsubsetneq.png
1960     varsubsetneqq.png
1961     varsupsetneq.png
1962     varsupsetneqq.png
1963     vartheta.png
1964     vartriangle.png
1965     vartriangleleft.png
1966     vartriangleright.png
1967     vdash.png
1968     vdash2.png
1969     vdash3.png
1970     vdots.png
1971     vec.png
1972     vee.png
1973     veebar.png
1974     vphantom.png
1975     wedge.png
1976     widehat.png
1977     widetilde.png
1978     wp.png
1979     wr.png
1980     xi.png
1981     xi2.png
1982     zeta.png
1983 ''')
1984
1985
1986 lib_images_math_extra_files = Split('''
1987     ams_arrows.png
1988     ams_misc.png
1989     ams_nrel.png
1990     ams_ops.png
1991     ams_rel.png
1992     arrows.png
1993     bop.png
1994     brel.png
1995     deco.png
1996     deco.png
1997     delim.png
1998     delim0.png
1999     delim1.png
2000     dots.png
2001     font.png
2002     functions.png
2003     greek.png
2004     misc.png
2005     varsz.png
2006 ''')
2007
2008
2009 lib_images_commands_files = Split('''
2010 ''')
2011
2012
2013 lib_images_attic_extra_files = Split('''
2014     dialog-show_mathpanel.png
2015 ''')
2016
2017
2018 lib_tex_files = Split('''
2019     broadway.cls
2020     hollywood.cls
2021     lyxchess.sty
2022     lyxskak.sty
2023     revtex.cls
2024 ''')
2025
2026
2027 lib_doc_files = Split('''
2028     Customization.lyx
2029     DocStyle.lyx
2030     DummyDocument1.lyx
2031     DummyDocument2.lyx
2032     DummyTextDocument.txt
2033     EmbeddedObjects.lyx
2034     Extended.lyx
2035     FAQ.lyx
2036     Formula-numbering.lyx
2037     Intro.lyx
2038     LaTeXConfig.lyx
2039     Math.lyx
2040     Reference.lyx
2041     Shortcuts.lyx
2042     Tutorial.lyx
2043     UserGuide.lyx
2044 ''')
2045
2046
2047 lib_doc_biblio_files = Split('''
2048     alphadin.bst
2049     LyXDocs.bib
2050 ''')
2051
2052
2053 lib_doc_clipart_files = Split('''
2054     Abstract.pdf
2055     BoxInsetDefaultQt4.png
2056     ChangesToolbar.png
2057     ChildDocumentQt4.png
2058     CommentNoteImageQt4.png
2059     ERT.png
2060     ExternalMaterialQt4.png
2061     ExtraToolbar.png
2062     FramedNoteImageQt4.png
2063     GreyedOutNoteImageQt4.png
2064     LaTeX.png
2065     LyXNoteImageQt4.png
2066     ShadedNoteImageQt4.png
2067     SpaceMarker.png
2068     StandardToolbar.png
2069     ToolbarEnvBox.png
2070     endnotes.pdf
2071     escher-lsd.eps
2072     floatQt4.png
2073     footnoteQt4.png
2074     labelQt4.png
2075     macrobox.png
2076     macrouse.png
2077     mbox.png
2078     mobius.eps
2079     platypus.eps
2080     referenceQt4.png
2081     ViewToolbar.png
2082     with_fntright.pdf
2083     without_fntright.pdf
2084 ''')
2085
2086
2087 lib_doc_extra_files = Split('''
2088     Makefile.am
2089     Makefile.depend
2090     README.Documentation
2091     depend.py
2092     doc_toc.py
2093 ''')
2094
2095
2096 lib_doc_cs_files = Split('''
2097     Tutorial.lyx
2098 ''')
2099
2100
2101 lib_doc_de_files = Split('''
2102     Customization.lyx
2103     DummyDocument1.lyx
2104     DummyDocument2.lyx
2105     DummyTextDocument.txt
2106     EmbeddedObjects.lyx
2107     Extended.lyx
2108     FAQ.lyx
2109     Formelnummerierung.lyx
2110     Intro.lyx
2111     Math.lyx
2112     Tutorial.lyx
2113     UserGuide.lyx
2114 ''')
2115
2116
2117 lib_doc_de_clipart_files = Split('''
2118     ERT.png
2119     ExternesMaterialQt4.png
2120     FussnoteQt4.png
2121     GerahmteNotizQt4.png
2122     GleitobjektQt4.png
2123     GrauschriftNotizQt4.png
2124     KommentarQt4.png
2125     LyXNotizQt4.png
2126     Marke.png
2127     Querverweis.png
2128     SchattierteNotizQt4.png
2129     StandardBoxQt4.png
2130     UnterdokumentQt4.png
2131 ''')
2132
2133
2134 lib_doc_da_files = Split('''
2135     Intro.lyx
2136 ''')
2137
2138
2139 lib_doc_es_files = Split('''
2140     DocumentoPostizo1.lyx
2141     DocumentoPostizo2.lyx
2142     DocumentoTextoPostizo.txt
2143     EmbeddedObjects.lyx
2144     Extended.lyx
2145     FAQ.lyx
2146     Formula-numbering.lyx
2147     Intro.lyx
2148     Math.lyx
2149     Tutorial.lyx
2150     UserGuide.lyx
2151 ''')
2152
2153
2154 lib_doc_es_clipart_files = Split('''
2155     ComentNotaImagenQt4.png
2156     CuadroMinipagQt4.png
2157     DocumentoHijoQt4.png
2158     GrisNotaImagenQt4.png
2159     MaterialExternoQt4.png
2160     NotaEnmarcadaImg.png
2161     NotaLyXImagenQt4.png
2162     NotaSombreadaImg.png
2163     Resumen.pdf
2164     es_ERT.png
2165     etiquetaQt4.png
2166     flotanteQt4.png
2167     notapieQt4.png
2168     referenciaQt4.png
2169 ''')
2170
2171
2172 lib_doc_eu_files = Split('''
2173     Customization.lyx
2174     Extended.lyx
2175     FAQ.lyx
2176     Intro.lyx
2177     Tutorial.lyx
2178     UserGuide.lyx
2179 ''')
2180
2181
2182 lib_doc_fr_files = Split('''
2183     Customization.lyx
2184     DocumentBidon1.lyx
2185     DocumentBidon2.lyx
2186     DocumentTexteBidon.txt
2187     EmbeddedObjects.lyx
2188     Extended.lyx
2189     FAQ.lyx
2190     Formula-numbering.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