[1678] in java-interest

home help back first fref pref prev next nref lref last post

Question about Makefile for native functions

daemon@ATHENA.MIT.EDU (Sid Conklin)
Wed Sep 13 20:25:56 1995

Date: 13 Sep 1995 13:40:39 -0700
From: "Sid Conklin" <sid.conklin@nora.stanford.edu>
To: "java-interest@java.sun.com" <java-interest@java.sun.com>

I'm following your native methods (File) example in alpha3 and can't figure
out the following portion of the make file.  The "@ cat..." always fails
because it can't find the /.*stubs files.  Further, I can't locate any
*.stubs files inside my java file space.  So, what is this supposed to do? Am
I missing some files or have I errored again?

[delete... Makefile text ]

libstubs.c	: classheaders $(STUBPREAMBLE)
		  $(JAVAH) -classpath $(CLASSPATH) -d $(CLASSSTUBDIR)/	\
		      -stubs $(EXPORTEDCLASSES)
		  @ cat $(STUBPREAMBLE) $(CLASSSTUBDIR)/*.stubs > $@

Thanks,

Sid Conklin
Stanford University

-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post