mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
10 lines
261 B
Makefile
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) $@
|