1998-07-31 07:42:14 +08:00
|
|
|
noinst_LIBRARIES = libBucket.a
|
1998-04-09 07:28:57 +08:00
|
|
|
|
1999-03-26 03:01:47 +08:00
|
|
|
libBucket_a_SOURCES = newbucket.cxx newbucket.hxx
|
1999-02-09 07:52:13 +08:00
|
|
|
|
|
|
|
bin_PROGRAMS = testbucket
|
|
|
|
|
|
|
|
testbucket_SOURCES = testbucket.cxx
|
|
|
|
|
|
|
|
testbucket_LDADD = $(top_builddir)/Lib/Bucket/libBucket.a
|
1998-04-09 07:28:57 +08:00
|
|
|
|
1998-04-14 10:43:50 +08:00
|
|
|
INCLUDES += -I$(top_builddir)
|