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