SUBDIRS = EXTRA_DIST = src bootstrap config.h BSDmakefile CYGWINmakefile Development README-RO README-INSTALL-RO README-INSTALL MANPAGE MANPAGE-RO HANDBOOK HANDBOOK-RO bin_PROGRAMS = rounmunch rospell rotaghelp rovimtranslate robcpp rokloc rohtml pkgdata_DATA = dictfiles.h dictionary.ro dictionary.en dictionary.fixed ctype.info largefile.info libm.info \ locale.info misc.info signal.info string.info wchar.info time.info stdlib1.info stdlib2.info stdio1.info stdio2.info \ stdio3.info latexhelp1.info latexhelp2.info latexhelp3.info libc.tags latexhelp.tags usenix.sty usenix.tex \ posixh1.info posixh2.info posixh3.info posixh4.info posixh5.info posixh6.info posixh7.info \ posixh8.info posixh9.info posixh10.info posixh11.info posixh.tags authors.html CLEANFILES = $(pkgdata_DATA) outwords rospell.1 BUILT_SOURCES = $(pkgdata_DATA) man_MANS = rospell.1 rospell.1: rospell cp ./src/man/rospell.lx rospell.1; echo "man file ready" dictfiles.h: Makefile echo '#define DF1 "$(datadir)/rospell/dictionary.ro"' >$@ echo '#define DF2 "$(datadir)/rospell/dictionary.fixed"' >>$@ echo '#define DF3 "$(datadir)/rospell/dictionary.en"' >>$@ echo '#define DF4 "$(datadir)/rospell/libc.tags"' >>$@ echo '#define DF5 "$(datadir)/rospell/latexhelp.tags"' >>$@ echo '#define DF6 "$(datadir)/rospell/usenix.sty"' >>$@ echo '#define DF7 "$(datadir)/rospell/usenix.tex"' >>$@ echo '#define DF8 "$(datadir)/rospell/posixh.tags"' >>$@ echo '#define DF9 "$(datadir)/rospell/authors.html"' >>$@ dictionary.ro: rospell rounmunch rm -f dictionary.ro; ./rounmunch ./src/dictwords/ro_RO.dic ./src/dictwords/ro_RO.aff > outwords; ./rospell -m outwords ./src/dictwords/*.list; rm -f dictionary.user dictionary.en: rospell rounmunch rm -f dictionary.en; ./rounmunch ./src/dictwords/en_US.dic ./src/dictwords/en_US.aff > outwords; ./rospell -e outwords; rm -f dictionary.user dictionary.fixed: rospell ./rospell -f ./src/dictwords/dictionary.fixed usenix.sty: src/help/latex/usenix.sty cp src/help/latex/usenix.sty usenix.sty usenix.tex: src/help/latex/usenix.tex cp src/help/latex/usenix.tex usenix.tex ctype.info: src/help/libc/ctype.info cp src/help/libc/ctype.info ctype.info largefile.info: src/help/libc/largefile.info cp src/help/libc/largefile.info largefile.info libm.info: src/help/libc/libm.info cp src/help/libc/libm.info libm.info locale.info: src/help/libc/locale.info cp src/help/libc/locale.info locale.info misc.info: src/help/libc/misc.info cp src/help/libc/misc.info misc.info signal.info: src/help/libc/signal.info cp src/help/libc/signal.info signal.info string.info: src/help/libc/string.info cp src/help/libc/string.info string.info wchar.info: src/help/libc/wchar.info cp src/help/libc/wchar.info wchar.info time.info: src/help/libc/time.info cp src/help/libc/time.info time.info stdlib1.info: src/help/libc/stdlib1.info cp src/help/libc/stdlib1.info stdlib1.info stdlib2.info: src/help/libc/stdlib2.info cp src/help/libc/stdlib2.info stdlib2.info stdio1.info: src/help/libc/stdio1.info cp src/help/libc/stdio1.info stdio1.info stdio2.info: src/help/libc/stdio2.info cp src/help/libc/stdio2.info stdio2.info stdio3.info: src/help/libc/stdio3.info cp src/help/libc/stdio3.info stdio3.info libc.tags: rotaghelp ctype.info largefile.info libm.info locale.info misc.info signal.info string.info wchar.info time.info stdlib1.info stdlib2.info stdio1.info stdio2.info stdio3.info ./rotaghelp ctype.info $(datadir)/rospell/ctype.info ctype.h > libc.tags ./rotaghelp largefile.info $(datadir)/rospell/largefile.info large_file_support >> libc.tags ./rotaghelp libm.info $(datadir)/rospell/libm.info math.h >> libc.tags ./rotaghelp locale.info $(datadir)/rospell/locale.info locale.h >> libc.tags ./rotaghelp misc.info $(datadir)/rospell/misc.info misc >> libc.tags ./rotaghelp signal.info $(datadir)/rospell/signal.info signal.h >> libc.tags ./rotaghelp string.info $(datadir)/rospell/string.info string.h >> libc.tags ./rotaghelp wchar.info $(datadir)/rospell/wchar.info wchar.h >> libc.tags ./rotaghelp time.info $(datadir)/rospell/time.info time.h >> libc.tags ./rotaghelp stdlib1.info $(datadir)/rospell/stdlib1.info stdlib.h >> libc.tags ./rotaghelp stdlib2.info $(datadir)/rospell/stdlib2.info stdlib.h >> libc.tags ./rotaghelp stdio1.info $(datadir)/rospell/stdio1.info stdio.h >> libc.tags ./rotaghelp stdio2.info $(datadir)/rospell/stdio2.info stdio.h >> libc.tags ./rotaghelp stdio3.info $(datadir)/rospell/stdio3.info stdio.h >> libc.tags latexhelp1.info: rovimtranslate src/help/latex/latexhelp1.txt ./rovimtranslate src/help/latex/latexhelp1.txt > latexhelp1.info latexhelp2.info: rovimtranslate src/help/latex/latexhelp2.txt ./rovimtranslate src/help/latex/latexhelp2.txt > latexhelp2.info latexhelp3.info: rovimtranslate src/help/latex/latexhelp3.txt ./rovimtranslate src/help/latex/latexhelp3.txt > latexhelp3.info latexhelp.tags: rotaghelp rovimtranslate latexhelp1.info latexhelp2.info latexhelp3.info ./rotaghelp latexhelp1.info $(datadir)/rospell/latexhelp1.info latexhelp > latexhelp.tags ./rotaghelp latexhelp2.info $(datadir)/rospell/latexhelp2.info latexhelp >> latexhelp.tags ./rotaghelp latexhelp3.info $(datadir)/rospell/latexhelp3.info latexhelp >> latexhelp.tags posixh1.info: src/help/posixh/posixh1.info cp src/help/posixh/posixh1.info posixh1.info posixh2.info: src/help/posixh/posixh2.info cp src/help/posixh/posixh2.info posixh2.info posixh3.info: src/help/posixh/posixh3.info cp src/help/posixh/posixh3.info posixh3.info posixh4.info: src/help/posixh/posixh4.info cp src/help/posixh/posixh4.info posixh4.info posixh5.info: src/help/posixh/posixh5.info cp src/help/posixh/posixh5.info posixh5.info posixh6.info: src/help/posixh/posixh6.info cp src/help/posixh/posixh6.info posixh6.info posixh7.info: src/help/posixh/posixh7.info cp src/help/posixh/posixh7.info posixh7.info posixh8.info: src/help/posixh/posixh8.info cp src/help/posixh/posixh8.info posixh8.info posixh9.info: src/help/posixh/posixh9.info cp src/help/posixh/posixh9.info posixh9.info posixh10.info: src/help/posixh/posixh10.info cp src/help/posixh/posixh10.info posixh10.info posixh11.info: src/help/posixh/posixh11.info cp src/help/posixh/posixh11.info posixh11.info posixh.tags: posixh1.info posixh2.info posixh3.info posixh4.info posixh5.info posixh6.info posixh7.info posixh8.info posixh9.info posixh10.info posixh11.info ./rotaghelp posixh1.info $(datadir)/rospell/posixh1.info posix_headers > posixh.tags ./rotaghelp posixh2.info $(datadir)/rospell/posixh2.info posix_headers >> posixh.tags ./rotaghelp posixh3.info $(datadir)/rospell/posixh3.info posix_headers >> posixh.tags ./rotaghelp posixh4.info $(datadir)/rospell/posixh4.info posix_headers >> posixh.tags ./rotaghelp posixh5.info $(datadir)/rospell/posixh5.info posix_headers >> posixh.tags ./rotaghelp posixh6.info $(datadir)/rospell/posixh6.info posix_headers >> posixh.tags ./rotaghelp posixh7.info $(datadir)/rospell/posixh7.info posix_headers >> posixh.tags ./rotaghelp posixh8.info $(datadir)/rospell/posixh8.info posix_headers >> posixh.tags ./rotaghelp posixh9.info $(datadir)/rospell/posixh9.info posix_headers >> posixh.tags ./rotaghelp posixh10.info $(datadir)/rospell/posixh10.info posix_headers >> posixh.tags ./rotaghelp posixh11.info $(datadir)/rospell/posixh11.info posix_headers >> posixh.tags authors.html: rohtml echo "" > authors.html ./rohtml AUTHORS >> authors.html echo "" >> authors.html rounmunch_SOURCES = ./src/tools/unmunch.c ronmunch_CXXFLAGS = rounmunch_LDFLAGS = rotaghelp_SOURCES = ./src/tools/taghelp.c rotaghelp_CXXFLAGS = rotaghelp_LDFLAGS = rovimtranslate_SOURCES = ./src/tools/vimtranslate.c rovimtranslate_CXXFLAGS = rovimtranslate_LDFLAGS = robcpp_SOURCES = \ ./src/bcpp/anyobj.cpp \ ./src/bcpp/backup.cpp \ ./src/bcpp/baseq.cpp \ ./src/bcpp/bcpp.cpp \ ./src/bcpp/cmdline.cpp \ ./src/bcpp/config.cpp \ ./src/bcpp/debug.cpp \ ./src/bcpp/execsql.cpp \ ./src/bcpp/hanging.cpp \ ./src/bcpp/html.cpp \ ./src/bcpp/stacklis.cpp \ ./src/bcpp/strings.cpp \ ./src/bcpp/tabs.cpp \ ./src/bcpp/verbose.cpp robcpp_CXXFLAGS = robcpp_LDFLAGS = rokloc_SOURCES = \ ./src/kloc/GetOpt.cpp \ ./src/kloc/kloc.cpp rokloc_CXXFLAGS = rokloc_LDFLAGS = rohtml_SOURCES = \ ./src/rohtml/main.cpp rohtml_CXXFLAGS = rohtml_LDFLAGS = rospell_SOURCES = \ ./src/rospell/progressbar.cpp \ ./src/rospell/main.cpp \ ./src/rospell/fformat.cpp \ ./src/rospell/spell.cpp \ ./src/rospell/qwerty.cpp \ ./src/rospell/qedit.cpp \ ./src/rospell/qoptions.cpp \ ./src/rospell/qsearch.cpp \ ./src/rospell/qspell.cpp \ ./src/rospell/qtools.cpp \ ./src/rospell/qhelp.cpp \ ./src/rospell/syntax.cpp \ ./src/rospell/latex.cpp \ ./src/rospell/dialogs.cpp \ ./src/rospell/bufmgr.cpp \ ./src/rospell/colordialog.cpp \ ./src/rospell/diffdialog.cpp \ ./src/rospell/briefedit.cpp \ ./src/rospell/ctags.cpp \ ./src/rospell/global.cpp \ ./src/rospell/aliasdialog.cpp \ ./src/rospell/wwwdialog.cpp \ ./src/rospell/ctagsdialog.cpp \ ./src/rospell/makedialog.cpp \ ./src/rospell/libxdiff.cpp \ ./src/rospell/toc.cpp \ ./src/rospell/qtutils.cpp \ ./src/rospell/filevisitor.cpp \ ./src/rospell/beautydialog.cpp \ ./src/rospell/moc_colordialog.cpp \ ./src/rospell/moc_dialogs.cpp \ ./src/rospell/moc_diffdialog.cpp \ ./src/rospell/moc_wwwdialog.cpp \ ./src/rospell/moc_qwerty.cpp \ ./src/rospell/moc_briefedit.cpp \ ./src/rospell/moc_aliasdialog.cpp \ ./src/rospell/moc_progressbar.cpp rospell_CXXFLAGS = -DNO_DEBUG -DQT_NO_DEBUG -DUSING_QT3 -DQT_THREAD_SUPPORT rospell_LDFLAGS = #CFLAGS = #CXXFLAGS =