- cleaned up makefiles
- polished code to avoid warnings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
include $(SRC)macosx_def
|
||||
include macosx_def
|
||||
|
||||
CC = gcc
|
||||
FC = g77
|
||||
@@ -20,7 +20,7 @@ PGLIB = -L/usr/X11R6/lib -lX11 -L/sw/lib -lpng \
|
||||
-Wl,-framework -Wl,Foundation -Wl,-framework -Wl,AppKit -lcc_dynamic
|
||||
|
||||
# -- library for ASYNSRV
|
||||
HARDSUPLIB=$(SICST)/hardsup/libhlib.a
|
||||
HARDSUPLIB=../hardsup/libhlib.a
|
||||
|
||||
# -- readline library
|
||||
RDLIB =-lreadline
|
||||
@@ -36,4 +36,4 @@ Q=$^
|
||||
F=$<
|
||||
C=$<
|
||||
|
||||
include $(SRC)make_gen
|
||||
include make_gen
|
||||
|
||||
Reference in New Issue
Block a user