[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: work4 - dependencies
- From: David Burgess <dburgess@...>
- Date: Sun, 2 Jan 2005 09:34:09 +1000
The one advantage that I see in the later is being able to apply
nmake batch rules. (gmake has something similar, I tink)
e.g.
{src}.c{$(WKDIR)}.obj::
$(CC) $(CFLAGS) /c $<
src/lapi.c : lua.h luaconf.h lapi.h lobject.h llimits.h ldebug.h \
lstate.h ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h lstring.h ltable.h \
lundump.h lvm.h
DB