- Make linux makefiles work

This commit is contained in:
koennecke
2009-12-23 14:08:22 +00:00
parent 4127cbb166
commit 85070df11d
6 changed files with 14 additions and 11 deletions

View File

@ -1,9 +1,10 @@
#---------------------------------------------------------------------------
# Makefile for the SINQ hardware support library
# machine-dependent part for Redhat Linux with AFS at PSI
# with libraries installed unde r/usr/local
#
# Mark Koennecke, November 1996
# Markus Zolliker, March 2003
# Mark Koennecke, December 2009
#--------------------------------------------------------------------------
include ../../linux_def

View File

@ -44,4 +44,4 @@ dgrambroadcast.o: dgrambroadcast.h dgrambroadcast.c
$(CC) $(SINQOPT) -c -g dgrambroadcast.c
sinq.o: sinq.c sinq.h dgrambroadcast.h
$(CC) $(SINQOPT) -I../ -g -c sinq.c
$(CC) -I$(TCLINC) $(SINQOPT) -I../ -g -c sinq.c

View File

@ -1,16 +1,17 @@
#---------------------------------------------------------------------------
# Makefile for SICS
# machine-dependent part for Redhat Linux with AFS at PSI
# with libraries installed under /usr/local
#
# Mark Koennecke 1996-2001
# Markus Zolliker, March 2003
# Mark Koennecke, December 2009
#==========================================================================
include ../sllinux_def
include ../linux_def
CC = gcc
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ihardsup \
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -I$(TCLINC) -Ihardsup \
-I.. -MMD -DCYGNUS -DNONINTF -g $(DFORTIFY) \
-Wall -Wno-unused -Wunused-value -Wno-comment -Wno-switch -Werror

View File

@ -1,7 +1,7 @@
# Makefile for modifications to PGPLOT allowing for
# timeout on cursor input for the devices VMAC, XWINDOW and XSERVE
ORIG=/afs/psi.ch/project/sinq/sl-linux/distsrc/pgplot5.2.2
ORIG=/usr/local/distsrc/pgplot5.2.2
FFLAGS=-g -Wimplicit -Wall -g -I$(ORIG)
CFLAGS=-g -DPG_PPU -I. -I/usr/X11R6/include

View File

@ -1,9 +1,9 @@
/*
* This is yet another protocol for scriptcontext. This is for variable
* terminated protocols. The Astriums have delivered the SANS-2 NVS with
* a protocol which uses a \n as a terminator most of the time but sometimes
* a \. This protocol handler expects messages in the form: terminator:payload
* The caller is responsible for providing the proper send terminator.
* terminated protocols. The Astriums have deliverd the SANS-2 NVS with
* a protocol which uses a \n as a terminator most of teh time but sometimes
* a \. This protocl handler expects messages in the form: terminator:payload
* The caller is responsible for providing the proper send termiantor.
*
* copyright: see file COPYRIGHT
*

View File

@ -1,9 +1,10 @@
#---------------------------------------------------------------------------
# Makefile for the SINQ hardware utilities
# machine-dependent part for Redhat Linux with AFS at PSI
# with libraries at /usr/local
#
# Mark Koennecke, November 1996
# Markus Zolliker, Oct 2003
# Mark Koennecke, December 2009
#--------------------------------------------------------------------------
include ../../linux_def