parent
82513674a7
commit
bb8e9b3161
@ -0,0 +1,15 @@
|
||||
include ../Makefile.conf
|
||||
|
||||
LDFLAGS=-L../ $(ENGINE_LIB)
|
||||
LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter
|
||||
CXXFLAGS+=-I../
|
||||
|
||||
all: test_adapter test_library
|
||||
|
||||
test_adapter: ../libpEpAdapter.a
|
||||
|
||||
clean:
|
||||
rm -vf test_adapter
|
||||
rm -rvf test_adapter.dSYM
|
||||
rm -vf test_library
|
||||
rm -rvf test_library.dSYM
|
Loading…
Reference in new issue