1 AUTOMAKE_OPTIONS = foreign
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 \
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 \
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