home *** CD-ROM | disk | FTP | other *** search
- #
- # define macros which work on Sun4
-
- LIB_LIST = hippoX11
- DEBUGLIB_LIST = hippoX11.debug
- UTIL_LIB=hippoX11
-
- # f77 does not seem to be common on Ultrix machines
- FBINDINGS =
-
- # directory in which libraries are built (define it here if different
- # architecture means different directory), eg.
- #LIB_DIR = /u/eb/rensing/lib/ultrix
-
- _CFLAGS =
- CFLAGS = -O $(_CFLAGS)
- CFLAGS_DEB = -g -DDEBUG $(_CFLAGS)
- CFLAGS_PROF = -pg -DPROFILE $(_CFLAGS)
- LDFLAGS = -L$(LIB_DIR) -l$(UTIL_LIB) -lm
-
- # LIBS for making hb2hippo...
- # hippo is picked up from LDFLAGS
- HB2HADD = -lpacklib
-
- MAKECOM = $(MAKE) -$(MAKEFLAGS)
-
-
- # Rules
- RANLIB = ranlib
-
- .f.a :
- $(FC) $(FFLAGS) -c $<
- $(AR) $(ARFLAGS) $@ $*.o
- $(RM) -f $*.o
-
-