Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Make



My original question was regarding the "$$@" string in the dependency
line. GNU Make does not support this (see Chapter 13, Incompatibilities
and Missing Features) in the GNU Make manual. (http://www.gnu.org). 

For an eample in system V make:
${PPROGS}: $$.o
	$(CC) ${LDFLAGS}  $? -o $@ 

In GNU Make:
${PPROGS}: %: %.o
	$(CC) ${LDFLAGS}  $? -o $@ 


Jerry Feldman <gaf at blu.org>
Boston Linux and Unix
http://www.blu.org

-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org