Files
sics/site_ansto/hardsup/makefile
Douglas Clowes aaac832181 add oxford protocol
r2961 | dcl | 2010-06-25 15:10:25 +1000 (Fri, 25 Jun 2010) | 2 lines
2012-11-15 17:04:03 +11:00

22 lines
743 B
Makefile

#---------------------------------------------------------------------------
# Makefile for the site hardware support library
# Paul Hathaway, Nov 2004
#--------------------------------------------------------------------------
.SUFFIXES:
.SUFFIXES: .c .o
SRC = .
CC = gcc
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC) -I../.. -Wall -Wno-unused -Wextra
HOBJ= nhq200util.o itc4util.o lh45util.o lakeshore340util.o west4100util.o asynsrv_utility.o geterrno.o strjoin.o chopper.o modbustcp.o sct_galilprot.o sct_modbusprot.o sct_oxfordprot.o sct_orhvpsprot.o sct_velselprot.o sct_usbtmcprot.o sct_rfamp.o sinqhttpprot.o sct_protek608.o
libhlib.a: $(HOBJ)
rm -f libhlib.a
ar cr libhlib.a $(HOBJ)
ranlib libhlib.a
clean:
rm -f *.o *.a