objects may now be separated from sources M.Z.
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
VPATH=$(SRC)
|
||||
|
||||
OBJ= el734_utility.o asynsrv_utility.o stredit.o \
|
||||
strjoin.o failinet.o geterrno.o el737_utility.o sinqhm.o serialsinq.o \
|
||||
itc4util.o dillutil.o table.o el755_utility.o el755_errorlog.o \
|
||||
|
8
hardsup/makefile
Normal file
8
hardsup/makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# this makefile delegates to a version specific makefile
|
||||
|
||||
# where this subdirectory is (relative to the sics root)
|
||||
S_DOWN=psi/hardsup
|
||||
# where root is (from here)
|
||||
S_UP=../..
|
||||
|
||||
include ../../make_forward
|
@ -9,6 +9,6 @@
|
||||
include ../../alpha_def
|
||||
|
||||
CC = cc
|
||||
CFLAGS = -std1 -I../.. -g $(DFORTIFY) -I$(SRC).. -I$(SRC).
|
||||
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC)../.. -I$(SRC).. -I$(SRC).
|
||||
|
||||
include make_gen
|
||||
|
@ -6,9 +6,9 @@
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
include ../../linux_def
|
||||
include ../../$(SRC)linux_def
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC). -I.. -I../..
|
||||
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC). -I../../$(SRC)
|
||||
|
||||
include $(SRC)make_gen
|
||||
|
Reference in New Issue
Block a user