# "boxify", is a simple filter for cleaning up quite general CIF # and make it readable for "WOL" # Copyright (C) 1990 Tor Sverre Lande # Author's address: bassen@ifi.uio.no # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation (any version). # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. DESTDIR = /local/vlsi/bin/$(HOSTTYPE) CFLAGS = -g SRC = poly.h trapes.h trapes.c edges.c findnext.c mates.c\ delete.c gentrapes.c OBJ = edges.o findnext.o mates.o delete.o gentrapes.o trapes: ${OBJ} trapes.o clean: rm *.o c.o : cc $(CFLAGS) $*.c touch ../boxify.o