Mercurial > hg > xemacs-beta
comparison lwlib/Makefile.in.in @ 1889:bf8be6575eae
[xemacs-hg @ 2004-01-28 11:20:34 by stephent]
configure fixes <87ektkgw4y.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 28 Jan 2004 11:20:42 +0000 |
parents | e9a3f8b4de53 |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
1888:71e9a0048be8 | 1889:bf8be6575eae |
---|---|
32 RM = rm -f | 32 RM = rm -f |
33 AR = ar cq | 33 AR = ar cq |
34 | 34 |
35 CC=@XEMACS_CC@ | 35 CC=@XEMACS_CC@ |
36 CPP=@CPP@ | 36 CPP=@CPP@ |
37 CFLAGS=@CFLAGS@ | 37 CFLAGS=@XE_CFLAGS@ |
38 CPPFLAGS=@CPPFLAGS@ | 38 CPPFLAGS=@CPPFLAGS@ |
39 RANLIB=@RANLIB@ | 39 RANLIB=@RANLIB@ |
40 | 40 |
41 #define NOT_C_CODE | 41 #define NOT_C_CODE |
42 #include "../src/config.h" | 42 #include "../src/config.h" |