"Fossies" - the Fresh Open Source Software Archive

Member "mod_sendmail-1.1.0/Makefile.am" (17 Apr 2014, 362 Bytes) of package /linux/www/apache_httpd_modules/mod_sendmail-1.1.0.tar.bz2:


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 
    3 EXTRA_DIST = mod_sendmail.c mod_sendmail.spec
    4 dist_doc_DATA = README COPYING
    5 
    6 all-local:
    7 	$(APXS) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/mod_sendmail.c
    8 
    9 install-exec-local: 
   10 	mkdir -p $(DESTDIR)`$(APXS) -q LIBEXECDIR`
   11 	$(APXS) -S LIBEXECDIR=$(DESTDIR)`$(APXS) -q LIBEXECDIR` -c -i $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/mod_sendmail.c