Changes that are the result of the OMI_CONFIG being removed from configure.in.
[catagits/fcgi2.git] / Makefile.in
1 #
2 #  Makefile for FastCGI development kit
3 #
4 #  $Id: Makefile.in,v 1.4 2001/08/30 22:19:23 robs Exp $
5 #
6
7 SHELL = @SHELL@
8
9 all:
10         (cd libfcgi;  make all)
11         (cd cgi-fcgi; make all)
12         (cd examples; make all)
13
14 install:
15         echo "Sorry, the install target hasn't been written yet"
16
17 clean:
18         rm -f config.cache config.log config.status
19         (cd libfcgi;  make clean)
20         (cd cgi-fcgi; make clean)
21         (cd examples; make clean)