From b520b21015518b7d2aa230443de4dee3eb222ed8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 15 May 2000 14:31:37 +0000 Subject: [PATCH] Added rules for java header file creation. --- config/RULES.Host | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/RULES.Host b/config/RULES.Host index 4b0a06c32..d4c3a7265 100644 --- a/config/RULES.Host +++ b/config/RULES.Host @@ -496,6 +496,11 @@ $(INSTALL_JAVA)/%.jar: %.jar @echo "Installing jar file $@" $(INSTALL) -d -m 644 $< $(@D) +$(PACKAGE)_%.h:$(INSTALL_JAVA)/$(PACKAGE)/%.class + $(JAVAHCMD) $(PACKAGE).$* + +.PRECIOUS: $(INSTALL_CLASSES) + #--------------------------------------------------------------- #--------------------------------------------------------------- # Generic Rules for 'simple' targets that