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@
lopt=-lm

LDFLAGS =

all: sigdigits

clean:
        rm -f *.o *.core *.stackdump sigdigits

sigdigits: sigdigits.c
        $(cc) $(cflags) $(LDFLAGS) -o sigdigits sigdigits.c $(lopt)