make question

CGuerra@brocker.co.nz CGuerra@brocker.co.nz
Thu Nov 9 17:35:00 GMT 2000


Hi all,

I'm trying to compile Java files.  Then I have

.SUFFIXES = .java .class

all: Base.class

.java.class:
     javac $<

My question is, how can I tell "make" to look NOT in the current directory
for Base.class for the comparison??  I like to separate source code from
classes.  But I don't like 'make' to remake the whole thing because it
couldn't find the target class.

THanks in advance,

Carlos.
cguerra@brocker.nz.co

PS: please reply to my email as well ;-)


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list