Changeset 3534
- Timestamp:
- 2008-04-01 14:24:37 (8 months ago)
- Files:
-
- mod_annodex-ap20/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mod_annodex-ap20/trunk/Makefile
r782 r3534 1 1 ## 2 ## Makefile -- Build procedure for sample annodex Apache module3 ## Autogenerated via ``apxs -n annodex -g''.2 ## Makefile -- Build procedure for Annodex Apache module 3 ## Originally autogenerated via ``apxs -n annodex -g''. 4 4 ## 5 5 6 6 builddir=. 7 8 ## Default paths 7 9 top_srcdir=/usr/share/apache2 8 10 top_builddir=/usr/share/apache2 9 11 include /usr/share/apache2/build/special.mk 12 LIBTOOL=/usr/bin/libtool 13 SH_LIBTOOL=/usr/bin/libtool 10 14 11 # the used tools 15 ## OS X/Fink: comment out default paths above, and uncomment these 16 #top_srcdir=/usr/share/httpd 17 #top_builddir=/usr/share/httpd 18 #include /usr/share/httpd/build/special.mk 19 #LIBTOOL=/sw/bin/glibtool 20 #SH_LIBTOOL=/sw/bin/glibtool 21 22 # Tools 12 23 APXS=apxs2 13 24 APACHECTL=apache2ctl 14 LIBTOOL=/usr/bin/libtool15 SH_LIBTOOL=/usr/bin/libtool16 25 17 26 # additional defines, includes and libraries