home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.orig Sat Jan 7 21:18:41 1995
- +++ Makefile Sat Jan 7 21:21:42 1995
- @@ -21,7 +21,7 @@
- SUF=o
- CF=-c
-
- -INCLUDES=-I. -I..
- +INCLUDES=-I. -I.. -I/usr/include/bsd
-
- LFLAGS=$(INCLUDES)
- #LFLAGS=$(INCLUDES) -Zn10000 # hpux lint
- @@ -52,7 +52,7 @@
- #CFLAGS=-O5 $(INCLUDES)
-
- # gcc 2.1 on linux
- -#CFLAGS=-O6 -fomit-frame-pointer $(INCLUDES)
- +CFLAGS=-O6 -fomit-frame-pointer $(INCLUDES)
-
- #hpux 8.0, careful about the +O3... breaks globbing in some versions
- #CFLAGS= $(INCLUDES) +O3 -Aa
- @@ -113,8 +113,8 @@
- ################################################################
- ## LDLAGS. Define something here if you need to
- ################################################################
- -LDFLAGS= ## The simplest, suitable for all.
- -#LDFLAGS= -s ## Stripped. Takes less space on disk.
- +#LDFLAGS= ## The simplest, suitable for all.
- +LDFLAGS= -s ## Stripped. Takes less space on disk.
- #LDFLAGS= -s -n ## Pure executable. Spares paging over
- # ## the network for machines with local
- # ## swap but external /usr/local/bin .
- @@ -126,13 +126,13 @@
- ################################################################
- ## LIBES. Pick one, or roll your own.
- ################################################################
- -LIBES= -ltermcap ## BSD style things
- +#LIBES= -ltermcap ## BSD style things
- #LIBES= -ltermcap ## SunOS, HP-UX, pyramid
- #LIBES= -ltermcap -lcs ## Mach
- #LIBES= -ltermcap -lsec ## Tek XD88/10 (UTekV) with PW_SHADOW
- #LIBES= -ltermcap -lsec ## Motorola MPC (sysV88) with PW_SHADOW
- #LIBES= -ltermcap -lbsd ## DEC osf1 on the alpha
- -#LIBES= -ltermcap -lbsd ## Intel paragon
- +LIBES= -ltermcap -lbsd ## Intel paragon
- #LIBES= -ltermcap -lseq ## Sequent's Dynix
- #LIBES= -ltermcap -lauth ## Ultrix with Enhanced Security
- #LIBES= -ltermcap -ldir -lx ## Xenix 386 style things
- @@ -179,8 +179,8 @@
-
- # The -B tells gcc to use /bin/ld. This is to avoid using the gnu ld, which
- # on the suns does not know how to make dynamically linked binaries.
- -CC= gcc -Wall -B/bin/ # -ansi -pedantic
- -#CC= gcc -m486 -Wall # Generate code for Intel 486 (linux)
- +#CC= gcc -Wall -B/bin/ # -ansi -pedantic
- +CC= gcc -m486 -Wall # Generate code for Intel 486 (linux)
- #CC= cc
- #CC= occ
- #CC= acc
- @@ -203,7 +203,7 @@
- PARALLEL=12 # Make the multi-max run fast.
- #P=& # Use Sequent's parallel make
- P=
- -DESTDIR=/usr/local
- +DESTDIR=/usr
- MANSECT=1
- DESTBIN=${DESTDIR}/bin
- DESTMAN=${DESTDIR}/man/man${MANSECT}
-