GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / tools / firewire / Makefile
blob81767adaae7d1514c41382921e22796f2feb473b
1 prefix = /usr
2 nosy-dump-version = 0.4
4 CC = gcc
6 all : nosy-dump
8 nosy-dump : CFLAGS = -Wall -O2 -g
9 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
10 nosy-dump : LDFLAGS = -g
11 nosy-dump : LDLIBS = -lpopt
13 nosy-dump : nosy-dump.o decode-fcp.o
15 clean :
16 rm -rf *.o nosy-dump
18 install :
19 install nosy-dump $(prefix)/bin/nosy-dump