This commit is contained in:
cvs
2003-08-27 12:40:32 +00:00
parent a31fdc1846
commit b9517673c8
10 changed files with 35 additions and 28 deletions

1
hardsup/cd_obj Normal file
View File

@ -0,0 +1 @@
cd ../../obj/$SICS_VERSION/psi/hardsup

View File

@ -9,6 +9,7 @@
.SUFFIXES: .c .o
VPATH=$(SRC)
ROOT=../..
OBJ= el734_utility.o asynsrv_utility.o stredit.o \
strjoin.o failinet.o geterrno.o el737_utility.o sinqhm.o serialsinq.o \

View File

@ -9,6 +9,6 @@
include ../../alpha_def
CC = cc
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC)../.. -I$(SRC).. -I$(SRC).
CFLAGS = -std1 -g $(DFORTIFY) -I$(SRC).
include make_gen

View File

@ -9,6 +9,6 @@
include ../../$(SRC)linux_def
CC = gcc
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC). -I../../$(SRC)
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC).
include $(SRC)make_gen