x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1105 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
HEADERS = krb5.h asn1.h des.h bits.h cache.h config_file.h
|
HEADERS = krb5.h asn1.h des.h md4.h bits.h cache.h config_file.h
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = $(srcdir)
|
VPATH = $(srcdir)
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
DEFS = -DHOST=\"@CANONICAL_HOST@\"
|
||||||
|
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
|
|
||||||
@@ -14,6 +15,9 @@ all:
|
|||||||
done; \
|
done; \
|
||||||
if [ ! -z "$$X" ]; then $(MAKE) $$X; fi
|
if [ ! -z "$$X" ]; then $(MAKE) $$X; fi
|
||||||
|
|
||||||
|
.c.o:
|
||||||
|
$(CC) $(CFLAGS) $(DEFS) -c $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(HEADERS) bits *.o core
|
rm -f $(HEADERS) bits *.o core
|
||||||
|
|
||||||
@@ -32,8 +36,11 @@ asn1.h:
|
|||||||
des.h:
|
des.h:
|
||||||
$(LN_S) $(top_srcdir)/lib/des/des.h .
|
$(LN_S) $(top_srcdir)/lib/des/des.h .
|
||||||
|
|
||||||
|
md4.h:
|
||||||
|
$(LN_S) $(top_srcdir)/lib/des/md4.h .
|
||||||
|
|
||||||
bits.h: bits
|
bits.h: bits
|
||||||
./bits > bits.h
|
./bits bits.h
|
||||||
|
|
||||||
bits: bits.o
|
bits: bits.o
|
||||||
$(CC) -o bits bits.o
|
$(CC) -o bits bits.o
|
||||||
|
Reference in New Issue
Block a user