home *** CD-ROM | disk | FTP | other *** search
- #
- # define macros which work on sgi
-
- # sgi make actually cares about SHELL env variable
- SHELL = /bin/sh
-
- LIB_LIST = hippoX11
- DEBUGLIB_LIST = hippoX11.debug
- UTIL_LIB=hippoX11
-
- # directory in which libraries are built (define it here if different
- # architecture means different directory), eg.
- #LIB_DIR = /u/eb/rensing/lib/sgi
-
- _CFLAGS =
- CFLAGS = -O $(_CFLAGS)
- CFLAGS_DEB = -g -DDEBUG $(_CFLAGS)
- CFLAGS_PROF = -pg -DPROFILE$(_CFLAGS)
- LDFLAGS = -L$(LIB_DIR) -l$(UTIL_LIB) -lsun -lm
-
- # LIBS for making hb2hippo...
- # hippo is picked up from LDFLAGS
- HB2HADD = -lpacklib
-
- # Missing system rules and macros
-
- # SGI does not have ranlib, so set to do-nothing command
- RANLIB = true
- RM = rm
- RMFLAGS = -f
- MV = mv
- CP = cp
-