"Fossies" - the Fresh Open Source Software Archive

Member "mod_fastcgi-2.4.7-0910052141/Makefile.AP2" (10 Apr 2012, 361 Bytes) of package /linux/www/apache_httpd_modules/old/mod_fastcgi-2.4.7-0910052141.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 #
    2 #  Makefile for Apache2
    3 #
    4 
    5 builddir     = .
    6 
    7 top_dir      = /usr/local/apache2
    8 
    9 top_srcdir   = ${top_dir}
   10 top_builddir = ${top_dir}
   11 
   12 include ${top_builddir}/build/special.mk
   13 
   14 APXS      = apxs
   15 APACHECTL = apachectl
   16 
   17 #DEFS=-Dmy_define=my_value
   18 #INCLUDES=-Imy/include/dir
   19 #LIBS=-Lmy/lib/dir -lmylib
   20 
   21 all: local-shared-build
   22 
   23 clean:
   24 	-rm -f *.o *.lo *.slo *.la 
   25