X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=kernel%2FMakefile;h=adcfb098ce587e6e70c6af4e4d549e201eb802d5;hb=4fc919060b269ed951045e3dd6fce2721f17b930;hp=a7a02b8470ebe51f9d4b62a0e5d1eadf2192186f;hpb=a9684752c5a4988a2cce42ef8ad080302b9d54a3;p=egate.git diff --git a/kernel/Makefile b/kernel/Makefile index a7a02b8..adcfb09 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -2,7 +2,21 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.5 1995/02/21 12:11:59 adam +# Revision 1.10 1995/03/01 14:32:24 adam +# Better diagnostics. Default is, that only one database selected when +# several are known. +# +# Revision 1.9 1995/02/23 08:32:14 adam +# Changed header. +# +# Revision 1.7 1995/02/22 08:51:34 adam +# Output function can be customized in fml, which is used to print +# the reply to reply_fd. +# +# Revision 1.6 1995/02/21 14:00:08 adam +# Minor changes. +# +# Revision 1.5 1995/02/21 12:11:59 adam # Diagnostic record with error info. observed. # # Revision 1.4 1995/02/20 21:16:16 adam @@ -31,15 +45,15 @@ INCLUDE=-I../include CFLAGS=-g -Wall TPROG1=kernel O=main.o urp.o -CPP=cc -E +CPP=$(CC) -E USELIBS1=../lib/ccl.a ../lib/fml.a ../lib/libzass.a ../lib/libres+log.a \ -../lib/util.a $(ZLIB) +../lib/util.a $(ZLIB) $(REGEXOBJ) DEFS=$(INCLUDE) -DUSE_FML=1 all: $(TPROG1) $(TPROG1): $(O) $(USELIBS1) - $(CC) $(CFLAGS) -o $(TPROG1) $(O) $(USELIBS1) + $(CC) $(CFLAGS) -o $(TPROG1) $(O) $(USELIBS1) $(NETLIB) .c.o: $(CC) -c $(DEFS) $(CFLAGS) $<