1999-05-04 22:58:09 +00:00
|
|
|
*** Imakefile.orig Sat Jun 25 20:47:22 1994
|
|
|
|
--- Imakefile Mon Jan 25 12:07:10 1999
|
1994-11-22 12:06:23 +00:00
|
|
|
***************
|
1999-05-04 22:58:09 +00:00
|
|
|
*** 4,11 ****
|
|
|
|
/**/# Top level Imakefile for ProductNameAndRelease
|
|
|
|
/**/# @(#)Imakefile 1.7 1/7/92 SMI
|
1994-11-22 12:06:23 +00:00
|
|
|
|
1999-05-04 22:58:09 +00:00
|
|
|
! CC = cc
|
|
|
|
! CFLAGS = -O
|
1994-11-22 12:06:23 +00:00
|
|
|
|
1999-05-04 22:58:09 +00:00
|
|
|
#define IHaveSubdirs
|
|
|
|
#define PassCDebugFlags
|
|
|
|
--- 4,11 ----
|
|
|
|
/**/# Top level Imakefile for ProductNameAndRelease
|
|
|
|
/**/# @(#)Imakefile 1.7 1/7/92 SMI
|
1994-11-22 12:06:23 +00:00
|
|
|
|
1999-05-04 22:58:09 +00:00
|
|
|
! CC ?= gcc
|
|
|
|
! CFLAGS += -O -fstrength-reduce -fpcc-struct-return
|
1994-11-22 12:06:23 +00:00
|
|
|
|
1999-05-04 22:58:09 +00:00
|
|
|
#define IHaveSubdirs
|
|
|
|
#define PassCDebugFlags
|
|
|
|
***************
|
|
|
|
*** 13,19 ****
|
|
|
|
WORLDOPTS =
|
|
|
|
/**/# If you want to make only the library, then start the build in the lib
|
|
|
|
/**/# subdirectory. Be sure to do a 'make includes' in images and bitmaps first.
|
|
|
|
! COREDIRS = lib images bitmaps misc util
|
|
|
|
#if InstallOpenLookFonts
|
|
|
|
FONTSDIR = fonts
|
|
|
|
#else
|
|
|
|
--- 13,19 ----
|
|
|
|
WORLDOPTS =
|
|
|
|
/**/# If you want to make only the library, then start the build in the lib
|
|
|
|
/**/# subdirectory. Be sure to do a 'make includes' in images and bitmaps first.
|
|
|
|
! COREDIRS = lib images bitmaps misc util config
|
|
|
|
#if InstallOpenLookFonts
|
|
|
|
FONTSDIR = fonts
|
|
|
|
#else
|