[KLUG Members] makefile madness

John Pesce pescej at sprl.db.erau.edu
Thu Jan 27 17:37:30 EST 2005


I have a makefile with a few macros

COFILENAME  = embryplotco
POFILENAME  = embryplotpo raptcontourpo
REQUISITES  = $(COFILENAME).$(Osuf) $(POFILENAME).$(Osuf)

It is obvious from the structure that the author intended for
REQUISITES  = embryplotco.o embryplotpo.o raptcontourpo.o

but instead it comes out as
REQUISITES  = embryplotco.o embryplotpo raptcontourpo.o


I can't find the correct macro modifier to simply stick the .o on the
end of the list of names.


More information about the Members mailing list