view tfo/Makefile @ 117:1465a737c4ce default tip

tfo: input data files for TFO transparent container experiments
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 26 Dec 2025 20:07:13 +0000
parents 4253e7dbffc9
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
STD=	compose-xpar find-is-hdr tfo-trace-msg
PROGS=	${STD}

all:	${PROGS}

${STD}:
	${CC} ${CFLAGS} -o $@ $@.c

compose-xpar:	compose-xpar.c
find-is-hdr:	find-is-hdr.c
tfo-trace-msg:	tfo-trace-msg.c

clean:
	rm -f ${PROGS} *.o *errs *.out