delorie.com/archives/browse.cgi | search |
Hello, At 18:43 13.01.2002 +0200, you wrote: > - Invoke Make recursively. Here's an example (untested): > >OBJPATH = ./obj/ > >$(target): $(source) > $(CC) $(CFLAGS) -c $< -o $(OBJPATH)$*.o > >$(OBJPATH)%.o : %.c > $(MAKE) $(MAKEFLAGS) $@ target=$@ source=$< DEPENDENCIES_OUTPUT=$*.d Your recursive example with some modification did do the trick! Thank you very much for all the help. Kind regards, Martin
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |