diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -2,7 +2,8 @@ LIBRARY = multitouch.so | |||
| 2 | FDIS = 11-multitouch.fdi | 2 | FDIS = 11-multitouch.fdi |
| 3 | MODULES = src | 3 | MODULES = src |
| 4 | 4 | ||
| 5 | o_src = capabilities multitouch | 5 | o_src = capabilities \ |
| 6 | multitouch | ||
| 6 | 7 | ||
| 7 | TARGETS = $(addsuffix /test,$(MODULES)) | 8 | TARGETS = $(addsuffix /test,$(MODULES)) |
| 8 | 9 | ||
| @@ -32,7 +33,7 @@ test: $(TBIN) | |||
| 32 | 33 | ||
| 33 | bin/%: obj/%.o | 34 | bin/%: obj/%.o |
| 34 | @mkdir -p $(@D) | 35 | @mkdir -p $(@D) |
| 35 | gcc $< $(TLIB) $(LIBS) -o $@ | 36 | gcc $< $(OBJS) $(LIBS) -o $@ |
| 36 | 37 | ||
| 37 | $(TLIB): $(OBJS) | 38 | $(TLIB): $(OBJS) |
| 38 | @rm -f $(TLIB) | 39 | @rm -f $(TLIB) |
