Makefile.am 1.08 KB
Newer Older
tomas@poseidon.(none)'s avatar
tomas@poseidon.(none) committed
1

2
ndbtest_PROGRAMS = hugoCalculator hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hugoPkReadRecord  hugoPkUpdate hugoScanRead hugoScanUpdate restart verify_index copy_tab create_index  ndb_cpcc
tomas@poseidon.(none)'s avatar
tomas@poseidon.(none) committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

# transproxy 

hugoCalculator_SOURCES = hugoCalculator.cpp
hugoFill_SOURCES = hugoFill.cpp
hugoLoad_SOURCES = hugoLoad.cpp
hugoLockRecords_SOURCES = hugoLockRecords.cpp
hugoPkDelete_SOURCES = hugoPkDelete.cpp
hugoPkRead_SOURCES = hugoPkRead.cpp
hugoPkReadRecord_SOURCES = hugoPkReadRecord.cpp
hugoPkUpdate_SOURCES = hugoPkUpdate.cpp
hugoScanRead_SOURCES = hugoScanRead.cpp
hugoScanUpdate_SOURCES = hugoScanUpdate.cpp
restart_SOURCES = restart.cpp
# transproxy_SOURCES = transproxy.cpp
verify_index_SOURCES = verify_index.cpp
copy_tab_SOURCES = copy_tab.cpp
create_index_SOURCES = create_index.cpp
tomas@poseidon.(none)'s avatar
tomas@poseidon.(none) committed
21 22 23
ndb_cpcc_SOURCES = cpcc.cpp

INCLUDES_LOC = -I$(top_srcdir)/ndb/src/mgmclient
tomas@poseidon.(none)'s avatar
tomas@poseidon.(none) committed
24 25 26 27

include $(top_srcdir)/ndb/config/common.mk.am
include $(top_srcdir)/ndb/config/type_ndbapitest.mk.am

tomas@poseidon.(none)'s avatar
tomas@poseidon.(none) committed
28 29
ndb_cpcc_LDADD = $(LDADD) $(top_srcdir)/ndb/src/mgmclient/CpcClient.o

tomas@poseidon.(none)'s avatar
tomas@poseidon.(none) committed
30 31
# Don't update the files from bitkeeper
%::SCCS/s.%