Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/profile1/test/larbin-2.6.2/adns/
Upload File :
Current File : /var/www/html/mmishra/profile1/test/larbin-2.6.2/adns/Makefile

BASEDIR=../src
include ../src/larbin.make

TARGETS=libadns.a

LIBOBJS=types.o event.o query.o reply.o general.o setup.o transmit.o \
		parse.o poll.o check.o

all: libadns.a

libadns.a: $(LIBOBJS)
		rm -f $@
		$(AR) cq $@ $(LIBOBJS)

clean:
	rm -f $(LIBOBJS) libadns.a *~ config.status

distclean: clean
	rm -f config.h .depend

$(LIBOBJS):	adns.h internal.h config.h