# This Makefile is automatically generated.  Do NOT edit it here.
######################################################################
# variables set by Configure
######################################################################
CC	= cc
CFLAGS	= -I/Users/Dorner/NewPh/Include -g
LFLAGS	= 
######################################################################
# other variables
######################################################################
SRCS	= whoi.c
OBJS	= whoi.o
BINS	= whoi

all:$(BINS)
######################################################################
# specific targets
######################################################################
whoi	: $(OBJS) /Users/Dorner/NewPh/Lib/libu.a
	$(CC) $(CFLAGS) -o $@ $(OBJS) /Users/Dorner/NewPh/Lib/libu.a -ll
	chmod 770 $@

######################################################################
# standard targets
######################################################################
install: $(BINS)
	for b in $? ; do \
	  install -c -m 0755 -o nameserv -g  nameserv $$b /NewPh/bin; done
	touch install

rcs:	$(SRCS)
	ci $?
	touch rcs

clean:
	rm -f $(BINS) $(OBJS) libqi.a tags install

depend: 
	perl -i -e 'while(<>){print;if (/^# DO NOT DELETE/) {last;}}' Makefile
	$(CC) -M $(CFLAGS) $(SRCS) >> Makefile
tags:
	cd ..; ctags -u\
	Whoi/whoi.c
	ctags\
	whoi.c
# DO NOT DELETE THIS LINE.
whoi.o : whoi.c /usr/include/stdio.h /usr/include/stddef.h \
  /usr/include/stdarg.h 
