summaryrefslogtreecommitdiff
path: root/pmake-sys-sparc.mk
blob: 7c1e55db79f5c598b8d62a0e839e081e73026d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# These are the variables used to specify the nature of the system on which
# pmake is running. These names may later be used in #if expressions for
# conditional reading of the enclosed portion of the Makefile
#

sparc=   Machine is a sparc

linux=   running linux
SYSV=    This is not only System 5 
SVR4=    but even Release 4 compatible
unix=	 It runs UNIX.

# some non-standard locations
CC = /usr/bin/cc
AS = /usr/bin/as
AR = /usr/bin/ar
LD = /usr/bin/ld
LINT = :