php-src/ext/Makefile.am
1999-07-03 02:36:56 +00:00

10 lines
259 B
Makefile

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