php-src/ext/Makefile.am
Sascha Schumann 9fbbc53008 ignore this
1999-07-03 18:31:58 +00:00

10 lines
261 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) $@