"Fossies" - the Fresh Open Source Software Archive

Member "mod_rpaf-0.8.4/Makefile" (3 Sep 2014, 419 Bytes) of package /linux/www/apache_httpd_modules/old/mod_rpaf-0.8.4.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile for mod_rpaf.c (gmake)
    2 # $Id: Makefile 16 2007-12-13 03:40:22Z thomas $
    3 APXS=./apxs.sh
    4 
    5 rpaf: mod_rpaf.so
    6 	@echo make done
    7 	@echo type \"make install\" to install mod_rpaf
    8 
    9 mod_rpaf.so: mod_rpaf.c
   10 	$(APXS) -c -n $@ mod_rpaf.c
   11 
   12 mod_rpaf.c:
   13 
   14 install: mod_rpaf.so
   15 	$(APXS) -i -S LIBEXECDIR=$(DESTDIR)$$($(APXS) -q LIBEXECDIR)/ -n mod_rpaf.so mod_rpaf.la
   16 
   17 clean:
   18 	rm -rf *~ *.o *.so *.lo *.la *.slo *.loT .libs/