Project

General

Profile

Download (361 Bytes) Statistics
| Branch: | Tag: | Revision:
1 c960a258 Holger Hans Peter Freyther
LDFLAGS=`pkg-config --libs libusb-1.0 libosmocore` -losmocore
2 1a37d409 Harald Welte
3
all: simtrace
4
5 18ad51fe Peter Stuge
simtrace: main.o apdu_split.o
6 5953e905 Holger Hans Peter Freyther
	$(CC) -o $@ $^ $(LDFLAGS)
7 1a37d409 Harald Welte
8
%.o: %.c
9 c960a258 Holger Hans Peter Freyther
	$(CC) $(CFLAGS) `pkg-config --cflags libusb-1.0 libosmocore` -o $@ -c $^
10 1a37d409 Harald Welte
11 24ed5658 Holger Hans Peter Freyther
install: simtrace
12
	install -d $(DESTDIR)/usr/bin/
13
	install -m 0755 simtrace $(DESTDIR)/usr/bin/
14
.PHONY: install
15 1a37d409 Harald Welte
16
clean:
17
	@rm -f simtrace *.o
Add picture from clipboard (Maximum size: 48.8 MB)