php-src/ext/Makefile.am

11 lines
290 B
Makefile
Raw Normal View History

## 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)
1999-07-03 18:31:58 +00:00
-@test "`uname -s`" = "Rhapsody" && $(RANLIB) $@