diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-05 00:06:38 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-11-05 00:06:38 +0100 |
| commit | f9484195b40df3da748fce2bab817ab5b14f3be6 (patch) | |
| tree | 487a67ab02913645fc1361b7f15f695bb116febe /Makefile | |
| parent | 12b0a79f9e5bc483b5c16f702ae5b8836425827e (diff) | |
missing externals
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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) |
