# Generated automatically from Makefile.in by configure.
prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
mandir = ${prefix}/man
srcdir = .

CC = gcc.exe
AR = ar
RANLIB = :
CCOPT = 
DEFS = -DHAVE_CONFIG_H -DNCRACK_VERSION=\"$(NCRACK_VERSION)\" -DHAVE_CONFIG_H=1
CFLAGS =  -I/usr/local/include -Wall  -g $(CCOPT) $(GLIB_CFLAGS) $(DEFS) $(INCLS)
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
STATIC = 
LDFLAGS =  -L/usr/local/lib $(STATIC)
LIBS =   
SHTOOL = ./shtool
INSTALL = $(SHTOOL) install 
MAKEDEPEND = @MAKEDEPEND@

TARGET = libnbase.a

OBJS =  snprintf.o nbase_time.o inet_ntop.o inet_pton.o inet_aton.o getopt.o getopt1.o strcasecmp.o nbase_str.o nbase_misc.o

all: $(TARGET) 

$(TARGET): $(DEPS) $(OBJS)
	@echo Compiling libnbase
	rm -f $@
	$(AR) cr $@ $(OBJS)
	$(RANLIB) $@

clean:
	rm -f $(OBJS) $(TARGET) config.cache config.log config.status

depend:
	$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)

.cc.o:
	$(CC) -c $(CFLAGS) $*.cc

# DO NOT DELETE -- Needed by makedepend







