# This Makefile is automatically generated.  Do NOT edit it here.
######################################################################
# variables set by Configure
######################################################################
CC	= gcc
CFLAGS	= -I/usr/local/src/net/qi/include  -g -I/usr/include/kerberosIV -g
LFLAGS	= 
######################################################################
# other variables
######################################################################
SRCS	= anyof.c fcrypt.c flock.c pmatch.c str.c strbuild.c strerror.c \
	util.c vprintf.c
OBJS	= anyof.o fcrypt.o flock.o pmatch.o str.o strbuild.o strerror.o \
	util.o vprintf.o
OTHERS	= libu.a libqi.a
BINS	= /usr/local/src/net/qi/lib/libu.a

all:$(BINS)
######################################################################
# specific targets
######################################################################
/usr/local/src/net/qi/lib/libu.a:	$(OBJS)
	rm -f $@
	ar crv $@ $(OBJS)
	ranlib $@
######################################################################
# standard targets
######################################################################
rcs:	$(SRCS)
	ci $?
	touch rcs

clean:
	rm -f $(BINS) $(OBJS) $(OTHERS) tags LINT install

depend: 
	perl -i -e 'while(<>){print;if (/^# DO NOT DELETE/) {last;}}' Makefile
	$(CC) -M $(CFLAGS) $(SRCS) >> Makefile

install:$(BINS)

# DO NOT DELETE THIS LINE.

