Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# @configure_input@

wims_home=../../..
cc=@CC@
cflags=@CFLAGS@ -Wall
defines=@DEFINES@

all:checkmol

checkmol::
        $(cc) checkmolc.c -o checkmol -lm

clean::
        rm -f checkmol