File: MakeInclude

package info (click to toggle)
vlan 1.5-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 524 kB
  • ctags: 150
  • sloc: ansic: 425; perl: 168; makefile: 72; sh: 53
file content (27 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#  -*-Makefile-*-


#  This is the version of the make utility you wish to use.
#  On some systems (BSD?) you might want this to be gmake.
#MAKE=gmake
MAKE=make


###################################################
#  Normally won't have to configure under here...
###################################################

VERSION=1.0.2

CUR_DATE=`date '+%y.%m.%d'`

# NOTE:  Use these variables if you are using EGCS

CCFLAGS = -g -D_GNU_SOURCE -fguiding-decls -Wall -I${HOME}/linux/include
LDLIBS =  -lm -lstring2 -lbitfield -lcrypt #-lnsl # -lsocket


#  Other compilers may work, but I haven't tested with them.
#  I don't suppose it could hurt to try though!
CC = cc       # this is generally the c compiler, unused AFAIK
CCC = gcc      # this is generally the c++ compiler