What would be the darwine equivalent of:
JDK_HOME = /usr/local/jdk1.2.2
used for
$(CC) $(CFLAGS) -I$(JDK_HOME)/include -I$(JDK_HOME)/include/linux
So, basically I guess I'm asking what the directory is, and what to replace /include/linux with.
Thanks,
David