fixed a small bug in eval ehrhart
[polylib.git] / source / makefile
blob61070ea8f89f9cffef7d267049b37a37849e44df
2 # $Id: makefile,v 1.1 2002/10/14 15:03:25 olaru Exp $
5 ROOT = ..
7 # Subdirectories
8 SUBDIRS = \
9 arith \
10 kernel \
11 ehrhart
13 # C files in this directory
14 SRCS = \
15 count.c
17 # oldpolytest.c
19 # Include the shared compilation rules
20 include $(ROOT)/vars.mk
21 include $(ROOT)/default_functions.mk