# Generated automatically from Makefile.in by configure. # # Makefile for RWhois client # CC = @CC@ RANLIB = @RANLIB@ INSTALL = ./install-sh -c srcdir = @srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ # Uncomment the BLIBS line if you are using the resolver library from the 4.9.3 # release of BIND and have the 44bsd compatibility library #BLIBS= -l44bsd # LIBS = @LIBS@ $(BLIBS) LOCAL_INC = -I$(srcdir) -I.. CFLAGS = @CFLAGS@ $(LOCAL_INC) @IPV6INCLUDES@ @DEFS@ LIBOBJS = \ comm.o \ directives.o \ dl_list.o \ errors.o \ query.o \ referral.o \ response.o \ rwhois_internal.o \ strutils.o \ utils.o \ whoisquery.o \ xmem.o all: librwhois.a librwhois.a: $(LIBOBJS) $(AR) cru $@ $(LIBOBJS) $(RANLIB) $@ clean: rm -f *.o *~ librwhois.a distclean: rm -f *.o *~ librwhois.a rm -rf *~ *.bak config.log config.cache config.status Makefile