]> git.mxchange.org Git - flightgear.git/blob - Triangle/Makefile.am
99c292410fe70f00ca300f59af976a9d863f84e0
[flightgear.git] / Triangle / Makefile.am
1 # DEFS is a list of definitions used to compile an object code version
2 #   of Triangle (triangle.o) to be called by another program.  The file
3 #   "triangle.h" contains detailed information on how to call triangle.o.
4 #
5 # The -DTRILIBRARY should always be used when compiling Triangle into an
6 #   object file.
7 #
8 # An example DEFS line is:
9 #
10 #   DEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
11
12 DEFS += 
13
14 bin_PROGRAMS = triangle # showme
15
16 triangle_SOURCES = triangle.c triangle.h
17
18 # showme_SOURCES = showme.c