- cleaned up makefiles

- polished code to avoid warnings
This commit is contained in:
zolliker
2005-03-08 11:12:23 +00:00
parent 350c410bdf
commit 94075f06c7
60 changed files with 189 additions and 286 deletions

View File

@@ -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