fixed a small bug in eval ehrhart
[polylib.git] / doc / codeDoc / html / applications_2makefile-source.html
blob090b091363745f94fb84c88a5b0a759e3099ccf0
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>makefile Source File</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body bgcolor="#ffffff">
6 <!-- Generated by Doxygen 1.2.11.1 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>makefile</h1><a href="applications_2makefile.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="preprocessor">#</font>
10 00002 <font class="preprocessor"></font><font class="preprocessor"># $Id: applications_2makefile-source.html,v 1.1 2002/10/14 15:54:27 olaru Exp $</font>
11 00003 <font class="preprocessor"></font><font class="preprocessor">#</font>
12 00004 <font class="preprocessor"></font>
13 00005 ROOT = ..
14 00006
15 00007 <font class="preprocessor"># C files in this directory</font>
16 00008 <font class="preprocessor"></font>SRCS = \
17 00009 testlib.c \
18 00010 polytest.c \
19 00011 c2p.c \
20 00012 r2p.c \
21 00013 findv.c \
22 00014 pp.c \
23 00015 disjoint_union_sep.c \
24 00016 disjoint_union_adj.c \
25 00017 testehrhart.c \
26 00018 verif_ehrhart.c \
27 00019 Zpolytest.c \
28 00020 example.c
29 00021
30 00022 <font class="preprocessor">#POLY_EXEC= $(SRCS:%.c=%.exec)</font>
31 00023 <font class="preprocessor"></font>
32 00024 EXTRA_DEFINES=-DEMAIN -DEP_EVALUATION
33 00025
34 00026 <font class="preprocessor"># Include the shared compilation rules</font>
35 00027 <font class="preprocessor"></font>include $(ROOT)/vars.mk
36 00028 include $(ROOT)/default_functions.mk
37 00029
38 </pre></div><hr><address><small>Generated on Fri Oct 4 16:14:26 2002 for Polylib by
39 <a href="http://www.doxygen.org/index.html">
40 <img src="doxygen.gif" alt="doxygen" align="middle" border=0
41 width=110 height=53></a>1.2.11.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
42 &copy;&nbsp;1997-2001</small></address>
43 </body>
44 </html>