Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / mapping / matlab / Makefile @ 1501

History | View | Annotate | Download (240 Bytes)

1 959 justin
CC= mex
2
CFLAGS=
3 952 justin
LIBS= -lpthread -lwireless
4
5 1028 justin
all: receive
6 952 justin
7
test: *.c ../../libwireless/lib/*.c
8 959 justin
	$(CC) $(CFLAGS) *.c -L../../../lib/bin -DWL_DEBUG $(LIBS)
9 952 justin
10 959 justin
receive:
11
	 mex -g receive.c -L../../libwireless/lib -lwireless
12
13 952 justin
clean:
14 1134 justin
	rm *.mexglx