home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / TCSH / TCSH-6.04 / TCSH-6
Encoding:
Text File  |  1995-01-07  |  2.4 KB  |  68 lines

  1. --- Makefile.orig    Sat Jan  7 21:18:41 1995
  2. +++ Makefile    Sat Jan  7 21:21:42 1995
  3. @@ -21,7 +21,7 @@
  4.  SUF=o
  5.  CF=-c
  6.  
  7. -INCLUDES=-I. -I..
  8. +INCLUDES=-I. -I.. -I/usr/include/bsd
  9.  
  10.  LFLAGS=$(INCLUDES)
  11.  #LFLAGS=$(INCLUDES) -Zn10000        # hpux lint
  12. @@ -52,7 +52,7 @@
  13.  #CFLAGS=-O5 $(INCLUDES)
  14.  
  15.  # gcc 2.1 on linux
  16. -#CFLAGS=-O6 -fomit-frame-pointer $(INCLUDES)
  17. +CFLAGS=-O6 -fomit-frame-pointer $(INCLUDES)
  18.  
  19.  #hpux 8.0, careful about the +O3... breaks globbing in some versions
  20.  #CFLAGS= $(INCLUDES) +O3 -Aa
  21. @@ -113,8 +113,8 @@
  22.  ################################################################
  23.  ## LDLAGS.  Define something here if you need to
  24.  ################################################################
  25. -LDFLAGS=             ## The simplest, suitable for all.
  26. -#LDFLAGS= -s            ## Stripped. Takes less space on disk.
  27. +#LDFLAGS=             ## The simplest, suitable for all.
  28. +LDFLAGS= -s            ## Stripped. Takes less space on disk.
  29.  #LDFLAGS= -s -n            ## Pure executable. Spares paging over
  30.  #                 ## the network for machines with local
  31.  #                ## swap but external /usr/local/bin .
  32. @@ -126,13 +126,13 @@
  33.  ################################################################
  34.  ## LIBES.  Pick one, or roll your own.
  35.  ################################################################
  36. -LIBES= -ltermcap              ## BSD style things
  37. +#LIBES= -ltermcap              ## BSD style things
  38.  #LIBES= -ltermcap             ## SunOS, HP-UX, pyramid
  39.  #LIBES= -ltermcap -lcs             ## Mach
  40.  #LIBES= -ltermcap -lsec             ## Tek XD88/10 (UTekV) with PW_SHADOW
  41.  #LIBES= -ltermcap -lsec             ## Motorola MPC (sysV88) with PW_SHADOW
  42.  #LIBES= -ltermcap -lbsd             ## DEC osf1 on the alpha
  43. -#LIBES= -ltermcap -lbsd             ## Intel paragon
  44. +LIBES= -ltermcap -lbsd             ## Intel paragon
  45.  #LIBES= -ltermcap -lseq             ## Sequent's Dynix
  46.  #LIBES= -ltermcap -lauth         ## Ultrix with Enhanced Security
  47.  #LIBES= -ltermcap -ldir -lx         ## Xenix 386 style things
  48. @@ -179,8 +179,8 @@
  49.  
  50.  # The -B tells gcc to use /bin/ld. This is to avoid using the gnu ld, which
  51.  # on the suns does not know how to make dynamically linked binaries.
  52. -CC=    gcc -Wall -B/bin/    # -ansi -pedantic
  53. -#CC=    gcc -m486 -Wall # Generate code for Intel 486 (linux)
  54. +#CC=    gcc -Wall -B/bin/    # -ansi -pedantic
  55. +CC=    gcc -m486 -Wall # Generate code for Intel 486 (linux)
  56.  #CC=    cc
  57.  #CC=    occ
  58.  #CC=    acc
  59. @@ -203,7 +203,7 @@
  60.  PARALLEL=12                # Make the multi-max run fast.
  61.  #P=&                    # Use Sequent's parallel make
  62.  P=
  63. -DESTDIR=/usr/local
  64. +DESTDIR=/usr
  65.  MANSECT=1
  66.  DESTBIN=${DESTDIR}/bin
  67.  DESTMAN=${DESTDIR}/man/man${MANSECT}
  68.