simgear/Lib/Bucket/Makefile.am

12 lines
236 B
Makefile
Raw Normal View History

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