- Still a problem with makefile

This commit is contained in:
cvs
2003-06-20 13:43:50 +00:00
parent 282d30b304
commit f7eb67ac4f

View File

@ -13,20 +13,11 @@ FORTIFYOBJ=strdup.o fortify.o
#NI= -DHAVENI #NI= -DHAVENI
#NIOBJ= nigpib.o #NIOBJ= nigpib.o
#NILIB=-lgpibenet #NILIB=-lgpibenet
#==========================================================================
# comment or uncomment if a difrac version is required
# Do not forget to remove or add comments to ofac.c as well if changes
# were made here.
#DIFOBJ=difrac.o -Ldifrac -ldif
#DIFIL= difrac.o
#==========================================================================
#----------------select proper Makefile #----------------select proper Makefile
MFLAGS= -f makefile_linux MFLAGS= -f makefile_linux
CC = gcc CC = gcc
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ipsi/hardsup -I.y \ CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ipsi/hardsup -I. \
-fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY) -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
BINTARGET = bin BINTARGET = bin