php-src/ext/Makefile.am
1999-08-23 23:02:09 +00:00

11 lines
299 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = @EXT_SUBDIRS@
EXT_STATIC = @EXT_STATIC@
noinst_LIBRARIES=libphpext.a
libphpext.a: @EXT_LIBS@
top_srcdir=$(top_srcdir) $(top_builddir)/scripts/mkextlib $@ $(EXT_STATIC)
@test "`uname -s`" = "Rhapsody" && $(RANLIB) $@ || exit 0