Makefile

changeset 102
c00694dbcde8
parent 97
daf2b3d79cb8
child 103
76174c5f04b5
equal deleted inserted replaced
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

mercurial