The R Project SVN R

Rev

Rev 43343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43343 Rev 53401
Line 3... Line 3...
3
include ../../gnuwin32/MkRules
3
include ../../gnuwin32/MkRules
4
 
4
 
5
all: makeMakedeps libbz2.a
5
all: makeMakedeps libbz2.a
6
 
6
 
7
CPPFLAGS=-I../../include
7
CPPFLAGS=-I../../include
8
CFLAGS= $(OPTFLAGS)
-
 
9
 
8
 
10
CSOURCES= blocksort.c huffman.c crctable.c randtable.c bzcompress.c \
9
CSOURCES= blocksort.c huffman.c crctable.c randtable.c bzcompress.c \
11
          decompress.c bzlib.c
10
          decompress.c bzlib.c
12
OBJS=$(CSOURCES:.c=.o)
11
OBJS=$(CSOURCES:.c=.o)
13
 
12