From 4d828b60adb6dc4f18e7ce7ff40316df1431d1fe Mon Sep 17 00:00:00 2001 From: stevel Date: Mon, 12 Jun 2006 14:14:31 -0700 Subject: 6436297 printmgr/helptools' Makefile has been all but abandoned by 6432546 --HG-- rename : usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile => deleted_files/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile --- .../printmgr/com/sun/admin/pm/client/Makefile | 4 +-- .../com/sun/admin/pm/client/helptools/Makefile | 42 ---------------------- 2 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile (limited to 'usr/src/cmd/print') diff --git a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile b/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile index faab83f740..5133a2df50 100644 --- a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile +++ b/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/Makefile @@ -99,7 +99,8 @@ $(MSGFILES):= OWNER = root $(MSGFILES):= GROUP = lp $(MSGFILES):= FILEMODE = 644 -CLEANFILES= *.class pmHelpResources.java pmCopyright.java +CLEANFILES= *.class pmHelpResources.java pmCopyright.java \ + helptools/*.class helptools/parsehelp CLOBBERFILES= # @@ -144,5 +145,4 @@ jstyle: lint: clean: $(RM) $(CLEANFILES) - cd helptools; $(MAKE) clean clobber: clean diff --git a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile b/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile deleted file mode 100644 index 19782de927..0000000000 --- a/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# -# ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# Makefile for Java Print Manager help tools -# -include $(SRC)/Makefile.master - -CLASSPATH= $(JAVA_ROOT)/jre/lib/rt.jar - -CLASSFILES = parseMain.class - -CLEANFILES= *.class parsehelp -CLOBBERFILES= - -install all: $(CLASSFILES) - -clobber: clean -clean: - $(RM) $(CLEANFILES) -- cgit v1.2.3