comparison lib-src/Makefile.in.in @ 414:da8ed4261e83 r21-2-15

Import from CVS: tag r21-2-15
author cvs
date Mon, 13 Aug 2007 11:21:38 +0200
parents 697ef44129c6
children 95016f13131a
comparison
equal deleted inserted replaced
413:901169e5ca31 414:da8ed4261e83
169 ## failed to find it for getopt.o. 169 ## failed to find it for getopt.o.
170 ## Using an explicit command made it work. 170 ## Using an explicit command made it work.
171 .c.o: 171 .c.o:
172 ${CC} -c $(cflags) $< 172 ${CC} -c $(cflags) $<
173 173
174 .PHONY : all maybe-blessmail install uninstall
175
174 all: ${UTILITIES} ${INSTALLABLES} srcdir-symlink.stamp 176 all: ${UTILITIES} ${INSTALLABLES} srcdir-symlink.stamp
175 177
176 ## Make symlinks for shell scripts if using --srcdir 178 ## Make symlinks for shell scripts if using --srcdir
177 srcdir-symlink.stamp: 179 srcdir-symlink.stamp:
178 for f in ${SCRIPTS}; do \ 180 for f in ${SCRIPTS}; do \
227 done ; \ 229 done ; \
228 fi 230 fi
229 231
230 ## We do not need to install "wakeup" explicitly, because it will be 232 ## We do not need to install "wakeup" explicitly, because it will be
231 ## copied when this whole directory is copied. 233 ## copied when this whole directory is copied.
232 .PHONY : all maybe-blessmail install uninstall
233 install: ${archlibdir} 234 install: ${archlibdir}
234 @echo; echo "Installing utilities for users to run." 235 @echo; echo "Installing utilities for users to run."
235 for file in ${INSTALLABLES} ; do \ 236 for file in ${INSTALLABLES} ; do \
236 (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \ 237 (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \
237 done 238 done