File: Makefile-IRIX

package info (click to toggle)
exim 2.05-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,520 kB
  • ctags: 2,992
  • sloc: ansic: 42,424; perl: 1,349; sh: 843; makefile: 321
file content (11 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# Exim: OS-specific make file for IRIX

BASENAME_COMMAND=/sbin/basename
HOSTNAME_COMMAND=/usr/bsd/hostname
CFLAGS=-OPT:Olimit=1500
LIBS=-lmld
XINCLUDE=-I/usr/include/X11
vfork=fork
RANLIB=@true

# End