1 #
-------------------------------------------------------------------------
2 # choose your
compiler (must be ANSI
-compliant
!) and linker command
, plus
3 # any additionally needed flags
7 CFLAGS
= -g
-fomit
-frame
-pointer
-Wall
15 TARG_OBJDIR
= $
(OBJDIR
)
17 TARG_CFLAGS
= $
(CFLAGS
)
18 TARG_OBJEXTENSION
= $
(HOST_OBJEXTENSION
)
20 TARG_LDFLAGS
= $
(LDFLAGS
)
21 TARG_EXEXTENSION
= $
(HOST_EXEXTENSION
)
23 #
-------------------------------------------------------------------------
24 # directories where binaries
, includes
, and manpages should go during