[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / texmacs / asir

Annotation of OpenXM/src/texmacs/asir/Makefile, Revision 1.1

1.1     ! ohara       1: # $OpenXM$
        !             2:
        !             3: CFLAGS=-O2 -Wall
        !             4: #LIBS=-lsocket -lnsl
        !             5:
        !             6: all: bin/tm_asir
        !             7:
        !             8: bin/tm_asir: src/tm_asir.c
        !             9:        -mkdir bin
        !            10:        ${CC} ${CFLAGS} -o bin/tm_asir src/tm_asir.c ${LIBS}
        !            11:        strip bin/tm_asir
        !            12:
        !            13: clean:
        !            14:        -rm -f bin/tm_asir *~ src/*~ progs/*~

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>