objects may now be separated from sources M.Z.
This commit is contained in:
@ -6,12 +6,12 @@
|
||||
# Markus Zolliker, March 2003
|
||||
#==========================================================================
|
||||
|
||||
include ../linux_def
|
||||
include ../$(SRC)linux_def
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ihardsup \
|
||||
-I../ -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
||||
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -I$(SRC)hardsup \
|
||||
-I../$(SRC) -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
||||
|
||||
EXTRA=nintf.o
|
||||
|
||||
include make_gen
|
||||
include $(SRC)make_gen
|
||||
|
Reference in New Issue
Block a user