mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
12 lines
313 B
Makefile
12 lines
313 B
Makefile
|
|
LTLIBRARY_NAME = libbcmath.la
|
|
LTLIBRARY_SOURCES = bcmath.c number.c
|
|
LTLIBRARY_SHARED_NAME = bcmath.la
|
|
LTLIBRARY_DEPENDENCIES = libbcmath/libbcmath.la
|
|
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
|
|
LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD)
|
|
|
|
SUBDIRS = libbcmath
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|