make/sun/rmi/rmi/Makefile

Print this page

        

*** 26,35 **** --- 26,38 ---- # # Makefile for building sun.rmi.* # BUILDDIR = ../../.. + JAVAC_MAX_WARNINGS = true + JAVAC_WARNINGS_FATAL = true + JAVAC_LINT_OPTIONS = -Xlint:all,-deprecation PACKAGE = sun.rmi PRODUCT = sun include $(BUILDDIR)/common/Defs.gmk #