## # Makefile automatically generated by genmake 1.0, Nov-12-98 # genmake 1.0 by ma_muquit@fccc.edu, RCS ## CC= @CC@ DEFS= @DEFS@ PROGNAME= sll_append INCLUDES= -I../.. LIBS= -L../../ -lsll # replace -O with -g in order to debug DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1 CFLAGS= -O $(DEFINES) SRCS = append.c OBJS = append.o .c.o: rm -f $@ $(CC) $(CFLAGS) -c $*.c all: $(PROGNAME) $(PROGNAME) : $(OBJS) $(CC) $(CFLAGS) -o $(PROGNAME) $(OBJS) $(LIBS) clean: rm -f $(OBJS) $(PROGNAME) core