# Generated automatically from Makefile.in by configure. # # Makefile for RWhois client # CC = @CC@ RANLIB = @RANLIB@ INSTALL = ./install-sh -c srcdir = @srcdir@ VPATH = @srcdir@ # 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 # # local libs/includes RWCLIENT_INC = -I$(srcdir)/../lib-src RWCLIENT_LIBS = -L../lib-src -lrwhois LOCAL_INC = -I. -I.. $(RWCLIENT_INC) LIBS = @LIBS@ $(BLIBS) $(RWCLIENT_LIBS) @IPV6LIBS@ # You must fix the directory informtion prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ CFLAGS = @CFLAGS@ $(LOCAL_INC) @IPV6INCLUDES@ @DEFS@ OBJS = ../lib-src/librwhois.a CLIENT_OBJS = rwhois.o all: rwhois rwhois: $(OBJS) $(CLIENT_OBJS) $(CC) -o $@ $(OBJS) $(CLIENT_OBJS) $(LIBS) clean: rm -f *.o *~ rwhois distclean: rm -f *.o *~ rwhois rm -f *~ *.bak config.log config.cache config.status Makefile