# Copyright (c)1994-2000 Begemot Computer Associates. All rights reserved. # See the file COPYRIGHT for details of redistribution and use. SRC = fmt.c mmap_test.c OBJ = $(SRC:.c=.o) CFLAGS += -I$(top_srcdir) -I$(top_srcdir)/libutil LDFLAGS += -L../libutil CLEAN += gulp fmt mmap_test all: fmt fmt: fmt.o $(LINK) $(LDFLAGS) -o fmt fmt.o -lutil -lbegemot $(LIBS) mmap_test: mmap_test.o $(LINK) $(LDFLAGS) -o mmap_test mmap_test.o -lutil -lbegemot $(LIBS) install: $(INSTALL_DIR) $(IODIR) $(INSTALL_PROG) fmt $(IODIR)