101:50525dab6c8e | 102:c00694dbcde8 |
---|---|
2 ## libtu Makefile | 2 ## libtu Makefile |
3 ## | 3 ## |
4 | 4 |
5 # System-specific configuration is in system.mk | 5 # System-specific configuration is in system.mk |
6 TOPDIR=. | 6 TOPDIR=. |
7 include system-inc.mk | 7 include build/system-inc.mk |
8 | 8 |
9 ###################################### | 9 ###################################### |
10 | 10 |
11 CFLAGS += $(C89_SOURCE) $(POSIX_SOURCE) | 11 CFLAGS += $(C89_SOURCE) $(POSIX_SOURCE) |
12 | 12 |
28 TARGETS=libtu.a | 28 TARGETS=libtu.a |
29 TESTERS=tester tester2 tester3 | 29 TESTERS=tester tester2 tester3 |
30 | 30 |
31 ###################################### | 31 ###################################### |
32 | 32 |
33 include $(TOPDIR)/rules.mk | 33 include $(TOPDIR)/build/rules.mk |
34 | 34 |
35 ###################################### | 35 ###################################### |
36 | 36 |
37 testers: $(TESTERS) | 37 testers: $(TESTERS) |
38 | 38 |