]> granicus.if.org Git - php/commitdiff
Makefile source, has a fix for compiling C++ files.
authorJan Borsodi <amos@php.net>
Wed, 15 Nov 2000 18:54:05 +0000 (18:54 +0000)
committerJan Borsodi <amos@php.net>
Wed, 15 Nov 2000 18:54:05 +0000 (18:54 +0000)
ext/qtdom/Makefile.in [new file with mode: 0644]

diff --git a/ext/qtdom/Makefile.in b/ext/qtdom/Makefile.in
new file mode 100644 (file)
index 0000000..1bbab4a
--- /dev/null
@@ -0,0 +1,10 @@
+# $Id$
+
+LTLIBRARY_NAME        = libqtdom.la
+LTLIBRARY_SOURCES     = qtdom.c
+LTLIBRARY_SOURCES_CPP = qtdom_qt.cpp
+LTLIBRARY_SHARED_NAME = qtdom.la
+LTLIBRARY_SHARED_LIBADD  = $(QTDOM_SHARED_LIBADD)
+LTLIBRARY_OBJECTS_X = $(LTLIBRARY_SOURCES_CPP:.cpp=.lo)
+
+include $(top_srcdir)/build/dynlib.mk