Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 294:4b85ae5eabfb r21-0b45
Import from CVS: tag r21-0b45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:01 +0200 |
parents | c9fe270a4101 |
children | 19dcec799385 |
comparison
equal
deleted
inserted
replaced
293:403535bfea94 | 294:4b85ae5eabfb |
---|---|
271 $(CC) ${etags_args} -o $@ | 271 $(CC) ${etags_args} -o $@ |
272 | 272 |
273 runemacs_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ | 273 runemacs_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ |
274 -DVERSION='"${version}"' ${srcdir}/../nt/runemacs.c \ | 274 -DVERSION='"${version}"' ${srcdir}/../nt/runemacs.c \ |
275 $(ldflags) -Wl,--subsystem,windows | 275 $(ldflags) -Wl,--subsystem,windows |
276 runemacs_deps = ${srcdir}/../nt/runemacs.c ../src/config.h | 276 runemacs_deps = ${srcdir}/../nt/runemacs.c ${srcdir}/../nt/xemacs.ico ../src/config.h |
277 | 277 |
278 runemacs: ${runemacs_deps} | 278 runemacs: ${runemacs_deps} |
279 $(CC) ${runemacs_args} -o $@ | 279 echo "runemacs ICON DISCARDABLE \"../nt/xemacs.ico\"" \ |
280 | windres -o runemacs_res.o | |
281 $(CC) runemacs_res.o ${runemacs_args} -o $@ | |
280 | 282 |
281 ootags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ | 283 ootags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ |
282 -DVERSION='"${version}"' ${srcdir}/ootags.c \ | 284 -DVERSION='"${version}"' ${srcdir}/ootags.c \ |
283 $(GETOPTOBJS) regex.o $(ldflags) | 285 $(GETOPTOBJS) regex.o $(ldflags) |
284 ootags_deps = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h | 286 ootags_deps = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h |