dect
/
libdect
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libdect/example/Makefile.in

18 lines
318 B
Makefile

LDFLAGS += -Wl,-rpath $(PWD)/src -Lsrc -ldect
PROGRAMS += test mm discover hijack
test-destdir := usr/bin
test-obj += event_ops.o
test-obj += audio.o
test-obj += test.o
mm-obj += event_ops.o
mm-obj += mm.o
discover-obj += event_ops.o
discover-obj += discover.o
hijack-obj += event_ops.o
hijack-obj += hijack.o