fixed a small bug in eval ehrhart
[polylib.git] / applications / makefile
blobddec6bf392e33ccb6f1c411bd568abffce382b5e
2 # $Id: makefile,v 1.2 2002/10/16 15:18:18 loechner Exp $
5 ROOT = ..
7 # C files in this directory
8 SRCS = \
9 testlib.c \
10 polytest.c \
11 c2p.c \
12 r2p.c \
13 findv.c \
14 pp.c \
15 disjoint_union_sep.c \
16 disjoint_union_adj.c \
17 testehrhart.c \
18 ehrhart_union.c \
19 verif_ehrhart.c \
20 Zpolytest.c \
21 example.c
23 POLY_EXEC= $(SRCS:%.c=%.exec)
25 EXTRA_DEFINES=-DEMAIN -DEP_EVALUATION
27 # Include the shared compilation rules
28 include $(ROOT)/vars.mk
29 include $(ROOT)/default_functions.mk