
5 changed files with 24 additions and 12 deletions
@ -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