make-w32
[Top][All Lists]
Advanced

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

(newbie problem #2?): make can't find my implicit rule


From: Andy Voelkel
Subject: (newbie problem #2?): make can't find my implicit rule
Date: Mon, 10 Nov 2003 09:53:59 -0800

I've got two different kinds of source files. Here are the implicit
rules I've defined:

%.obj:%.c
        $(DSPTOOLS)\cl500 $(COPT) -fr $(OBJDIR) -cg -i$(INCDIR) $<

%.obj:%.asm
        $(DSPTOOLS)\asm500 $(AOPT) -v548 -i$(INCDIR) $< $(OBJDIR)/$(@F)

Gmake seems to be perfectly happy to build obj files out of c files, but
not asm files. I looked at the debug output, and make says it can't find
an implicit rule.

Any idea why?

- Andy Voelkel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]