Cross Reference: makefile.patch
xref
: /
solaris-userland-s11u3
/
components
/
apache2-modules
/
mod_proxy_html
/
patches
/
makefile.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
makefile.patch revision 278
278
N/A
---
/dev/null
2011-05-10 16:41:00.000000000 -0700
278
N/A
+++
mod_proxy_html/Makefile
2011-05-10 16:39:23.932152964 -0700
278
N/A
@@ -0,0 +1,15 @@
278
N/A
+APXS=apxs
278
N/A
+
278
N/A
+INCLUDES="-I
/usr/include/libxml2
-I."
278
N/A
+
278
N/A
+all: .libs/
mod_proxy_html.so
.libs/
mod_xml2enc.so
278
N/A
+
278
N/A
+.libs/
mod_proxy_html.so
:
mod_proxy_html.c
278
N/A
+ $(APXS) -c -o
mod_proxy_html.so
$(INCLUDES)
mod_proxy_html.c
278
N/A
+
278
N/A
+.libs/
mod_xml2enc.so
:
mod_xml2enc.c
278
N/A
+ $(APXS) -c -o
mod_xml2enc.so
$(INCLUDES)
mod_xml2enc.c
278
N/A
+
278
N/A
+clean:
278
N/A
+ -rm -f *.o *.so *.lo *.la *.slo
278
N/A
+ -rm -rf .libs