M.Z.
This commit is contained in:
@ -10,10 +10,16 @@
|
|||||||
#NIOBJ= nigpib.o
|
#NIOBJ= nigpib.o
|
||||||
#NILIB=-lgpibenet
|
#NILIB=-lgpibenet
|
||||||
|
|
||||||
include linux_def
|
# 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
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ipsi/hardsup -I. \
|
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) \
|
||||||
|
-I$(SRC)psi/hardsup -I$(SRC). \
|
||||||
-fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
-fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
||||||
|
|
||||||
BINTARGET = bin
|
BINTARGET = bin
|
||||||
|
Reference in New Issue
Block a user