Makefile revision 6e93b38e61e2cf3c36f56dc2dac897f37b908dfe
2N/A# The contents of this file are subject to the terms of the 2N/A# Common Development and Distribution License (the "License"). 2N/A# You may not use this file except in compliance with the License. 2N/A# See the License for the specific language governing permissions 2N/A# and limitations under the License. 2N/A# When distributing Covered Code, include this CDDL HEADER in each 2N/A# If applicable, add the following below this CDDL HEADER, with the 2N/A# fields enclosed by brackets "[]" replaced with your own identifying 2N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 2N/A# Use is subject to license terms. 2N/A# ident "%Z%%M% %I% %E% SMI" 2N/A######################################################### 2N/A# Makefile for the Solstice Enterprise Agent 2N/A# all - compile everything 2N/A# install - create installation directories and copy files # package - create packages in installation directory # clean - remove all .o's, binaries, libraries, detritus # clobber - make clean plus removing sources. Forces sccs get # lint - run lint on the source files ######################################################### # include $(OPTIONAL_INCLUDE_FILE) # Use $TARG_SYS for OS dependent variables # TARG_SYS gets defined as SVR4 or SUNOS # Need a "make install" target for integrating into Solaris 2.6. # Need a lint target for Solaris2.6 integration. # We need a real make clobber with sccs clean.