# $OpenXM: OpenXM/src/texmacs/asir/Makefile,v 1.1 2004/02/25 14:45:27 ohara Exp $ CFLAGS=-O2 -Wall #LIBS=-lsocket -lnsl all: bin/tm_asir bin/tm_asir: src/tm_asir.c -mkdir bin ${CC} ${CFLAGS} -o bin/tm_asir src/tm_asir.c ${LIBS} strip bin/tm_asir clean: -rm -f bin/tm_asir *~ src/*~ progs/*~