changelog for 0.9.1
[posh.git] / Makefile.am
blobbf4cb472415cd2ad35d743a3af1c84ae1d24cfee
1 AUTOMAKE_OPTIONS = foreign
3 bin_PROGRAMS = posh
5 posh_SOURCES = alloc.c c_test.c \
6         eval.c exec.c expr.c history.c io.c jobs.c lex.c \
7         main.c misc.c path.c shf.c syn.c table.c trap.c \
8         tree.c tty.c var.c \
9         src/builtins.c src/compat.c src/times.c \
10         sh.h shf.h table.h tree.h expand.h lex.h proto.h \
11         ksh_dir.h ksh_stat.h ksh_wait.h ksh_limval.h ksh_time.h \
12         c_test.h conf-end.h edit.h tty.h \
13         src/compat.h
15 man_MANS = posh.1
17 common_dep = $(top_srcdir)/configure.ac
19 #posh.1:   $(common_dep) $(srcdir)/posh.xml
20 #       LANG=C xmlto man $(srcdir)/posh.xml
22 EXTRA_DIST = siglist.in siglist.sh posh.xml $(man_MANS)
23 BUILT_SOURCES = siglist.out
24 DISTCLEANFILES = siglist.out
26 siglist.out: config.h sh.h siglist.in siglist.sh
27         $(srcdir)/siglist.sh "$(CPP) $(CPPFLAGS) $(DEFS) -I. -I$(srcdir)" < $(srcdir)/siglist.in > tmpsiglist.out
28         mv tmpsiglist.out siglist.out
30 SUBDIRS = . src tests