the capture command in that it not put resluts into the Tcl interpreter. This broke scriptcontext scripts in complicated situations. - Resolved some issues with the TAS calculation and negative scattering sense. - Fixed a bug which did not reset the state to idle after checking reachability in confvirtualmot.c
24 lines
636 B
Plaintext
24 lines
636 B
Plaintext
#---------------------------------------------------------------------------
|
|
# Makefile for SICS
|
|
# with libraries installed under /usr/local
|
|
#
|
|
# Mark Koennecke 1996-2001
|
|
# Markus Zolliker, March 2003
|
|
# Mark Koennecke, December 2009
|
|
#==========================================================================
|
|
|
|
#include ../linux_def
|
|
include ../sllinux_def
|
|
|
|
|
|
CC = gcc
|
|
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -I$(TCLINC) -Ihardsup \
|
|
-I.. -I. -MMD -DCYGNUS -DNONINTF -g $(DFORTIFY) \
|
|
-Wall -Wno-unused -Wunused-value -Wno-comment -Wno-switch -Werror
|
|
|
|
EXTRA=nintf.o
|
|
|
|
include make_gen
|
|
|
|
-include $(OBJ:.o=.d)
|