Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 347:7c94d56991e1 r21-1-3
Import from CVS: tag r21-1-3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:53:48 +0200 |
parents | 19dcec799385 |
children | 8e84bee8ddd0 |
comparison
equal
deleted
inserted
replaced
346:dd0986ffd2cf | 347:7c94d56991e1 |
---|---|
147 ## failed to find it for getopt.o. | 147 ## failed to find it for getopt.o. |
148 ## Using an explicit command made it work. | 148 ## Using an explicit command made it work. |
149 .c.o: | 149 .c.o: |
150 ${CC} -c $(cflags) $< | 150 ${CC} -c $(cflags) $< |
151 | 151 |
152 .PHONY : all maybe-blessmail install uninstall | |
153 | |
152 all: ${UTILITIES} ${INSTALLABLES} srcdir-symlink.stamp | 154 all: ${UTILITIES} ${INSTALLABLES} srcdir-symlink.stamp |
153 | 155 |
154 ## Make symlinks for shell scripts if using --srcdir | 156 ## Make symlinks for shell scripts if using --srcdir |
155 srcdir-symlink.stamp: | 157 srcdir-symlink.stamp: |
156 for f in ${SCRIPTS}; do \ | 158 for f in ${SCRIPTS}; do \ |
205 done ; \ | 207 done ; \ |
206 fi | 208 fi |
207 | 209 |
208 ## We do not need to install "wakeup" explicitly, because it will be | 210 ## We do not need to install "wakeup" explicitly, because it will be |
209 ## copied when this whole directory is copied. | 211 ## copied when this whole directory is copied. |
210 .PHONY : all maybe-blessmail install uninstall | |
211 install: ${archlibdir} | 212 install: ${archlibdir} |
212 @echo; echo "Installing utilities for users to run." | 213 @echo; echo "Installing utilities for users to run." |
213 for file in ${INSTALLABLES} ; do \ | 214 for file in ${INSTALLABLES} ; do \ |
214 (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \ | 215 (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \ |
215 done | 216 done |