Mercurial > hg > xemacs-beta
comparison lwlib/Makefile.in.in @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | c5d627a313b1 |
children | 064ab7fed2e0 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
30 @SET_MAKE@ | 30 @SET_MAKE@ |
31 SHELL=/bin/sh | 31 SHELL=/bin/sh |
32 RM = rm -f | 32 RM = rm -f |
33 AR = ar cq | 33 AR = ar cq |
34 | 34 |
35 CC=@CC@ | 35 CC=@XEMACS_CC@ |
36 CPP=@CPP@ | 36 CPP=@CPP@ |
37 CFLAGS=@CFLAGS@ | 37 CFLAGS=@CFLAGS@ |
38 CPPFLAGS=@CPPFLAGS@ | 38 CPPFLAGS=@CPPFLAGS@ |
39 RANLIB=@RANLIB@ | 39 RANLIB=@RANLIB@ |
40 | 40 |