makes more sense the other way :)
[yasql.git] / Makefile
blob6095587e7dc08f9e7862663f5ad96b95c7eb49be
1 # Generated automatically from Makefile.in by configure.
2 INSTALL ?= /usr/bin/install -c
3 SHELL ?= /bin/sh
4 PERL ?= /usr/bin/perl
5 prefix ?= /home/danielt/unix
6 exec_prefix = ${prefix}
7 bindir = ${exec_prefix}/bin
8 mandir = ${prefix}/man
9 sysconfdir = ${prefix}/etc
11 yasql yasql.1 : YASQL-VERSION-FILE
12 ${PERL} ./config.pl ${PERL} ${bindir} ${mandir} \
13 ${sysconfdir} "${YASQL_VERSION}"
15 YASQL-VERSION-FILE:
16 ${SHELL} ./YASQL-VERSION-GEN
17 -include YASQL-VERSION-FILE
19 default: yasql yasql.1
21 install : default
22 ${PERL} ./install.pl "${INSTALL}" ${bindir} ${mandir} ${sysconfdir}
24 check : default
25 ./yasql --help > /dev/null
27 clean :
28 /bin/rm -f yasql yasql.1 YASQL-VERSION-FILE