Initial revision
[yazpp-moved-to-github.git] / unix / Makefile.in
1 # Copyright (C) 1999, Index Data 
2 # All rights reserved.
3 # Sebastian Hammer, Adam Dickmeiss
4 # $Id: Makefile.in,v 1.1 1999-01-28 09:41:07 adam Exp $
5 SHELL=/bin/sh
6 MAKE=make
7
8 .PHONY: all doc clean distclean
9
10 all:
11         cd ../src; $(MAKE)
12
13 doc:
14         cd ../include; doc++ -H -d ../doc *.h
15
16 clean:
17         cd ../src; $(MAKE) clean
18
19 distclean: clean
20         rm -f ../src/Makefile Makefile config.*