"Fossies" - the Fresh Open Source Software Archive

Member "mod_fastcgi-2.4.7-0910052141/modules.mk" (10 Apr 2012, 307 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 source page into HTML format using (guessed) Make source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 #
    2 # this is used/needed by the APACHE2 build system
    3 #
    4 
    5 MOD_FASTCGI = mod_fastcgi fcgi_pm fcgi_util fcgi_protocol fcgi_buf fcgi_config
    6 
    7 mod_fastcgi.la: ${MOD_FASTCGI:=.slo}
    8     $(SH_LINK) -rpath $(libexecdir) -module -avoid-version ${MOD_FASTCGI:=.lo}
    9 
   10 DISTCLEAN_TARGETS = modules.mk
   11 
   12 shared =  mod_fastcgi.la
   13