diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 18:42:47 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 18:42:47 +0100 |
commit | 1425f72c38fe23a9d3fcda583a7da1e7315acfc3 (patch) | |
tree | 2731c1f5b9e0c76e0a0775f6eddf81fd90b0817d /code/test | |
parent | 97a7e6617f8ad06b7bff495603200b853766ecc8 (diff) |
build system improved
Diffstat (limited to 'code/test')
-rw-r--r-- | code/test/Makefile | 2 | ||||
-rw-r--r-- | code/test/vid/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/code/test/Makefile b/code/test/Makefile index 13fa476..0db3126 100644 --- a/code/test/Makefile +++ b/code/test/Makefile @@ -2,7 +2,7 @@ include ../ecp/Makefile.platform CFLAGS=$(CFLAGS_PL) -I../ecp -I../util -Wno-int-to-void-pointer-cast LDFLAGS=$(LDFLAGS_PL) -dep=../ecp/libecpcore.a ../ecp/crypto/libecpcr.a ../ecp/htable/libecpht.a ../ecp/posix/libecptr.a ../ecp/posix/libecptm.a ../ecp/vconn/libecpvconn.a ../util/libecputil.a +dep=../ecp/build-posix/*.a ../util/libecputil.a %.o: %.c $(CC) $(CFLAGS) -c $< diff --git a/code/test/vid/Makefile b/code/test/vid/Makefile index 0abb572..b3943c0 100644 --- a/code/test/vid/Makefile +++ b/code/test/vid/Makefile @@ -2,7 +2,7 @@ LIBVPX_HOME=/Users/majstor/src/libvpx CFLAGS=-D_V4L2_KERNEL_ -I/usr/src/linux-headers-$(uname -r) -I$(LIBVPX_HOME) -I/opt/local/include/SDL2 -I../../core -I../../vconn -I../../util LDFLAGS=-L$(LIBVPX_HOME) -L/opt/local/lib -dep=../../ecp/libecpcore.a ../../ecp/crypto/libecpcr.a ../../ecp/htable/libecpht.a ../../ecp/posix/libecptr.a ../../ecp/posix/libecptm.a ../../vconn/libecpvconn.a ../../util/libecputil.a ../init.o +dep=../../ecp/build-posix/*.a ../../util/libecputil.a ../init.o all: client cap |