]> git.mxchange.org Git - flightgear.git/blob - Triangle/Makefile.am
6095c3b69a6778ca6325a29d9d521e51cc3a6fff
[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 += -DTRILIBRARY -DREDUCED -DANSI_DECLARATORS
13
14 noinst_LIBRARIES = libTriangle.a
15
16 libTriangle_a_SOURCES = triangle.c triangle.h
17
18 # bin_PROGRAMS = showme
19 # showme_SOURCES = showme.c