# Default installation prefix PREFIX = /usr/local # For production enable this: CFLAGS_CFG = -O3 -DNDEBUG # For debug, comment the above and uncomment this one: #CFLAGS_CFG = -Wall -g # In case you want to append to LDFLAGS or LDLIBS: #LDFLAGS_CFG = #LDLIBS_CFG = # On windows you need to enable this #EXE=.exe # shell utils, most probably no change required: RM=rm -f CP=cp LN=ln -s MKDIR=mkdir -p # installation paths DOCDIR=$(install_root)$(DESTDIR)$(PREFIX)/share/doc/route-rnd MAN1DIR=$(install_root)$(DESTDIR)$(PREFIX)/share/man/man1