File:  [Research Unix] / researchv10no / cmd / qsnap / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

CFLAGS = -g
LIB = libq.a
LIBO = $(LIB)(q.o) $(LIB)(gpib.o) $(LIB)(iberr.o) $(LIB)(library.o)

all:	qsnap

other:	qreset qbright qstatus qtest qreso

%:	%.c $(LIB)
	$(CC) $(CFLAGS) -o $% $%.c $(LIB)

qsnap:	Qsnap.c $(LIB) piclib.o
	$(CC) $(CFLAGS) -o qsnap Qsnap.c fsqrt.s $(LIB) piclib.o

qreso:	qreso.c $(LIB)
	$(CC) $(CFLAGS) -o qreso qreso.c $(LIB)

qtest:	qtest.c $(LIB)
	$(CC) $(CFLAGS) -o qtest qtest.c $(LIB)

$(LIB):	$(LIBO)

$(LIB)(%.o):		%.c
			$(CC) $(CFLAGS) -c $%.c
			ar rv $(LIB) $%.o
			ranlib $(LIB)
			rm $%.o

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.