home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.orig Wed Jan 18 09:08:35 1995
- +++ Makefile Wed Jan 18 09:09:06 1995
- @@ -7,20 +7,20 @@
- .EXPORT_ALL_VARIABLES:
-
- # Directory where the header files will be installed.
- -INCLUDEINSTALLDIR = /usr/local/include
- +INCLUDEINSTALLDIR = /usr/include
-
- # Directory where the shared stubs and static library will be installed.
- -LIBINSTALLDIR = /usr/local/lib
- +LIBINSTALLDIR = /usr/lib
-
- # Directory where the font and textmode utilities will be installed.
- -UTILINSTALLDIR = /usr/local/bin
- +UTILINSTALLDIR = /usr/bin
-
- # You might want to add -m386 here if you have a recently installed
- # (486 configured) compiler on a 386. The only real difference is the
- # generous alignment padding of function entry-points for the 486.
- OPTIMIZE = -fomit-frame-pointer -O2
- CFLAGS = -Wall $(OPTIMIZE)
- -LFLAGS = -N -s
- +LFLAGS = -s
-
- # Uncomment this if want you to compile and install the static libs.
- #INSTALLSTATICLIB = installstaticlib
- --- utils/Makefile.orig Wed Jan 18 09:10:05 1995
- +++ utils/Makefile Wed Jan 18 09:10:12 1995
- @@ -2,7 +2,7 @@
- CC = gcc
- OPTIMIZE = -fomit-frame-pointer -O2
- CFLAGS = -Wall $(OPTIMIZE)
- -LFLAGS = -N -s
- +LFLAGS = -s
- CFLAGS = -O2 -fomit-frame-pointer
- LIBS = -lvga
-
- --- demos/makefile.orig Wed Jan 18 09:10:51 1995
- +++ demos/makefile Wed Jan 18 09:10:57 1995
- @@ -2,7 +2,7 @@
- CC = gcc
- OPTIMIZE = -fomit-frame-pointer -O2 -s
- CFLAGS = $(DEFINES) $(OPTIMIZE)
- -LFLAGS = -N
- +LFLAGS = -s
-
- PROGS = fun testgl speedtest mousetest vgatest scrolltest testlinear \
- keytest testaccel
-