#
#  SecuDE Release 4.1 (GMD)
#
#
#    Copyright (C) 1991, GMD Darmstadt
#
#                         NOTICE
#
#    Acquisition, use, and distribution of this module 
#    and related materials are subject to restrictions 
#    mentioned in each volume of the documentation.
#

OBJS    =	\
aux_can.o    aux_ed.o    aux_dname.o  aux_imp.o	aux_free.o      aux_ostr.o \
aux_conv.o	aux_fprint.o    aux_file.o      aux_util.o    aux_xdmp.o \
aux_time.o aux_alias.o aux_advise.o aux_PKCS.o aux_malloc.o

DALIAS	= -DALIASDIR=\"${AFDBFILE}\"
DAFDB =

all: $(LIBSECUDE)

aux_alias.o:	aux_alias.c
	$(CC) aux_alias.c -c $(CFLAGS) $(DALIAS)

aux_time.o:	aux_time.c
	$(CC) aux_time.c -c $(CFLAGS) $(DSYSTEM)

