- cleaned up makefiles
- polished code to avoid warnings SKIPPED: psi/amorscan.c psi/amorstat.c psi/buffer.c psi/dornier2.c psi/ecb.c psi/ecbdriv.c psi/el737hpdriv.c psi/el737hpv2driv.c psi/eve.c psi/faverage.c psi/fowrite.c psi/ipsdriv.c psi/logger.c psi/make_gen psi/makefile psi/makefile_alpha psi/makefile_linux psi/oicom.c psi/psi.c psi/remob.c psi/ruli.c psi/tasinit.c psi/tasscan.c psi/tasutil.c psi/tricssupport.c psi/hardsup/itc4util.c psi/hardsup/make_gen psi/hardsup/makefile psi/hardsup/makefile_alpha psi/hardsup/makefile_linux psi/hardsup/makeprint.c psi/hardsup/serialsinq.c psi/tecs/coc_client.c psi/tecs/coc_logfile.c psi/tecs/coc_server.c psi/tecs/coc_server.h psi/tecs/didi psi/tecs/keep_running.c psi/tecs/macosx_def psi/tecs/make_crv.tcsh psi/tecs/make_gen psi/tecs/makefile psi/tecs/makefile_linux psi/tecs/makefile_macosx psi/tecs/myc_buf.c psi/tecs/myc_time.c psi/tecs/six.c psi/tecs/sys_select.c psi/tecs/tecs.c psi/tecs/tecs_cli.c psi/tecs/tecs_data.c psi/tecs/tecs_lsc.c psi/tecs/tecs_serial.c psi/tecs/term.c psi/utils/SerPortServer.c psi/utils/el734.c psi/utils/make_gen psi/utils/makefile psi/utils/makefile_alpha psi/utils/makefile_linux
This commit is contained in:
@ -11,16 +11,11 @@ NI= -DHAVENI
|
||||
NIOBJ= nigpib.o
|
||||
NILIB=$(SINQDIR)/linux/lib/cib.o
|
||||
|
||||
# The variable SRC is needed for the case, where source and objects are
|
||||
# separated. In the case where objects are mixed up with sources, SRC
|
||||
# is assumed to be empty and does not harm. I case of problems
|
||||
# please ask Markus Zolliker.
|
||||
|
||||
include $(SRC)linux_def
|
||||
include linux_def
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) \
|
||||
-I$(SRC)psi/hardsup -I$(SRC). \
|
||||
-Ipsi/hardsup -I. \
|
||||
-fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
||||
|
||||
BINTARGET = bin
|
||||
@ -32,7 +27,7 @@ LIBS = -static -L$(HDFROOT)/lib $(SUBLIBS) $(NILIB)\
|
||||
$(HDFROOT)/lib/libmfhdf.a $(HDFROOT)/lib/libdf.a \
|
||||
$(HDFROOT)/lib/libjpeg.a -ldl -lz -lm -lc
|
||||
|
||||
include $(SRC)make_gen
|
||||
include make_gen
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user