comparison lib-src/Makefile.in.in @ 1886:ee0959363838

[xemacs-hg @ 2004-01-27 17:49:44 by james] Pass $(ldflags) to mmencode and make-path builds.
author james
date Tue, 27 Jan 2004 17:49:44 +0000
parents 6504113e7c2d
children 2364237fbc0f
comparison
equal deleted inserted replaced
1885:51ce4f55d8c3 1886:ee0959363838
385 $(CC) $(cflags_gnuserv) ${srcdir}/$@.c gnuslib.o ${ldflags_gnuserv} -o $@ 385 $(CC) $(cflags_gnuserv) ${srcdir}/$@.c gnuslib.o ${ldflags_gnuserv} -o $@
386 386
387 ## mmencode binary is used by tm - but is really part of the metamail package 387 ## mmencode binary is used by tm - but is really part of the metamail package
388 ## mmencode.c was merged copy of mmencode.c and codes.c of metamail 388 ## mmencode.c was merged copy of mmencode.c and codes.c of metamail
389 mmencode : ${srcdir}/mmencode.c 389 mmencode : ${srcdir}/mmencode.c
390 $(CC) $(cflags) ${srcdir}/mmencode.c -o $@ 390 $(CC) $(cflags) ${srcdir}/mmencode.c $(ldflags) -o $@
391 391
392 392
393 ## The timer utility (timer.c, getdate.y) is not used in XEmacs 393 ## The timer utility (timer.c, getdate.y) is not used in XEmacs
394 ## because XEmacs provides built-in timer facilities. 394 ## because XEmacs provides built-in timer facilities.
395 395
396 make-path: ${srcdir}/make-path.c ../src/config.h 396 make-path: ${srcdir}/make-path.c ../src/config.h
397 $(CC) -Demacs $(cflags) ${srcdir}/make-path.c -o $@ 397 $(CC) -Demacs $(cflags) ${srcdir}/make-path.c $(ldflags) -o $@