comparison Makefile @ 626:904c359b1ced

Improve build system.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 04:52:08 +0300
parents 52c56ada3816
children ff94100cfc7c
comparison
equal deleted inserted replaced
625:edac1485308d 626:904c359b1ced
14 #CFLAGS += -DHAVE_STDINT_H 14 #CFLAGS += -DHAVE_STDINT_H
15 #CFLAGS += -DHAVE_SYS_TYPES_H 15 #CFLAGS += -DHAVE_SYS_TYPES_H
16 16
17 # Miscellaneous 17 # Miscellaneous
18 BINPATH= 18 BINPATH=
19 OBJPATH= 19 OBJPATH=obj/unix/
20 EXEEXT= 20 EXEEXT=
21 21
22 22
23 include Makefile.gen 23 include Makefile.gen