[cs631apue] Makefile in different platforms

Hongyi Shen hshen4 at stevens.edu
Sun Dec 15 16:45:20 EST 2013


According to some material, my Makefile has something like this:

ROOT=.
PLATFORM=$(shell uname -s)
include $(ROOT)/Make.on.$(PLATFORM)

With extra files like Make.on.NetBSD, Make.on.SunOS, Make.on.Linux ...
containing different rules.

NetBSD and OmniOS seems doesn't recognize them and print out "Could not
find ./Make.on."

Any suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.stevens.edu/pipermail/cs631apue/attachments/20131215/3f5fc246/attachment.html>


More information about the cs631apue mailing list