19f6d3c4bSStefan Richterversion = 0.3 29f6d3c4bSStefan Richterprefix = /usr 39f6d3c4bSStefan Richter 49f6d3c4bSStefan RichterCC = gcc 59f6d3c4bSStefan Richter 69f6d3c4bSStefan Richterall : nosy-dump 79f6d3c4bSStefan Richter 89f6d3c4bSStefan Richternosy-dump : CFLAGS = -Wall -O2 -g 99f6d3c4bSStefan Richternosy-dump : CPPFLAGS = -DVERSION=\"$(version)\" -I../../drivers/firewire 109f6d3c4bSStefan Richternosy-dump : LDFLAGS = -g 119f6d3c4bSStefan Richternosy-dump : LDLIBS = -lpopt 129f6d3c4bSStefan Richter 139f6d3c4bSStefan Richternosy-dump : nosy-dump.o decode-fcp.o 149f6d3c4bSStefan Richter 159f6d3c4bSStefan Richterclean : 169f6d3c4bSStefan Richter rm -rf *.o nosy-dump 179f6d3c4bSStefan Richter 189f6d3c4bSStefan Richterinstall : 199f6d3c4bSStefan Richter install nosy-dump $(prefix)/bin/nosy-dump 20