]> git.lyx.org Git - lyx.git/blob - development/scons/scons_manifest.py
Get rid of LayoutPtr.h.
[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     Length.h
86     Lexer.h
87     LyX.h
88     LyXAction.h
89     LyXFunc.h
90     LyXRC.h
91     LyXVC.h
92     MenuBackend.h
93     MetricsInfo.h
94     ModuleList.h
95     Mover.h
96     OutputParams.h
97     ParIterator.h
98     Paragraph.h
99     ParagraphList.h
100     ParagraphMetrics.h
101     ParagraphParameters.h
102     PDFOptions.h
103     PrinterParams.h
104     PSpell.h
105     Row.h
106     Section.h
107     Server.h
108     ServerSocket.h
109     Session.h
110     Spacing.h
111     SpellBase.h
112     TexRow.h
113     Text.h
114     TextClass.h
115     TextMetrics.h
116     Thesaurus.h
117     TocBackend.h
118     ToolbarBackend.h
119     Trans.h
120     Undo.h
121     VCBackend.h
122     VSpace.h
123     Variables.h
124     WordLangTuple.h
125     buffer_funcs.h
126     factory.h
127     lfuns.h
128     lyxfind.h
129     output.h
130     output_docbook.h
131     output_latex.h
132     output_plaintext.h
133     paper.h
134     paragraph_funcs.h
135     rowpainter.h
136     sgml.h
137     update_flags.h
138     version.h
139     WordList.h
140 ''')
141
142
143 src_pre_files = Split('''
144     Author.cpp
145     BaseClassList.cpp
146     BiblioInfo.cpp
147     Bidi.cpp
148     BranchList.cpp
149     Buffer.cpp
150     BufferList.cpp
151     BufferParams.cpp
152     BufferView.cpp
153     Bullet.cpp
154     Changes.cpp
155     Chktex.cpp
156     CmdDef.cpp
157     Color.cpp
158     Converter.cpp
159     ConverterCache.cpp
160     CoordCache.cpp
161     Counters.cpp
162     Cursor.cpp
163     CursorSlice.cpp
164     CutAndPaste.cpp
165     DepTable.cpp
166     DocIterator.cpp
167     EmbeddedFiles.cpp
168     Encoding.cpp
169     ErrorList.cpp
170     Exporter.cpp
171     FloatList.cpp
172     Floating.cpp
173     Font.cpp
174     FontInfo.cpp
175     FontIterator.cpp
176     FontList.cpp
177     Format.cpp
178     FuncRequest.cpp
179     FuncStatus.cpp
180     Graph.cpp
181     InsetIterator.cpp
182     InsetList.cpp
183     Intl.cpp
184     KeyMap.cpp
185     KeySequence.cpp
186     LaTeX.cpp
187     LaTeXFeatures.cpp
188     Language.cpp
189     Layout.cpp
190     Length.cpp
191     Lexer.cpp
192     LyX.cpp
193     LyXAction.cpp
194     LyXFunc.cpp
195     LyXRC.cpp
196     LyXVC.cpp
197     MenuBackend.cpp
198     MetricsInfo.cpp
199     Mover.cpp
200     OutputParams.cpp
201     PDFOptions.cpp
202     ParIterator.cpp
203     Paragraph.cpp
204     ParagraphMetrics.cpp
205     ParagraphParameters.cpp
206     Row.cpp
207     Server.cpp
208     ServerSocket.cpp
209     Session.cpp
210     Spacing.cpp
211     TexRow.cpp
212     Text.cpp
213     Text2.cpp
214     Text3.cpp
215     TextClass.cpp
216     TextMetrics.cpp
217     TocBackend.cpp
218     ToolbarBackend.cpp
219     Trans.cpp
220     Undo.cpp
221     VCBackend.cpp
222     VSpace.cpp
223     boost.cpp
224     buffer_funcs.cpp
225     factory.cpp
226     lengthcommon.cpp
227     lyxfind.cpp
228     output.cpp
229     output_docbook.cpp
230     output_latex.cpp
231     output_plaintext.cpp
232     paragraph_funcs.cpp
233     rowpainter.cpp
234     sgml.cpp
235     version.cpp
236     WordList.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     InsetMathBM.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     InsetMathBM.cpp
527     InsetMathBoldSymbol.cpp
528     InsetMathBox.cpp
529     InsetMathBrace.cpp
530     InsetMathCases.cpp
531     InsetMathChar.cpp
532     InsetMathColor.cpp
533     InsetMathComment.cpp
534     InsetMathDecoration.cpp
535     InsetMathDelim.cpp
536     InsetMathDiff.cpp
537     InsetMathDots.cpp
538     InsetMathEnv.cpp
539     InsetMathExFunc.cpp
540     InsetMathExInt.cpp
541     InsetMathFont.cpp
542     InsetMathFontOld.cpp
543     InsetMathFrac.cpp
544     InsetMathGrid.cpp
545     InsetMathHull.cpp
546     InsetMathKern.cpp
547     InsetMathLefteqn.cpp
548     InsetMathLim.cpp
549     InsetMathMatrix.cpp
550     InsetMathNest.cpp
551     InsetMathNumber.cpp
552     InsetMathOverset.cpp
553     InsetMathPar.cpp
554     InsetMathPhantom.cpp
555     InsetMathRef.cpp
556     InsetMathRoot.cpp
557     InsetMathScript.cpp
558     InsetMathSize.cpp
559     InsetMathSpace.cpp
560     InsetMathSplit.cpp
561     InsetMathSqrt.cpp
562     InsetMathStackrel.cpp
563     InsetMathString.cpp
564     InsetMathSubstack.cpp
565     InsetMathSymbol.cpp
566     InsetMathTabular.cpp
567     InsetMathUnderset.cpp
568     InsetMathUnknown.cpp
569     InsetMathXArrow.cpp
570     InsetMathXYMatrix.cpp
571     MacroTable.cpp
572     MathAtom.cpp
573     MathAutoCorrect.cpp
574     MathData.cpp
575     MathExtern.cpp
576     MathFactory.cpp
577     MathMacro.cpp
578     MathMacroArgument.cpp
579     MathMacroTemplate.cpp
580     MathParser.cpp
581     MathStream.cpp
582     MathSupport.cpp
583     TextPainter.cpp
584 ''')
585
586
587 src_mathed_extra_files = Split('''
588     BUGS
589     InsetFormulaMacro.cpp
590     InsetFormulaMacro.h
591     InsetMathMBox.cpp
592     InsetMathMBox.h
593     InsetMathXYArrow.cpp
594     InsetMathXYArrow.h
595     Makefile.am
596     README
597     pch.h
598     texify
599 ''')
600
601
602 src_tex2lyx_header_files = Split('''
603     Context.h
604     Font.h
605     Parser.h
606     Spacing.h
607     tex2lyx.h
608 ''')
609
610
611 src_tex2lyx_files = Split('''
612     Context.cpp
613     Font.cpp
614     Parser.cpp
615     boost.cpp
616     gettext.cpp
617     lengthcommon.cpp
618     math.cpp
619     preamble.cpp
620     table.cpp
621     tex2lyx.cpp
622     text.cpp
623 ''')
624
625
626 src_tex2lyx_copied_header_files = Split('''
627     insets/InsetLayout.h
628 ''')
629
630
631 src_tex2lyx_copied_files = Split('''
632     Color.cpp
633     Counters.cpp
634     FloatList.cpp
635     Floating.cpp
636     Layout.cpp
637     Lexer.cpp
638     TextClass.cpp
639     insets/InsetLayout.cpp
640 ''')
641
642
643 src_tex2lyx_extra_files = Split('''
644     Makefile.am
645     pch.h
646     test-insets.tex
647     test-structure.tex
648     test.ltx
649     tex2lyx.man
650 ''')
651
652
653 src_frontends_header_files = Split('''
654     Application.h
655     Clipboard.h
656     FontLoader.h
657     FontMetrics.h
658     KeyModifier.h
659     KeySymbol.h
660     LyXView.h
661     Painter.h
662     Selection.h
663     WorkArea.h
664     WorkAreaManager.h
665     alert.h
666     mouse_state.h
667 ''')
668
669
670 src_frontends_files = Split('''
671     WorkAreaManager.cpp
672 ''')
673
674
675 src_frontends_extra_files = Split('''
676     Makefile.am
677     pch.h
678 ''')
679
680
681 src_frontends_controllers_extra_files = Split('''
682     Makefile.am
683     pch.h
684 ''')
685
686
687 src_frontends_controllers_tests_extra_files = Split('''
688     Makefile.am
689     biblio.cpp
690     boost.cpp
691     pch.h
692     test_biblio
693 ''')
694
695
696 src_frontends_controllers_tests_regfiles_extra_files = Split('''
697     biblio
698 ''')
699
700
701 src_frontends_qt4_header_files = Split('''
702         ButtonPolicy.h
703         Dialog.h
704     Action.h
705     BulletsModule.h
706     ButtonController.h
707     ColorCache.h
708     CustomizedWidgets.h
709     DialogView.h
710     DockView.h
711     EmptyTable.h
712     FileDialog.h
713     FloatPlacement.h
714     GuiAbout.h
715     GuiApplication.h
716     GuiBibitem.h
717     GuiBibtex.h
718     GuiBox.h
719     GuiBranches.h
720     GuiBranch.h
721     GuiChanges.h
722     GuiCharacter.h
723     GuiCharacter.h
724     GuiCitation.h
725     GuiClipboard.h
726     GuiCommandBuffer.h
727     GuiCommandEdit.h
728     GuiCompleter.h
729     GuiDelimiter.h
730     GuiDialog.h
731     GuiDocument.h
732     GuiErrorList.h
733     GuiERT.h
734     GuiExternal.h
735     GuiFloat.h
736     GuiFontExample.h
737     GuiFontLoader.h
738     GuiGraphics.h
739     GuiGraphicsUi.h
740     GuiHyperlink.h
741     GuiIdListModel.h
742     GuiImage.h
743     GuiInclude.h
744     GuiKeySymbol.h
745     GuiLabel.h
746     GuiListings.h
747     GuiLog.h
748     GuiMath.h
749     GuiMathMatrix.h
750     GuiNomencl.h
751     GuiNote.h
752     GuiPainter.h
753     GuiParagraph.h
754     GuiPopupMenu.h
755     GuiPrefs.h
756     GuiPrint.h
757     GuiRef.h
758     GuiSearch.h
759     GuiSelection.h
760     GuiSelectionManager.h
761     GuiSendto.h
762     GuiSetBorder.h
763     GuiShowFile.h
764     GuiSpellchecker.h
765     GuiSymbols.h
766     GuiTabularCreate.h
767     GuiTabular.h
768     GuiTexinfo.h
769     GuiThesaurus.h
770     GuiToc.h
771     GuiToolbar.h
772     GuiToolbars.h
773     GuiView.h
774     GuiViewSource.h
775     GuiVSpace.h
776     GuiWorkArea.h
777     GuiWrap.h
778     IconPalette.h
779     InsertTableWidget.h
780     LaTeXHighlighter.h
781     LengthCombo.h
782     LyXFileDialog.h
783     Menus.h
784     PanelStack.h
785     TocModel.h
786     TocWidget.h
787     Validator.h
788     qt_helpers.h
789 ''')
790
791
792 src_frontends_qt4_files = Split('''
793         ButtonPolicy.cpp
794         Dialog.cpp
795     Action.cpp
796     BulletsModule.cpp
797     ButtonController.cpp
798     ColorCache.cpp
799     CustomizedWidgets.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     Makefile.am
1089     pch.h
1090 ''')
1091
1092
1093 intl_header_files = Split('''
1094     eval-plural.h
1095     gettextP.h
1096     gmo.h
1097     hash-string.h
1098     loadinfo.h
1099     localcharset.h
1100     os2compat.h
1101     plural-exp.h
1102     printf-args.h
1103     printf-parse.h
1104     relocatable.h
1105     vasnprintf.h
1106     vasnwprintf.h
1107     wprintf-parse.h
1108     xsize.h
1109 ''')
1110
1111
1112 intl_files = Split('''
1113     bindtextdom.c
1114     dcgettext.c
1115     dcigettext.c
1116     dcngettext.c
1117     dgettext.c
1118     dngettext.c
1119     explodename.c
1120     finddomain.c
1121     gettext.c
1122     intl-compat.c
1123     l10nflist.c
1124     langprefs.c
1125     loadmsgcat.c
1126     localcharset.c
1127     localealias.c
1128     localename.c
1129     log.c
1130     ngettext.c
1131     osdep.c
1132     plural-exp.c
1133     plural.c
1134     printf.c
1135     relocatable.c
1136     textdomain.c
1137 ''')
1138
1139
1140 intl_extra_files = Split('''
1141     VERSION
1142     config.charset
1143     libgnuintl.h.in
1144     locale.alias
1145     os2compat.c
1146     plural.y
1147     printf-args.c
1148     printf-parse.c
1149     ref-add.sin
1150     ref-del.sin
1151     vasnprintf.c
1152 ''')
1153
1154
1155 config_extra_files = Split('''
1156     Makefile.am
1157     common.am
1158     config.guess
1159     config.rpath
1160     config.sub
1161     depcomp
1162     install-sh
1163     libtool.m4
1164     ltmain.sh
1165     lyxinclude.m4
1166     missing
1167     mkinstalldirs
1168     pkg.m4
1169     py-compile
1170     qt4.m4
1171     spell.m4
1172 ''')
1173
1174
1175 sourcedoc_extra_files = Split('''
1176     Doxyfile.in
1177     Makefile.am
1178 ''')
1179
1180
1181 po_extra_files = Split('''
1182     LINGUAS
1183     Makefile.in.in
1184     Makevars
1185     POTFILES.in
1186     README
1187     Rules-quot
1188     bg.po
1189     boldquot.sed
1190     ca.po
1191     cs.po
1192     da.po
1193     de.po
1194     en@boldquot.header
1195     en@quot.header
1196     es.po
1197     eu.po
1198     fi.po
1199     fr.po
1200     gl.po
1201     he.po
1202     hu.po
1203     insert-header.sin
1204     it.po
1205     ja.po
1206     ko.po
1207     lyx_pot.py
1208     nb.po
1209     nl.po
1210     nn.po
1211     pl.po
1212     pocheck.pl
1213     postats.sh
1214     pt.po
1215     quot.sed
1216     remove-potcdate.sin
1217     ro.po
1218     ru.po
1219     sk.po
1220     sl.po
1221     sv.po
1222     tr.po
1223     wa.po
1224     zh_CN.po
1225     zh_TW.po
1226 ''')
1227
1228
1229 lib_files = Split('''
1230     CREDITS
1231     chkconfig.ltx
1232     configure.py
1233     encodings
1234     external_templates
1235     languages
1236     symbols
1237     syntax.default
1238     unicodesymbols
1239 ''')
1240
1241
1242 lib_extra_files = Split('''
1243     Makefile.am
1244     autocorrect
1245     build-listerrors
1246     generate_contributions.py
1247 ''')
1248
1249
1250 lib_kbd_files = Split('''
1251     american-2.kmap
1252     american.kmap
1253     arabic.kmap
1254     bg-bds-1251.kmap
1255     brazil.kmap
1256     brazil2.kmap
1257     czech-prg.kmap
1258     czech.kmap
1259     espanol.kmap
1260     european.kmap
1261     farsi.kmap
1262     francais.kmap
1263     french.kmap
1264     german-2.kmap
1265     german-3.kmap
1266     german.kmap
1267     greek.kmap
1268     hebrew.kmap
1269     koi8-r.kmap
1270     koi8-u.kmap
1271     latvian.kmap
1272     magyar-2.kmap
1273     magyar-3.kmap
1274     magyar.kmap
1275     null.kmap
1276     polish.kmap
1277     polski.kmap
1278     portuges.kmap
1279     romanian.kmap
1280     serbian.kmap
1281     serbocroatian.kmap
1282     sf.kmap
1283     sg.kmap
1284     slovak.kmap
1285     slovene.kmap
1286     thai-kedmanee.kmap
1287     transilvanian.kmap
1288     turkish-f.kmap
1289     turkish.kmap
1290 ''')
1291
1292
1293 lib_templates_files = Split('''
1294     IEEEtran.lyx
1295     README.new_templates
1296     aa.lyx
1297     aastex.lyx
1298     agu_article.lyx
1299     apa.lyx
1300     beamer-conference-ornate-20min.lyx
1301     de_beamer-conference-ornate-20min.lyx
1302     dinbrief.lyx
1303     docbook_article.lyx
1304     elsart.lyx
1305     fr_beamer-conference-ornate-20min.lyx
1306     g-brief-de.lyx
1307     g-brief-en.lyx
1308     g-brief2.lyx
1309     hollywood.lyx
1310     ijmpc.lyx
1311     ijmpd.lyx
1312     iop-article.lyx
1313     kluwer.lyx
1314     koma-letter2.lyx
1315     latex8.lyx
1316     letter.lyx
1317     revtex.lyx
1318     revtex4.lyx
1319     slides.lyx
1320 ''')
1321
1322
1323 lib_ui_files = Split('''
1324     classic.ui
1325     default.ui
1326     stdmenus.inc
1327     stdtoolbars.inc
1328 ''')
1329
1330
1331 lib_fonts_files = Split('''
1332     BaKoMaFontLicense.txt
1333     ReadmeBaKoMa4LyX.txt
1334     cmex10.ttf
1335     cmmi10.ttf
1336     cmr10.ttf
1337     cmsy10.ttf
1338     esint10.ttf
1339     eufm10.ttf
1340     msam10.ttf
1341     msbm10.ttf
1342     wasy10.ttf
1343 ''')
1344
1345
1346 lib_images_files = Split('''
1347     all-changes-accept.png
1348     all-changes-reject.png
1349     amssymb.png
1350     banner.png
1351     bookmark-goto.png
1352     bookmark-save.png
1353     box-insert.png
1354     break-line.png
1355     buffer-close.png
1356     buffer-export_dvi.png
1357     buffer-export_latex.png
1358     buffer-export_pdf2.png
1359     buffer-export_ps.png
1360     buffer-export_text.png
1361     buffer-new.png
1362     buffer-reload.png
1363     buffer-update_dvi.png
1364     buffer-update_pdf2.png
1365     buffer-update_ps.png
1366     buffer-view_dvi.png
1367     buffer-view_pdf2.png
1368     buffer-view_ps.png
1369     buffer-write-as.png
1370     buffer-write.png
1371     build-program.png
1372     change-accept.png
1373     change-next.png
1374     change-reject.png
1375     changes-merge.png
1376     changes-output.png
1377     changes-track.png
1378     closetab.png
1379     copy.png
1380     cut.png
1381     demote.png
1382     depth-decrement.png
1383     depth-increment.png
1384     dialog-preferences.png
1385     dialog-show-new-inset_citation.png
1386     dialog-show-new-inset_graphics.png
1387     dialog-show-new-inset_include.png
1388     dialog-show-new-inset_ref.png
1389     dialog-show_character.png
1390     dialog-show_findreplace.png
1391     dialog-show_mathdelimiter.png
1392     dialog-show_mathmatrix.png
1393     dialog-show_print.png
1394     dialog-show_spellchecker.png
1395     dialog-toggle_toc.png
1396     down.png
1397     ert-insert.png
1398     file-open.png
1399     float-insert_figure.png
1400     float-insert_table.png
1401     font-bold.png
1402     font-emph.png
1403     font-free-apply.png
1404     font-noun.png
1405     font-sans.png
1406     footnote-insert.png
1407     href-insert.png
1408     hidetab.png
1409     index-insert.png
1410     label-insert.png
1411     layout-document.png
1412     layout-paragraph.png
1413     layout.png
1414     layout_Description.png
1415     layout_Enumerate.png
1416     layout_Itemize.png
1417     layout_List.png
1418     layout_LyX-Code.png
1419     layout_Scrap.png
1420     layout_Section.png
1421     lyx-quit.png
1422     lyx.png
1423     marginalnote-insert.png
1424     math-display.png
1425     math-macro-add-greedy-optional-param.png
1426     math-macro-add-optional-param.png
1427     math-macro-add-param.png
1428     math-macro-append-greedy-param.png
1429     math-macro-make-nonoptional.png
1430     math-macro-make-optional.png
1431     math-macro-remove-greedy-param.png
1432     math-macro-remove-optional-param.png
1433     math-macro-remove-param.png
1434     math-macro_newmacroname_newcommand.png
1435     math-matrix.png
1436     math-mode.png
1437     math-subscript.png
1438     math-superscript.png
1439     nomencl-insert.png
1440     note-insert.png
1441     note-next.png
1442     paste.png
1443     promote.png
1444     pin.png
1445     psnfss1.png
1446     psnfss2.png
1447     psnfss3.png
1448     psnfss4.png
1449     redo.png
1450     reload.png
1451     standard.png
1452     tabular-feature_align-center.png
1453     tabular-feature_align-left.png
1454     tabular-feature_align-right.png
1455     tabular-feature_append-column.png
1456     tabular-feature_append-row.png
1457     tabular-feature_delete-column.png
1458     tabular-feature_delete-row.png
1459     tabular-feature_multicolumn.png
1460     tabular-feature_set-all-lines.png
1461     tabular-feature_set-longtabular.png
1462     tabular-feature_set-rotate-cell.png
1463     tabular-feature_toggle-rotate-cell.png
1464     tabular-feature_set-rotate-tabular.png
1465     tabular-feature_toggle-rotate-tabular.png
1466     tabular-feature_toggle-line-bottom.png
1467     tabular-feature_toggle-line-left.png
1468     tabular-feature_toggle-line-right.png
1469     tabular-feature_toggle-line-top.png
1470     tabular-feature_unset-all-lines.png
1471     tabular-feature_valign-bottom.png
1472     tabular-feature_valign-middle.png
1473     tabular-feature_valign-top.png
1474     tabular-insert.png
1475     thesaurus-entry.png
1476     toolbar-toggle_math.png
1477     toolbar-toggle_math_panels.png
1478     toolbar-toggle_table.png
1479     undo.png
1480     unknown.png
1481     up.png
1482     url-insert.png
1483 ''')
1484
1485
1486 lib_images_extra_files = Split('''
1487     README
1488     font-smallcaps.png
1489 ''')
1490
1491
1492 lib_images_math_files = Split('''
1493     Bbbk.png
1494     Finv.png
1495     Game.png
1496     Im.png
1497     Lleftarrow.png
1498     Lsh.png
1499     Re.png
1500     Rrightarrow.png
1501     Rsh.png
1502     Vert.png
1503     Vvdash.png
1504     acute.png
1505     aleph.png
1506     alpha.png
1507     amalg.png
1508     angle.png
1509     approx.png
1510     approxeq.png
1511     asymp.png
1512     backepsilon.png
1513     backprime.png
1514     backsim.png
1515     backsimeq.png
1516     backslash.png
1517     bar.png
1518     bars.png
1519     barwedge.png
1520     because.png
1521     beta.png
1522     beth.png
1523     between.png
1524     bigcap.png
1525     bigcirc.png
1526     bigcup.png
1527     bigodot.png
1528     bigoplus.png
1529     bigotimes.png
1530     bigsqcup.png
1531     bigstar.png
1532     bigtriangledown.png
1533     bigtriangleup.png
1534     biguplus.png
1535     bigvee.png
1536     bigwedge.png
1537     blacklozenge.png
1538     blacksquare.png
1539     blacktriangle.png
1540     blacktriangledown.png
1541     blacktriangleleft.png
1542     blacktriangleright.png
1543     bot.png
1544     bowtie.png
1545     boxdot.png
1546     boxminus.png
1547     boxplus.png
1548     boxtimes.png
1549     breve.png
1550     bullet.png
1551     bumpeq.png
1552     bumpeq2.png
1553     cap.png
1554     cap2.png
1555     cases.png
1556     cdot.png
1557     cdots.png
1558     centerdot.png
1559     check.png
1560     chi.png
1561     circ.png
1562     circeq.png
1563     circlearrowleft.png
1564     circlearrowright.png
1565     circledS.png
1566     circledast.png
1567     circledcirc.png
1568     circleddash.png
1569     clubsuit.png
1570     complement.png
1571     cong.png
1572     coprod.png
1573     cup.png
1574     cup2.png
1575     curlyeqprec.png
1576     curlyeqsucc.png
1577     curlyvee.png
1578     curlywedge.png
1579     curvearrowleft.png
1580     curvearrowright.png
1581     dagger.png
1582     daleth.png
1583     dashleftarrow.png
1584     dashrightarrow.png
1585     dashv.png
1586     ddagger.png
1587     ddot.png
1588     ddots.png
1589     delim.png
1590     delta.png
1591     delta2.png
1592     diagdown.png
1593     diagup.png
1594     diamond.png
1595     diamondsuit.png
1596     digamma.png
1597     div.png
1598     divideontimes.png
1599     dot.png
1600     doteq.png
1601     doteqdot.png
1602     dotplus.png
1603     dotsint.png
1604     dotsintop.png
1605     doublebarwedge.png
1606     downarrow.png
1607     downarrow2.png
1608     downdownarrows.png
1609     downharpoonleft.png
1610     downharpoonright.png
1611     ell.png
1612     empty.png
1613     emptyset.png
1614     epsilon.png
1615     eqcirc.png
1616     eqslantgtr.png
1617     eqslantless.png
1618     equation.png
1619     equiv.png
1620     eta.png
1621     eth.png
1622     exists.png
1623     fallingdotseq.png
1624     flat.png
1625     font.png
1626     forall.png
1627     frac-square.png
1628     frac.png
1629     frown.png
1630     functions.png
1631     gamma.png
1632     gamma2.png
1633     geq.png
1634     geqq.png
1635     geqslant.png
1636     gg.png
1637     ggg.png
1638     gimel.png
1639     gnapprox.png
1640     gneq.png
1641     gneqq.png
1642     gnsim.png
1643     grave.png
1644     gtrapprox.png
1645     gtrdot.png
1646     gtreqless.png
1647     gtreqqless.png
1648     gtrless.png
1649     gtrsim.png
1650     gvertneqq.png
1651     hat.png
1652     hbar.png
1653     heartsuit.png
1654     hookleftarrow.png
1655     hookrightarrow.png
1656     hphantom.png
1657     hslash.png
1658     iiiint.png
1659     iiiintop.png
1660     iiint.png
1661     iiintop.png
1662     iint.png
1663     iintop.png
1664     imath.png
1665     in.png
1666     infty.png
1667     int.png
1668     intercal.png
1669     intop.png
1670     iota.png
1671     jmath.png
1672     kappa.png
1673     lambda.png
1674     lambda2.png
1675     langle.png
1676     lbrace.png
1677     lbrace_rbrace.png
1678     lbracket.png
1679     lbracket_rbracket.png
1680     lceil.png
1681     lceil_rceil.png
1682     ldots.png
1683     leftarrow.png
1684     leftarrow2.png
1685     leftarrowtail.png
1686     leftharpoondown.png
1687     leftharpoonup.png
1688     leftleftarrows.png
1689     leftrightarrow.png
1690     leftrightarrow2.png
1691     leftrightarrows.png
1692     leftrightharpoons.png
1693     leftrightsquigarrow.png
1694     leftthreetimes.png
1695     leq.png
1696     leqq.png
1697     leqslant.png
1698     lessapprox.png
1699     lessdot.png
1700     lesseqgtr.png
1701     lesseqqgtr.png
1702     lessgtr.png
1703     lesssim.png
1704     lfloor.png
1705     lfloor_rfloor.png
1706     ll.png
1707     llcorner.png
1708     lll.png
1709     lnapprox.png
1710     lneq.png
1711     lneqq.png
1712     lnsim.png
1713     longleftarrow.png
1714     longleftarrow2.png
1715     longleftrightarrow.png
1716     longleftrightarrow2.png
1717     longmapsto.png
1718     longrightarrow.png
1719     longrightarrow2.png
1720     looparrowleft.png
1721     looparrowright.png
1722     lozenge.png
1723     lparen.png
1724     lparen_rparen.png
1725     lrcorner.png
1726     ltimes.png
1727     lvertneqq.png
1728     mapsto.png
1729     mathbb_C.png
1730     mathbb_H.png
1731     mathbb_N.png
1732     mathbb_Q.png
1733     mathbb_R.png
1734     mathbb_Z.png
1735     mathcal_F.png
1736     mathcal_H.png
1737     mathcal_L.png
1738     mathcal_O.png
1739     mathcircumflex.png
1740     mathrm_T.png
1741     matrix.png
1742     measuredangle.png
1743     mho.png
1744     mid.png
1745     models.png
1746     mp.png
1747     mu.png
1748     multimap.png
1749     nabla.png
1750     natural.png
1751     ncong.png
1752     nearrow.png
1753     neg.png
1754     neq.png
1755     nexists.png
1756     ngeq.png
1757     ngeqq.png
1758     ngeqslant.png
1759     ngtr.png
1760     ni.png
1761     nleftarrow.png
1762     nleftarrow2.png
1763     nleftrightarrow.png
1764     nleftrightarrow2.png
1765     nleq.png
1766     nleqq.png
1767     nleqslant.png
1768     nless.png
1769     nmid.png
1770     notin.png
1771     nparallel.png
1772     nprec.png
1773     npreceq.png
1774     nrightarrow.png
1775     nrightarrow2.png
1776     nshortmid.png
1777     nshortparallel.png
1778     nsim.png
1779     nsubseteq.png
1780     nsucc.png
1781     nsucceq.png
1782     nsupseteq.png
1783     nsupseteqq.png
1784     ntriangleleft.png
1785     ntrianglelefteq.png
1786     ntriangleright.png
1787     ntrianglerighteq.png
1788     nu.png
1789     nvdash.png
1790     nvdash2.png
1791     nvdash3.png
1792     nwarrow.png
1793     odot.png
1794     oiint.png
1795     oiintop.png
1796     oint.png
1797     ointclockwise.png
1798     ointclockwiseop.png
1799     ointctrclockwise.png
1800     ointctrclockwiseop.png
1801     ointop.png
1802     omega.png
1803     omega2.png
1804     ominus.png
1805     oplus.png
1806     oslash.png
1807     otimes.png
1808     overbrace.png
1809     overleftarrow.png
1810     overleftrightarrow.png
1811     overline.png
1812     overrightarrow.png
1813     overset.png
1814     parallel.png
1815     partial.png
1816     perp.png
1817     phantom.png
1818     phi.png
1819     phi2.png
1820     pi.png
1821     pi2.png
1822     pitchfork.png
1823     pm.png
1824     prec.png
1825     precapprox.png
1826     preccurlyeq.png
1827     preceq.png
1828     precnapprox.png
1829     precnsim.png
1830     precsim.png
1831     prime.png
1832     prod.png
1833     propto.png
1834     psi.png
1835     psi2.png
1836     rangle.png
1837     rbrace.png
1838     rbracket.png
1839     rceil.png
1840     rfloor.png
1841     rho.png
1842     rightarrow.png
1843     rightarrow2.png
1844     rightarrowtail.png
1845     rightharpoondown.png
1846     rightharpoonup.png
1847     rightleftarrows.png
1848     rightleftharpoons.png
1849     rightrightarrows.png
1850     rightsquigarrow.png
1851     rightthreetimes.png
1852     risingdotseq.png
1853     root.png
1854     rparen.png
1855     rtimes.png
1856     searrow.png
1857     setminus.png
1858     sharp.png
1859     shortmid.png
1860     shortparallel.png
1861     sigma.png
1862     sigma2.png
1863     sim.png
1864     simeq.png
1865     slash.png
1866     smallfrown.png
1867     smallsetminus.png
1868     smallsmile.png
1869     smile.png
1870     space.png
1871     spadesuit.png
1872     sphericalangle.png
1873     sqcap.png
1874     sqcup.png
1875     sqiint.png
1876     sqiintop.png
1877     sqint.png
1878     sqintop.png
1879     sqrt-square.png
1880     sqrt.png
1881     sqsubset.png
1882     sqsubseteq.png
1883     sqsupset.png
1884     sqsupseteq.png
1885     square.png
1886     star.png
1887     style.png
1888     style.png
1889     sub.png
1890     subset.png
1891     subset2.png
1892     subseteq.png
1893     subseteqq.png
1894     subsetneq.png
1895     subsetneqq.png
1896     succ.png
1897     succapprox.png
1898     succcurlyeq.png
1899     succeq.png
1900     succnapprox.png
1901     succnsim.png
1902     succsim.png
1903     sum.png
1904     super.png
1905     supset.png
1906     supset2.png
1907     supseteq.png
1908     supseteqq.png
1909     supsetneq.png
1910     supsetneqq.png
1911     surd.png
1912     swarrow.png
1913     tau.png
1914     textrm_AA.png
1915     textrm_O.png
1916     therefore.png
1917     theta.png
1918     theta2.png
1919     thickapprox.png
1920     thicksim.png
1921     tilde.png
1922     times.png
1923     top.png
1924     triangle.png
1925     triangledown.png
1926     triangleleft.png
1927     trianglelefteq.png
1928     triangleq.png
1929     triangleright.png
1930     trianglerighteq.png
1931     twoheadleftarrow.png
1932     twoheadrightarrow.png
1933     ulcorner.png
1934     underbrace.png
1935     underleftarrow.png
1936     underleftrightarrow.png
1937     underline.png
1938     underrightarrow.png
1939     underscore.png
1940     underset.png
1941     uparrow.png
1942     uparrow2.png
1943     updownarrow.png
1944     updownarrow2.png
1945     upharpoonleft.png
1946     upharpoonright.png
1947     uplus.png
1948     upsilon.png
1949     upsilon2.png
1950     upuparrows.png
1951     urcorner.png
1952     varepsilon.png
1953     varkappa.png
1954     varnothing.png
1955     varphi.png
1956     varpi.png
1957     varpropto.png
1958     varrho.png
1959     varsigma.png
1960     varsubsetneq.png
1961     varsubsetneqq.png
1962     varsupsetneq.png
1963     varsupsetneqq.png
1964     vartheta.png
1965     vartriangle.png
1966     vartriangleleft.png
1967     vartriangleright.png
1968     vdash.png
1969     vdash2.png
1970     vdash3.png
1971     vdots.png
1972     vec.png
1973     vee.png
1974     veebar.png
1975     vphantom.png
1976     wedge.png
1977     widehat.png
1978     widetilde.png
1979     wp.png
1980     wr.png
1981     xi.png
1982     xi2.png
1983     zeta.png
1984 ''')
1985
1986
1987 lib_images_math_extra_files = Split('''
1988     ams_arrows.png
1989     ams_misc.png
1990     ams_nrel.png
1991     ams_ops.png
1992     ams_rel.png
1993     arrows.png
1994     bop.png
1995     brel.png
1996     deco.png
1997     deco.png
1998     delim.png
1999     delim0.png
2000     delim1.png
2001     dots.png
2002     font.png
2003     functions.png
2004     greek.png
2005     misc.png
2006     varsz.png
2007 ''')
2008
2009
2010 lib_images_commands_files = Split('''
2011 ''')
2012
2013
2014 lib_images_attic_extra_files = Split('''
2015     dialog-show_mathpanel.png
2016 ''')
2017
2018
2019 lib_tex_files = Split('''
2020     broadway.cls
2021     hollywood.cls
2022     lyxchess.sty
2023     lyxskak.sty
2024     revtex.cls
2025 ''')
2026
2027
2028 lib_doc_files = Split('''
2029     Customization.lyx
2030     DocStyle.lyx
2031     DummyDocument1.lyx
2032     DummyDocument2.lyx
2033     DummyTextDocument.txt
2034     EmbeddedObjects.lyx
2035     Extended.lyx
2036     FAQ.lyx
2037     Formula-numbering.lyx
2038     Intro.lyx
2039     LaTeXConfig.lyx
2040     Math.lyx
2041     Reference.lyx
2042     Shortcuts.lyx
2043     Tutorial.lyx
2044     UserGuide.lyx
2045 ''')
2046
2047
2048 lib_doc_biblio_files = Split('''
2049     alphadin.bst
2050     LyXDocs.bib
2051 ''')
2052
2053
2054 lib_doc_clipart_files = Split('''
2055     Abstract.pdf
2056     BoxInsetDefaultQt4.png
2057     ChangesToolbar.png
2058     ChildDocumentQt4.png
2059     CommentNoteImageQt4.png
2060     ERT.png
2061     ExternalMaterialQt4.png
2062     ExtraToolbar.png
2063     FramedNoteImageQt4.png
2064     GreyedOutNoteImageQt4.png
2065     LaTeX.png
2066     LyXNoteImageQt4.png
2067     ShadedNoteImageQt4.png
2068     SpaceMarker.png
2069     StandardToolbar.png
2070     ToolbarEnvBox.png
2071     endnotes.pdf
2072     escher-lsd.eps
2073     floatQt4.png
2074     footnoteQt4.png
2075     labelQt4.png
2076     macrobox.png
2077     macrouse.png
2078     mbox.png
2079     mobius.eps
2080     platypus.eps
2081     referenceQt4.png
2082     ViewToolbar.png
2083     with_fntright.pdf
2084     without_fntright.pdf
2085 ''')
2086
2087
2088 lib_doc_extra_files = Split('''
2089     Makefile.am
2090     Makefile.depend
2091     README.Documentation
2092     depend.py
2093     doc_toc.py
2094 ''')
2095
2096
2097 lib_doc_cs_files = Split('''
2098     Tutorial.lyx
2099 ''')
2100
2101
2102 lib_doc_de_files = Split('''
2103     Customization.lyx
2104     DummyDocument1.lyx
2105     DummyDocument2.lyx
2106     DummyTextDocument.txt
2107     EmbeddedObjects.lyx
2108     Extended.lyx
2109     FAQ.lyx
2110     Formelnummerierung.lyx
2111     Intro.lyx
2112     Math.lyx
2113     Tutorial.lyx
2114     UserGuide.lyx
2115 ''')
2116
2117
2118 lib_doc_de_clipart_files = Split('''
2119     ERT.png
2120     ExternesMaterialQt4.png
2121     FussnoteQt4.png
2122     GerahmteNotizQt4.png
2123     GleitobjektQt4.png
2124     GrauschriftNotizQt4.png
2125     KommentarQt4.png
2126     LyXNotizQt4.png
2127     Marke.png
2128     Querverweis.png
2129     SchattierteNotizQt4.png
2130     StandardBoxQt4.png
2131     UnterdokumentQt4.png
2132 ''')
2133
2134
2135 lib_doc_da_files = Split('''
2136     Intro.lyx
2137 ''')
2138
2139
2140 lib_doc_es_files = Split('''
2141     DocumentoPostizo1.lyx
2142     DocumentoPostizo2.lyx
2143     DocumentoTextoPostizo.txt
2144     EmbeddedObjects.lyx
2145     Extended.lyx
2146     FAQ.lyx
2147     Formula-numbering.lyx
2148     Intro.lyx
2149     Math.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     Formula-numbering.lyx
2192     Intro.lyx
2193     Math.lyx
2194     Tutorial.lyx
2195     UserGuide.lyx
2196 ''')
2197
2198
2199 lib_doc_fr_clipart_files = Split('''
2200     BoxInsetDefaultQt4.png
2201     ChildDocumentQt4.png
2202     CommentNoteImageQt4.png
2203     FramedNoteImageQt4.png
2204     GreyedOutNoteImageQt4.png
2205     LyXNoteImageQt4.png
2206     ShadedNoteImageQt4.png
2207     floatQt4.png
2208     footnoteQt4.png
2209     labelQt4.png
2210 ''')
2211
2212
2213 lib_doc_gl_extra_files = Split('''
2214     Intro.lyx
2215     Tutorial.lyx
2216 ''')
2217
2218
2219 lib_doc_he_files = Split('''
2220     Intro.lyx
2221     Tutorial.lyx
2222 ''')
2223
2224
2225 lib_doc_hu_files = Split('''
2226     Intro.lyx
2227     Tutorial.lyx
2228 ''')
2229
2230
2231 lib_doc_it_files = Split('''
2232     Customization.lyx
2233     Intro.lyx
2234     Tutorial.lyx
2235     UserGuide.lyx
2236 ''')
2237
2238
2239 lib_doc_nb_files = Split('''
2240     Intro.lyx
2241 ''')
2242
2243
2244 lib_doc_nl_files = Split('''
2245     Intro.lyx
2246     Tutorial.lyx
2247 ''')
2248
2249
2250 lib_doc_pl_files = Split('''
2251     Extended.lyx
2252     Intro.lyx
2253     Tutorial.lyx
2254 ''')
2255
2256
2257 lib_doc_pt_files = Split('''
2258     Intro.lyx
2259     Tutorial.lyx
2260 ''')
2261
2262
2263 lib_doc_ro_files = Split('''
2264     Intro.lyx
2265 ''')
2266
2267
2268 lib_doc_ru_files = Split('''
2269     FAQ.lyx
2270     Intro.lyx
2271     Tutorial.lyx
2272 ''')
2273
2274
2275 lib_doc_sl_files = Split('''
2276     Intro.lyx
2277     Tutorial.lyx
2278 ''')
2279
2280
2281 lib_doc_sk_files = Split('''
2282     Tutorial.lyx
2283     UserGuide.lyx
2284 ''')
2285
2286
2287 lib_doc_sv_files = Split('''
2288     Intro.lyx
2289     Tutorial.lyx
2290 ''')
2291
2292
2293 lib_examples_files = Split('''
2294     Braille.lyx
2295     CV-image.eps
2296     CV-image.png
2297     Foils.lyx
2298     ItemizeBullets.lyx
2299     Literate.lyx
2300     Minipage.lyx
2301     aa_sample.lyx
2302     aas_sample.lyx
2303     addressExample.adr
2304     amsart-test.lyx
2305     amsbook-test.lyx
2306     armenian-article.lyx
2307     beamer-g4-mask.jpg
2308     beamer-g4.jpg
2309     beamer-icsi-logo.pdf
2310     beamer-knight1-mask.png
2311     beamer-knight1.png
2312     beamer-knight2-mask.png
2313     beamer-knight2.png
2314     beamer-knight3-mask.png
2315     beamer-knight3.png
2316     beamer-knight4-mask.png
2317     beamer-knight4.png
2318     beamerlyxexample1.lyx
2319     biblioExample.bib
2320     chess-article.lyx
2321     chessgame.lyx
2322     docbook_article.lyx
2323     europeCV.lyx
2324     example_lyxified.lyx
2325     example_raw.lyx
2326     iecc05.fen
2327     iecc07.fen
2328     iecc12.fen
2329     landslide.lyx
2330     linguistics.lyx
2331     listerrors.lyx
2332     listings.lyx
2333     modernCV.lyx
2334     multicol.lyx
2335     noweb2lyx.lyx
2336     powerdot-example.lyx
2337     script_form.lyx
2338     serial_letter1.lyx
2339     serial_letter2.lyx
2340     serial_letter3.lyx
2341     simplecv.lyx
2342     splash.lyx
2343 ''')
2344
2345
2346 lib_examples_ca_files = Split('''
2347     splash.lyx
2348 ''')
2349
2350
2351 lib_examples_cs_files = Split('''
2352     splash.lyx
2353 ''')
2354
2355
2356 lib_examples_da_files = Split('''
2357     splash.lyx
2358 ''')
2359
2360
2361 lib_examples_de_files = Split('''
2362     Dezimal.lyx
2363     ItemizeBullets.lyx
2364     Lebenslauf.lyx
2365     Minipage.lyx
2366     beispiel_gelyxt.lyx
2367     beispiel_roh.lyx
2368     multicol.lyx
2369     serienbrief1.lyx
2370     serienbrief2.lyx
2371     serienbrief3.lyx
2372     splash.lyx
2373 ''')
2374
2375
2376 lib_examples_fa_files = Split('''
2377     splash.lyx
2378 ''')
2379
2380
2381 lib_examples_fr_files = Split('''
2382     AlignementDecimal.lyx
2383     Foils.lyx
2384     ListesPuces.lyx
2385     Minipage.lyx
2386     exemple_brut.lyx
2387     exemple_lyxifie.lyx
2388     multicol.lyx
2389     simplecv.lyx
2390     splash.lyx
2391 ''')
2392
2393
2394 lib_examples_es_files = Split('''
2395     ItemizeBullets.lyx
2396     ejemplo_con_lyx.lyx
2397     ejemplo_sin_lyx.lyx
2398     mathed.lyx
2399     splash.lyx
2400 ''')
2401
2402
2403 lib_examples_eu_files = Split('''
2404     adibide_gordina.lyx
2405     adibide_lyx-atua.lyx
2406     splash.lyx
2407 ''')
2408
2409
2410 lib_examples_gl_extra_files = Split('''
2411     exemplo_bruto.lyx
2412     exemplo_lyxificado.lyx
2413     splash.lyx
2414 ''')
2415
2416
2417 lib_examples_he_files = Split('''
2418     example_lyxified.lyx
2419     example_raw.lyx
2420     splash.lyx
2421 ''')
2422
2423
2424 lib_examples_hu_files = Split('''
2425     example_lyxified.lyx
2426     example_raw.lyx
2427     splash.lyx
2428 ''')
2429
2430
2431 lib_examples_it_files = Split('''
2432     ItemizeBullets.lyx
2433     splash.lyx
2434 ''')
2435
2436
2437 lib_examples_ja_files = Split('''
2438     splash.lyx
2439 ''')
2440
2441
2442 lib_examples_nl_files = Split('''
2443     multicol.lyx
2444     opsommingstekens.lyx
2445     splash.lyx
2446     voorbeeld_ruw.lyx
2447     voorbeeld_verlyxt.lyx
2448 ''')
2449
2450
2451 lib_examples_pl_files = Split('''
2452     splash.lyx
2453 ''')
2454
2455
2456 lib_examples_pt_files = Split('''
2457     splash.lyx
2458 ''')
2459
2460
2461 lib_examples_ro_files = Split('''
2462     splash.lyx
2463 ''')
2464
2465
2466 lib_examples_ru_files = Split('''
2467     splash.lyx
2468 ''')
2469
2470
2471 lib_examples_sl_files = Split('''
2472     primer_lyxan.lyx
2473     primer_surov.lyx
2474     splash.lyx
2475 ''')
2476
2477
2478 lib_lyx2lyx_files = Split('''
2479     LyX.py
2480     generate_encoding_info.py
2481     lyx2lyx
2482     lyx2lyx_lang.py
2483     lyx_0_06.py
2484     lyx_0_08.py
2485     lyx_0_10.py
2486     lyx_0_12.py
2487     lyx_1_0.py
2488     lyx_1_1.py
2489     lyx_1_1_5.py
2490     lyx_1_1_6_0.py
2491     lyx_1_1_6_3.py
2492     lyx_1_2.py
2493     lyx_1_3.py
2494     lyx_1_4.py
2495     lyx_1_5.py
2496     lyx_1_6.py
2497     parser_tools.py
2498     profiling.py
2499     test_parser_tools.py
2500 ''')
2501
2502
2503 lib_lyx2lyx_extra_files = Split('''
2504     Makefile.am
2505     lyx2lyx_version.py.in
2506 ''')
2507
2508
2509 lib_layouts_files = Split('''
2510     IEEEtran.layout
2511     aa.layout
2512     aapaper.layout
2513     aastex.layout
2514     agu-dtd.layout
2515     agums.layout
2516     amsart.layout
2517     amsbook.layout
2518     apa.layout
2519     arab-article.layout
2520     armenian-article.layout
2521     article.layout
2522     beamer.layout
2523     book.layout
2524     broadway.layout
2525     chess.layout
2526     cl2emult.layout
2527     dinbrief.layout
2528     docbook-book.layout
2529     docbook-chapter.layout
2530     docbook-section.layout
2531     docbook.layout
2532     dtk.layout
2533     egs.layout
2534     elsart.layout
2535     entcs.layout
2536     europecv.layout
2537     extarticle.layout
2538     extbook.layout
2539     extletter.layout
2540     extreport.layout
2541     foils.layout
2542     g-brief-de.layout
2543     g-brief-en.layout
2544     g-brief2.layout
2545     heb-article.layout
2546     heb-letter.layout
2547     hollywood.layout
2548     ijmpc.layout
2549     ijmpd.layout
2550     iopart.layout
2551     isprs.layout
2552     jarticle.layout
2553     jbook.layout
2554     jgrga.layout
2555     jreport.layout
2556     jsarticle.layout
2557     jsbook.layout
2558     kluwer.layout
2559     latex8.layout
2560     letter.layout
2561     literate-article.layout
2562     literate-book.layout
2563     literate-report.layout
2564     llncs.layout
2565     ltugboat.layout
2566     manpage.layout
2567     memoir.layout
2568     moderncv.layout
2569     mwart.layout
2570     mwbk.layout
2571     mwrep.layout
2572     paper.layout
2573     powerdot.layout
2574     report.layout
2575     revtex.layout
2576     revtex4.layout
2577     scrartcl.layout
2578     scrbook.layout
2579     scrlettr.layout
2580     scrlttr2.layout
2581     scrreprt.layout
2582     seminar.layout
2583     siamltex.layout
2584     simplecv.layout
2585     slides.layout
2586     spie.layout
2587     svglobal.layout
2588     svjog.layout
2589     svprobth.layout
2590     tarticle.layout
2591     tbook.layout
2592     treport.layout
2593 ''')
2594
2595
2596 lib_layouts_inc_files = Split('''
2597     aapaper.inc
2598     agu_stdclass.inc
2599     agu_stdcounters.inc
2600     agu_stdlists.inc
2601     agu_stdsections.inc
2602     agu_stdtitle.inc
2603     aguplus.inc
2604     amsdefs.inc
2605     db_lyxmacros.inc
2606     db_stdcharstyles.inc
2607     db_stdclass.inc
2608     db_stdcounters.inc
2609     db_stdlayouts.inc
2610     db_stdlists.inc
2611     db_stdsections.inc
2612     db_stdstarsections.inc
2613     db_stdstruct.inc
2614     db_stdtitle.inc
2615     literate-scrap.inc
2616     lyxmacros.inc
2617     numarticle.inc
2618     numreport.inc
2619     numrevtex.inc
2620     scrclass.inc
2621     stdcharstyles.inc
2622     stdclass.inc
2623     stdcounters.inc
2624     stdcustom.inc
2625     stdfloats.inc
2626     stdinsets.inc
2627     stdlayouts.inc
2628     stdletter.inc
2629     stdlists.inc
2630     stdsections.inc
2631     stdstarsections.inc
2632     stdstruct.inc
2633     stdtitle.inc
2634     svjour.inc
2635     theorems.inc
2636     theorems-ams.inc
2637     theorems-order.inc
2638     theorems-proof.inc
2639     theorems-starred.inc
2640     theorems-starred-equivalents.inc
2641 ''')
2642
2643
2644 lib_layouts_module_files = Split('''
2645     braille.module
2646     endnotes.module
2647     foottoend.module
2648     hanging.module
2649     linguistics.module
2650     logicalmkup.module
2651     minimalistic.module
2652     theorems-ams-extended.module
2653     theorems-ams.module
2654     theorems-chap.module
2655     theorems-sec.module
2656     theorems-starred.module
2657     theorems-std.module
2658 ''')
2659
2660 lib_scripts_files = Split('''
2661     TeXFiles.py
2662     clean_dvi.py
2663     convertDefault.py
2664     date.py
2665     ext_copy.py
2666     fen2ascii.py
2667     fig2pdftex.py
2668     fig2pstex.py
2669     fig_copy.py
2670     layout2layout.py
2671     legacy_lyxpreview2ppm.py
2672     listerrors
2673     lyxpreview2bitmap.py
2674     lyxpreview_tools.py
2675     tex_copy.py
2676 ''')
2677
2678
2679 lib_bind_files = Split('''
2680     aqua.bind
2681     broadway.bind
2682     cua.bind
2683     cyrkeys.bind
2684     emacs.bind
2685     greekkeys.bind
2686     hollywood.bind
2687     latinkeys.bind
2688     mac.bind
2689     math.bind
2690     menus.bind
2691     sciword.bind
2692     site.bind
2693     xemacs.bind
2694 ''')
2695
2696
2697 lib_bind_fi_files = Split('''
2698     menus.bind
2699 ''')
2700
2701
2702 lib_bind_sv_files = Split('''
2703     menus.bind
2704 ''')
2705
2706
2707 lib_bind_pt_files = Split('''
2708     menus.bind
2709 ''')
2710
2711
2712 lib_bind_de_files = Split('''
2713     menus.bind
2714 ''')
2715
2716
2717 lib_commands_files = Split('''
2718     default.def
2719 ''')
2720
2721
2722 boost_extra_files = Split('''
2723     LICENSE_1_0.txt
2724     Makefile.am
2725 ''')
2726
2727
2728 boost_libs_extra_files = Split('''
2729     Makefile.am
2730     README
2731 ''')
2732
2733
2734 boost_libs_signals_extra_files = Split('''
2735     Makefile.am
2736     signals.vcproj
2737 ''')
2738
2739
2740 boost_libs_signals_src_files = Split('''
2741     connection.cpp
2742     named_slot_map.cpp
2743     signal_base.cpp
2744     slot.cpp
2745     trackable.cpp
2746 ''')
2747
2748
2749 boost_libs_signals_src_extra_files = Split('''
2750     Makefile.am
2751     pch.h
2752 ''')
2753
2754
2755 boost_libs_regex_extra_files = Split('''
2756     Makefile.am
2757     regex.vcproj
2758 ''')
2759
2760
2761 boost_libs_regex_src_files = Split('''
2762     c_regex_traits.cpp
2763     cpp_regex_traits.cpp
2764     cregex.cpp
2765     fileiter.cpp
2766     instances.cpp
2767     posix_api.cpp
2768     regex.cpp
2769     regex_debug.cpp
2770     regex_raw_buffer.cpp
2771     regex_traits_defaults.cpp
2772     w32_regex_traits.cpp
2773     wide_posix_api.cpp
2774     winstances.cpp
2775 ''')
2776
2777
2778 boost_libs_regex_src_extra_files = Split('''
2779     Makefile.am
2780     pch.h
2781 ''')
2782
2783
2784 boost_libs_filesystem_extra_files = Split('''
2785     Makefile.am
2786     filesystem.vcproj
2787 ''')
2788
2789
2790 boost_libs_filesystem_src_files = Split('''
2791     exception.cpp
2792     operations.cpp
2793     path.cpp
2794     portability.cpp
2795 ''')
2796
2797
2798 boost_libs_filesystem_src_extra_files = Split('''
2799     Makefile.am
2800     pch.h
2801 ''')
2802
2803
2804 development_Win32_packaging_installer = Split('''
2805     license.rtf
2806     lyx.nsi
2807     settings.nsh
2808     settings.user.nsh
2809 ''')
2810
2811
2812 development_Win32_packaging_installer_components = Split('''
2813     configure.nsh
2814     core.nsh
2815     dicts.nsh
2816     external.nsh
2817     langselect.nsh
2818     reinstall.nsh
2819     uninstall.nsh
2820     user.nsh
2821     viewer.nsh
2822 ''')
2823
2824
2825 development_Win32_packaging_installer_dialogs = Split('''
2826     external.ini
2827     langselect.ini
2828     reinstall.ini
2829     user.ini
2830     viewer.ini
2831 ''')
2832
2833
2834 development_Win32_packaging_installer_graphics = Split('''
2835     header.bmp
2836     wizard.bmp
2837 ''')
2838
2839
2840 development_Win32_packaging_installer_include = Split('''
2841     declarations.nsh
2842     detection.nsh
2843     filelists.nsh
2844     gui.nsh
2845     init.nsh
2846     lang.nsh
2847     windows.nsh
2848 ''')
2849
2850
2851 development_Win32_packaging_installer_lang = Split('''
2852     english.nsh
2853     french.nsh
2854     german.nsh
2855     italian.nsh
2856 ''')
2857