- cleaned up makefiles
- polished code to avoid warnings
This commit is contained in:
@ -6,13 +6,14 @@
|
||||
# Markus Zolliker, March 2003
|
||||
#==========================================================================
|
||||
|
||||
include ../$(SRC)linux_def
|
||||
include ../linux_def
|
||||
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -I$(SRC)hardsup \
|
||||
-I../$(SRC) -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
||||
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ihardsup \
|
||||
-I.. -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY) \
|
||||
-Wall -Wno-unused -Wno-comment -Wno-switch
|
||||
|
||||
EXTRA=nintf.o
|
||||
|
||||
include $(SRC)make_gen
|
||||
include make_gen
|
||||
|
Reference in New Issue
Block a user