1
0
Fork 0
flightgear/Bucket/Makefile.am

13 lines
285 B
Text
Raw Normal View History

1998-07-30 23:42:14 +00:00
noinst_LIBRARIES = libBucket.a
1998-04-08 23:28:57 +00:00
libBucket_a_SOURCES = bucketutils.cxx bucketutils.h bucketutils.hxx \
newbucket.cxx newbucket.hxx
bin_PROGRAMS = testbucket
testbucket_SOURCES = testbucket.cxx
testbucket_LDADD = $(top_builddir)/Lib/Bucket/libBucket.a
1998-04-08 23:28:57 +00:00
INCLUDES += -I$(top_builddir)