The R Project SVN R

Rev

Rev 5221 | Rev 6509 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5221 Rev 6350
Line 12... Line 12...
12
 
12
 
13
# Comment next line to stop substitution of malloc and friends
13
# Comment next line to stop substitution of malloc and friends
14
winalloc-CFLAGS=-DDANGER=1
14
winalloc-CFLAGS=-DDANGER=1
15
 
15
 
16
../ga.a: $(OBJS)
16
../ga.a: $(OBJS)
17
# uncomment to work around line-limit problems on djtools make
-
 
18
#	$(AR) cr $@ *.o
-
 
19
#	$(RANLIB) $@ 
-
 
20
 
-
 
21
# to allow changing USE_NATIVE*
-
 
22
buttons.o : internal.h
-
 
23
 
17
 
24
clean:
18
clean:
25
	$(RM) *.o *.a *~ \#*\#
19
	$(RM) *.o *.a *~ \#*\#
26
	$(MAKE) -C gifs clean
20
	$(MAKE) -C gifs clean
27
 
21