mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
9d9d39a0de
If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
11 lines
276 B
Makefile
11 lines
276 B
Makefile
|
|
$(builddir)/ifx.c: $(srcdir)/ifx.ec $(builddir)/libphpifx.a
|
|
(if test -d $(INFORMIXDIR); then \
|
|
THREADLIB=POSIX $(INFORMIXDIR)/bin/esql -e $(IFX_ESQL_FLAGS) $(srcdir)/ifx.ec; mv ifx.c $@; \
|
|
else \
|
|
touch $@; \
|
|
fi)
|
|
|
|
$(builddir)/libphpifx.a:
|
|
$(LINK) $(IFX_LIBOBJS)
|