summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/Makefile.am
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-03-14 05:42:27 +0000
committer <>2013-04-03 16:25:08 +0000
commitc4dd7a1a684490673e25aaf4fabec5df138854c4 (patch)
tree4d57c44caae4480efff02b90b9be86f44bf25409 /ext/bcmath/libbcmath/src/Makefile.am
downloadphp2-master.tar.gz
Imported from /home/lorry/working-area/delta_php2/php-5.4.13.tar.bz2.HEADphp-5.4.13master
Diffstat (limited to 'ext/bcmath/libbcmath/src/Makefile.am')
-rw-r--r--ext/bcmath/libbcmath/src/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/ext/bcmath/libbcmath/src/Makefile.am b/ext/bcmath/libbcmath/src/Makefile.am
new file mode 100644
index 0000000..fab37d7
--- /dev/null
+++ b/ext/bcmath/libbcmath/src/Makefile.am
@@ -0,0 +1,22 @@
+# Makefile for bcmath library
+
+lib_LIBRARIES = libbcmath.a
+
+include_HEADERS = bcmath.h
+
+libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
+ init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
+ raise.c raisemod.c recmul.c rmzero.c sqrt.c str2num.c sub.c zero.c \
+ outofmem.c rt.c
+
+INCLUDES = -I$(srcdir) -I..
+
+CFLAGS = @CFLAGS@
+CPPFLAGS = $(INCLUDES) -Wall
+
+MAINTAINERCLEANFILES= Makefile.in $(libbcmath_a_SOURCES) private.h bcmath.h
+
+all: $(bin_LIBRARIES)
+
+clean:
+ rm -f $(OBJS) $(LIB) *~