Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 203:850242ba4a81 r20-3b28
Import from CVS: tag r20-3b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:21 +0200 |
parents | 169c0442b401 |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
202:61eefc8fc970 | 203:850242ba4a81 |
---|---|
36 lispdir = ${srcdir}/../lisp/ | 36 lispdir = ${srcdir}/../lisp/ |
37 libsrc = ../lib-src/ | 37 libsrc = ../lib-src/ |
38 etcdir = ../etc/ | 38 etcdir = ../etc/ |
39 | 39 |
40 ## Here are the things that we expect ../configure to edit. | 40 ## Here are the things that we expect ../configure to edit. |
41 prefix=@prefix@ | |
41 srcdir=@srcdir@ | 42 srcdir=@srcdir@ |
43 version=@version@ | |
44 infodir=@infodir@ | |
45 infopath=@infopath@ | |
42 CC=@CC@ | 46 CC=@CC@ |
43 CPP=@CPP@ | 47 CPP=@CPP@ |
44 CFLAGS=@CFLAGS@ | 48 CFLAGS=@CFLAGS@ |
45 CPPFLAGS=@CPPFLAGS@ | 49 CPPFLAGS=@CPPFLAGS@ |
46 LDFLAGS=@LDFLAGS@ | 50 LDFLAGS=@LDFLAGS@ |