2000-01-24 06:04:08 +00:00
|
|
|
*** Imakefile.orig Thu Jan 6 03:15:52 2000
|
|
|
|
--- Imakefile Fri Jan 21 12:00:00 2000
|
1998-05-18 04:20:25 +00:00
|
|
|
***************
|
2000-01-24 06:04:08 +00:00
|
|
|
*** 26,44 ****
|
1999-12-23 17:27:10 +00:00
|
|
|
#CCOPTIONS = -O2
|
|
|
|
#
|
|
|
|
# for debugging purposes uncomment the following line:
|
|
|
|
! CDEBUGFLAGS = -g
|
|
|
|
! STD_INCLUDES = -I. -I/usr/X11R6/include/X11
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------
|
|
|
|
# Installation directories:
|
1998-05-18 04:20:25 +00:00
|
|
|
# Change the following as desired to suit your environment:
|
|
|
|
#------------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
! PREFIX = /usr/local
|
2000-01-24 06:04:08 +00:00
|
|
|
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b2/psfiles
|
1999-09-25 17:27:27 +00:00
|
|
|
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0
|
2000-01-24 06:04:08 +00:00
|
|
|
! XCIRCUIT_BIN_DIR = $(PREFIX)/bin
|
|
|
|
! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
|
1999-09-25 17:27:27 +00:00
|
|
|
|
2000-01-24 06:04:08 +00:00
|
|
|
#------------------------------------------------------------------------
|
|
|
|
# Support for graphics double-buffering (A memory hog, but yields fastest
|
|
|
|
--- 26,44 ----
|
1999-12-23 17:27:10 +00:00
|
|
|
#CCOPTIONS = -O2
|
|
|
|
#
|
|
|
|
# for debugging purposes uncomment the following line:
|
|
|
|
! #CDEBUGFLAGS = -g
|
|
|
|
! #STD_INCLUDES = -I. -I/usr/X11R6/include/X11
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------
|
|
|
|
# Installation directories:
|
1998-05-18 04:20:25 +00:00
|
|
|
# Change the following as desired to suit your environment:
|
|
|
|
#------------------------------------------------------------------------
|
|
|
|
#
|
2000-01-24 06:04:08 +00:00
|
|
|
! #PREFIX = /usr/local
|
|
|
|
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b2/psfiles
|
|
|
|
! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit
|
|
|
|
! XCIRCUIT_BIN_DIR = $(BINDIR)
|
|
|
|
! XCIRCUIT_MAN_DIR = $(MANDIR)
|
1999-09-25 17:27:27 +00:00
|
|
|
|
2000-01-24 06:04:08 +00:00
|
|
|
#------------------------------------------------------------------------
|
|
|
|
# Support for graphics double-buffering (A memory hog, but yields fastest
|
1999-12-23 17:27:10 +00:00
|
|
|
***************
|
2000-01-24 06:04:08 +00:00
|
|
|
*** 89,97 ****
|
1999-12-23 17:27:10 +00:00
|
|
|
# DEC Alpha, Solaris and other SVR4 systems need the following,
|
|
|
|
# or if you have compilation errors about "dp->d_name" being
|
|
|
|
# undefined:
|
|
|
|
! #DIRENT = -DSVR4_DIRENT
|
|
|
|
# Otherwise,
|
|
|
|
! DIRENT =
|
|
|
|
|
|
|
|
# My DECstation (Ultrix) has something funny going on in XLib. . . if there
|
|
|
|
# is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"
|
2000-01-24 06:04:08 +00:00
|
|
|
--- 89,97 ----
|
1999-12-23 17:27:10 +00:00
|
|
|
# DEC Alpha, Solaris and other SVR4 systems need the following,
|
|
|
|
# or if you have compilation errors about "dp->d_name" being
|
|
|
|
# undefined:
|
|
|
|
! DIRENT = -DSVR4_DIRENT
|
|
|
|
# Otherwise,
|
|
|
|
! #DIRENT =
|
|
|
|
|
|
|
|
# My DECstation (Ultrix) has something funny going on in XLib. . . if there
|
|
|
|
# is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"
|