Makefile

changeset 16
f597c8f0bcc9
parent 10
ab335fe0d26d
child 23
5f8005150227
equal deleted inserted replaced
15:9f5760af87d9 16:f597c8f0bcc9
6 include system.mk 6 include system.mk
7 7
8 ###################################### 8 ######################################
9 9
10 INCLUDES += -I./include 10 INCLUDES += -I./include
11 CFLAGS += $(ANSI_SOURCE) 11 CFLAGS += $(POSIX_SOURCE)
12 12
13 OBJS= misc.o output.o util.o optparser.o parser.o tokenizer.o 13 OBJS= misc.o output.o util.o optparser.o parser.o tokenizer.o
14 14
15 LIBDIR=$(PREFIX)/lib 15 LIBDIR=$(PREFIX)/lib
16 INCDIR=$(PREFIX)/include/libtu 16 INCDIR=$(PREFIX)/include/libtu

mercurial