# Makefile created by mkmf.mom3 $Id: mkmf,v 1.3 2005/05/12 21:41:04 gtn Exp $ .DEFAULT: -touch $@ all: a.out SRC = OBJ = clean: neat -rm -f .cppdefs $(OBJ) a.out neat: -rm -f $(TMPFILES) TAGS: $(SRC) etags $(SRC) tags: $(SRC) ctags $(SRC) a.out: $(OBJ) $(LD) $(OBJ) -o a.out $(LDFLAGS)