General cleanup.

git-svn-id: svn://10.0.0.236/trunk@47672 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-09-15 22:29:43 +00:00
parent 79756b3579
commit 4662b521e9
5 changed files with 66 additions and 39 deletions

View File

@@ -17,32 +17,35 @@
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = java
EXPORTS = bool.h \
interpreter.h \
javaString.h \
javaThreads.h \
jmc.h \
jni.h \
jni_md.h \
jri.h \
jri_md.h \
jriext.h \
jritypes.h \
nspr_md.h \
oobj.h \
sysmacros_md.h \
tree.h \
typedefs.h \
typedefs_md.h \
zip.h \
$(NULL)
EXPORTS = \
bool.h \
interpreter.h \
javaString.h \
javaThreads.h \
jmc.h \
jni.h \
jni_md.h \
jri.h \
jri_md.h \
jriext.h \
jritypes.h \
nspr_md.h \
oobj.h \
sysmacros_md.h \
tree.h \
typedefs.h \
typedefs_md.h \
zip.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk