1
0
Fork 0
flightgear/Stripe_u/Makefile.am
curt 66f4bab7a0 Changes to the automake/autoconf system to reduce the number of libraries
that are unnecessarily linked into the various executables.
1998-11-04 23:01:43 +00:00

30 lines
540 B
Makefile

bin_PROGRAMS = strips
strips_SOURCES = \
add.c add.h \
bands.c \
common.c common.h \
define.h \
extend.h \
free.c free.h \
global.h \
glove.h \
init.c init.h \
local.c local.h \
my_global.h \
newpolve.c \
options.c options.h \
output.c output.h \
outputex.c outputex.h \
partial.c partial.h \
polverts.h polvertsex.h \
queue.c queue.h \
sgi_triang.c sgi_triangex.c \
struct.c struct.h \
structex.c \
sturcts.h sturctsex.h \
ties.c ties.h \
triangulate.h triangulatex.h \
util.c util.h
strips_LDADD = $(base_LIBS)