objects may now be separated from sources M.Z.

This commit is contained in:
cvs
2003-08-25 14:28:23 +00:00
parent 7ceb18416c
commit 50143d1256
11 changed files with 43 additions and 19 deletions

View File

@@ -5,6 +5,8 @@
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
VPATH=$(SRC)
LIBR_OBJ =coc_util.o myc_err.o myc_str.o myc_buf.o myc_time.o
SERV_OBJ =tecs.o coc_server.o tecs_lsc.o tecs_serial.o coc_logfile.o \
tecs_data.o $(LIBR_OBJ)

View File

@@ -1,3 +1,8 @@
#include makefile_alpha
include makefile_linux
# this makefile delegates to a version specific makefile
# where this subdirectory is (relative to the sics root)
S_DOWN=psi/tecs
# where root is (from here)
S_UP=../..
include $(S_UP)/make_forward

View File

@@ -5,14 +5,11 @@
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
include ../../linux_def
SICST=..
SICS=$(SRC)..
include ../../$(SRC)linux_def
CC = gcc
FC = g77
CFLAGS = -DLINUX -g $(DFORTIFY) -I../..
CFLAGS = -DLINUX -g $(DFORTIFY) -I../$(SRC) -I../hardsup/$(SRC)
FFLAGS = -u -fvxt -g
ARFLAGS = cr