Mercurial > hg > index.cgi
comparison Makefile @ 9:6eed14cccac9
Switched lwar to lw_cmdline and brought in lwlib
author | lost@l-w.ca |
---|---|
date | Sat, 22 Jan 2011 10:04:32 -0700 |
parents | fdc11ef4115b |
children | 127e5b1e01c0 |
comparison
equal
deleted
inserted
replaced
8:fdc11ef4115b | 9:6eed14cccac9 |
---|---|
36 $(CC) -o $@ $(lwlink_objs) $(LDFLAGS) | 36 $(CC) -o $@ $(lwlink_objs) $(LDFLAGS) |
37 | 37 |
38 lwlink/lwobjdump: $(lwobjdump_objs) lwlib lwlink/rules.make | 38 lwlink/lwobjdump: $(lwobjdump_objs) lwlib lwlink/rules.make |
39 $(CC) -o $@ $(lwobjdump_objs) $(LDFLAGS) | 39 $(CC) -o $@ $(lwobjdump_objs) $(LDFLAGS) |
40 | 40 |
41 lwar/lwar: $(lwar_objs) lwar/rules.make | 41 lwar/lwar: $(lwar_objs) lwlib lwar/rules.make |
42 $(CC) -o $@ $(lwar_objs) | 42 $(CC) -o $@ $(lwar_objs) $(LDFLAGS) |
43 | 43 |
44 test: test.c lwlib | 44 test: test.c lwlib |
45 $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ test.c $(LDFLAGS) | 45 $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ test.c $(LDFLAGS) |
46 | 46 |
47 .PHONY: lwlib | 47 .PHONY: lwlib |