Mercurial > pt1
comparison recpt1/Makefile @ 61:f1553492e8bb
ensure path of destination file exists. imported Jonathan Leffler's mkpath.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 09 Oct 2009 11:04:36 +0900 |
parents | 9b36fdf7d5d0 |
children | 57bb2c26198d |
comparison
equal
deleted
inserted
replaced
60:181737b0533c | 61:f1553492e8bb |
---|---|
9 PCSC_LIBS = `pkg-config libpcsclite --libs` | 9 PCSC_LIBS = `pkg-config libpcsclite --libs` |
10 B25_LIBS = -larib25 | 10 B25_LIBS = -larib25 |
11 LIBS = $(PCSC_LIBS) $(B25_LIBS) -lm -lpthread | 11 LIBS = $(PCSC_LIBS) $(B25_LIBS) -lm -lpthread |
12 LDFLAGS = | 12 LDFLAGS = |
13 | 13 |
14 OBJS = recpt1.o decoder.o | 14 OBJS = recpt1.o decoder.o mkpath.o |
15 DEPEND = .deps | 15 DEPEND = .deps |
16 | 16 |
17 all: $(TARGET) | 17 all: $(TARGET) |
18 | 18 |
19 clean: | 19 clean: |