home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / SVGALIB / SVGALIB.DIF / svgalib122.diff
Encoding:
Text File  |  1995-01-18  |  1.5 KB  |  50 lines

  1. --- Makefile.orig    Wed Jan 18 09:08:35 1995
  2. +++ Makefile    Wed Jan 18 09:09:06 1995
  3. @@ -7,20 +7,20 @@
  4.  .EXPORT_ALL_VARIABLES:
  5.  
  6.  # Directory where the header files will be installed.
  7. -INCLUDEINSTALLDIR = /usr/local/include
  8. +INCLUDEINSTALLDIR = /usr/include
  9.  
  10.  # Directory where the shared stubs and static library will be installed.
  11. -LIBINSTALLDIR = /usr/local/lib
  12. +LIBINSTALLDIR = /usr/lib
  13.  
  14.  # Directory where the font and textmode utilities will be installed.
  15. -UTILINSTALLDIR = /usr/local/bin
  16. +UTILINSTALLDIR = /usr/bin
  17.  
  18.  # You might want to add -m386 here if you have a recently installed 
  19.  # (486 configured) compiler on a 386. The only real difference is the
  20.  # generous alignment padding of function entry-points for the 486.
  21.  OPTIMIZE = -fomit-frame-pointer -O2
  22.  CFLAGS     = -Wall $(OPTIMIZE)
  23. -LFLAGS   = -N -s
  24. +LFLAGS   = -s
  25.  
  26.  # Uncomment this if want you to compile and install the static libs.
  27.  #INSTALLSTATICLIB = installstaticlib
  28. --- utils/Makefile.orig    Wed Jan 18 09:10:05 1995
  29. +++ utils/Makefile    Wed Jan 18 09:10:12 1995
  30. @@ -2,7 +2,7 @@
  31.  CC = gcc
  32.  OPTIMIZE = -fomit-frame-pointer -O2
  33.  CFLAGS = -Wall $(OPTIMIZE)
  34. -LFLAGS = -N -s
  35. +LFLAGS = -s
  36.  CFLAGS = -O2 -fomit-frame-pointer
  37.  LIBS = -lvga
  38.  
  39. --- demos/makefile.orig    Wed Jan 18 09:10:51 1995
  40. +++ demos/makefile    Wed Jan 18 09:10:57 1995
  41. @@ -2,7 +2,7 @@
  42.  CC     = gcc
  43.  OPTIMIZE = -fomit-frame-pointer -O2 -s
  44.  CFLAGS     = $(DEFINES) $(OPTIMIZE)
  45. -LFLAGS   = -N
  46. +LFLAGS   = -s
  47.  
  48.  PROGS    = fun testgl speedtest mousetest vgatest scrolltest testlinear \
  49.         keytest testaccel
  50.