1996-07-14 06:57:41 +00:00
|
|
|
*** makefile.unx.orig Thu Jun 20 22:40:37 1996
|
|
|
|
--- makefile.unx Sun Jul 14 06:51:53 1996
|
1995-08-26 05:59:21 +00:00
|
|
|
***************
|
1996-07-14 06:57:41 +00:00
|
|
|
*** 30,38 ****
|
|
|
|
|
1995-08-26 05:59:21 +00:00
|
|
|
# If you don't have X windows, delete the "-lX11" part from the line below:
|
1996-07-14 06:57:41 +00:00
|
|
|
|
|
|
|
! LIBS = -lm -L/usr/X11R6/lib -lX11 -lm -L. -laaf
|
|
|
|
! CFLAGS = -O3 -I. -DHAVE_LIBAAF -DHAVE_STRCHR -DHAVE_STRDUP
|
|
|
|
! CC = gcc
|
|
|
|
|
|
|
|
all: astrolog
|
|
|
|
|
|
|
|
--- 30,37 ----
|
|
|
|
|
1995-08-26 05:59:21 +00:00
|
|
|
# If you don't have X windows, delete the "-lX11" part from the line below:
|
1996-07-14 06:57:41 +00:00
|
|
|
|
|
|
|
! LIBS = -L${X11BASE}/lib -lX11 -lm
|
|
|
|
! CFLAGS += -I${X11BASE}/include -DDEFAULT_DIR=\"${PREFIX}/lib/astrolog\"
|
|
|
|
|
|
|
|
all: astrolog
|
|
|
|
|