# Generated automatically from Makefile.in by configure. ## # Makefile Generated by genmake 1.0, Nov-16-96 # genmake 1.0 by ma_muquit@fccc.edu, RCS ## CC= gcc DEFS= -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MALLOC_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CTYPE_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRCASECMP=1 -DHAVE_MKTIME=1 -DHAVE_STRFTIME=1 -DHAVE_GMTIME=1 AR= ar cq RANLIB= ranlib LIBNAME= libmsock.a INCLUDES= -I. # replace -O with -g in order to debug DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1 CFLAGS= -O $(DEFINES) SRCS = msock.c OBJS = msock.o .c.o: rm -f $@ $(CC) $(CFLAGS) -c $*.c all: $(LIBNAME) $(LIBNAME) : $(OBJS) rm -f $@ $(AR) $@ $(OBJS) $(RANLIB) $@ clean: rm -f $(OBJS) $(LIBNAME) core clean_all: (make clean) (cd examples/htget; make clean) (cd examples/echod; make clean) (cd examples/server_type; make clean)