1999-05-22 01:15:32 +00:00
|
|
|
bin_PROGRAMS = fgfs-tools-server fgfs-tools-client
|
1999-05-15 01:08:00 +00:00
|
|
|
|
1999-05-22 01:15:32 +00:00
|
|
|
fgfs_tools_server_SOURCES = server.cxx
|
1999-05-15 01:08:00 +00:00
|
|
|
|
1999-05-22 01:15:32 +00:00
|
|
|
fgfs_tools_server_LDADD = \
|
1999-05-15 14:06:41 +00:00
|
|
|
$(top_builddir)/Lib/Bucket/libBucket.a \
|
|
|
|
$(top_builddir)/Lib/Misc/libMisc.a
|
1999-05-15 01:08:00 +00:00
|
|
|
|
1999-05-22 01:15:32 +00:00
|
|
|
fgfs_tools_client_SOURCES = client.cxx
|
1999-05-15 01:08:00 +00:00
|
|
|
|
1999-05-22 01:15:32 +00:00
|
|
|
fgfs_tools_client_LDADD = \
|
1999-05-15 01:08:00 +00:00
|
|
|
$(top_builddir)/Lib/Bucket/libBucket.a \
|
|
|
|
$(top_builddir)/Lib/Misc/libMisc.a
|
|
|
|
|
|
|
|
INCLUDES += \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/Lib \
|
|
|
|
-I$(top_builddir)/Tools/Lib \
|
|
|
|
-I$(top_builddir)/Tools/Construct
|