php-src/ext/informix/Makefile.am
Stig Bakken 2c0ad3ee25 last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compiling in your favourite extensions and let me know how it
works.
1999-04-22 02:48:28 +00:00

16 lines
284 B
Makefile

# $Id$
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LIBRARIES=libphpext_informix.a
libphpext_informix_a_SOURCES=ifx.c
ifx.c: ifx.ec
(if test -d @INFORMIXDIR@; then \
esql -e @IFX_ESQL_FLAGS@ ifx.ec; \
else \
touch ifx.c; \
fi)
clean:
-rm -f ifx.c