php-src/ext/informix/Makefile.in
foobar 381d4c3143 Make this extension compile thread safe on unixes too.
Also changed all those nice spaces to tabs
#
# Zeev, could you make those changes for this extension too?
#
# And yes, I know I shouldn't mix ws fixes to anything else but
# this was easier to do this way.
2001-07-30 10:09:53 +00:00

21 lines
484 B
Makefile

LTLIBRARY_NAME = libinformix.la
LTLIBRARY_SOURCES = ifx.c
LTLIBRARY_SHARED_NAME = informix.la
LTLIBRARY_SHARED_LIBADD = $(INFORMIX_SHARED_LIBADD)
CLEANFILES = ifx.c libphpifx.a
include $(top_srcdir)/build/dynlib.mk
ifx.c: $(srcdir)/ifx.ec
(if test -d $(INFORMIXDIR); then \
THREADLIB=POSIX $(INFORMIXDIR)/bin/esql -e $(IFX_ESQL_FLAGS) $(srcdir)/ifx.ec; \
else \
touch ifx.c; \
fi)
libphpifx.a:
$(LINK) $(IFX_LIBOBJS)
all: libphpifx.a