1998-07-30 23:42:14 +00:00
|
|
|
noinst_LIBRARIES = libBucket.a
|
1998-04-08 23:28:57 +00:00
|
|
|
|
1999-03-25 19:01:47 +00:00
|
|
|
libBucket_a_SOURCES = newbucket.cxx newbucket.hxx
|
1999-02-08 23:52:13 +00:00
|
|
|
|
1999-04-27 19:37:09 +00:00
|
|
|
# bin_PROGRAMS = testbucket
|
1999-02-08 23:52:13 +00:00
|
|
|
|
1999-04-27 19:37:09 +00:00
|
|
|
# testbucket_SOURCES = testbucket.cxx
|
1999-02-08 23:52:13 +00:00
|
|
|
|
1999-04-27 19:37:09 +00:00
|
|
|
# testbucket_LDADD = \
|
|
|
|
# $(top_builddir)/Lib/Bucket/libBucket.a \
|
|
|
|
# $(top_builddir)/Lib/Misc/libMisc.a
|
1998-04-08 23:28:57 +00:00
|
|
|
|
1999-04-27 15:54:39 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
|