The R Project SVN R

Rev

Rev 38816 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#-*- Makefile -*-
include ../../gnuwin32/MkRules

CFLAGS=$(OPTFLAGS)
OBJS = compat.o triostr.o trio.o trionan.o
TARGETLIB = libtrio.a

all: $(TARGETLIB)

$(TARGETLIB): $(OBJS)

clean:
    @$(RM) *~ $(OBJS)
distclean: clean
    @$(RM) $(TARGETLIB)