mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
10 lines
235 B
Makefile
10 lines
235 B
Makefile
|
|
LTLIBRARY_NAME = libbcmath.la
|
|
LTLIBRARY_DEPENDENCIES = src/libbcmath.la
|
|
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
|
|
LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD)
|
|
|
|
SUBDIRS = src
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|