1 # Copyright (C) 1994, Index Data I/S
3 # Sebastian Hammer, Adam Dickmeiss
4 # $Id: Makefile,v 1.10 1995-12-11 09:15:21 adam Exp $
12 INCLUDE=-I../include $(YAZINC)
13 #CFLAGS=-g -Wall -pedantic -ansi
17 PO=rset.o rstemp.o rsisam.o rsnull.o rsbool.o rssbool.o rsrel.o
28 $(CC) -c $(DEFS) $(CFLAGS) $<
31 rm -f *.[oa] core mon.out gmon.out errlist
36 sed '/^#Depend/q' <Makefile >Makefile.tmp
37 $(CPP) $(DEFS) -M *.c >>Makefile.tmp
38 mv -f Makefile.tmp Makefile
41 $(CPP) $(DEFS) -M *.c >.depend
43 ifeq (.depend,$(wildcard .depend))
47 #Depend --- DOT NOT DELETE THIS LINE