Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
227N/A#
227N/A# CDDL HEADER START
227N/A#
227N/A# The contents of this file are subject to the terms of the
227N/A# Common Development and Distribution License, Version 1.0 only
227N/A# (the "License"). You may not use this file except in compliance
227N/A# with the License.
227N/A#
227N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
227N/A# or http://www.opensolaris.org/os/licensing.
227N/A# See the License for the specific language governing permissions
227N/A# and limitations under the License.
227N/A#
227N/A# When distributing Covered Code, include this CDDL HEADER in each
227N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
227N/A# If applicable, add the following below this CDDL HEADER, with the
227N/A# fields enclosed by brackets "[]" replaced with your own identifying
227N/A# information: Portions Copyright [yyyy] [name of copyright owner]
227N/A#
227N/A# CDDL HEADER END
2974N/A#
227N/A#
227N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
227N/A# Use is subject to license terms.
227N/A#
227N/A# ident "%Z%%M% %I% %E% SMI"
227N/A#
618N/A# cmd/fmli/form/Makefile
227N/A#
227N/ALIBRARY = libform.a
844N/A
844N/AOBJECTS = fcheck.o fclose.o fctl.o fcurrent.o fcustom.o fdefault.o \
227N/A frefresh.o
1258N/A
227N/A# include library definitions
2974N/Ainclude ../../../lib/Makefile.lib
2974N/A
227N/AC99MODE= $(C99_DISABLE)
227N/A
227N/A# Specifically request the construction of a static library.
227N/A# This library is not installed in the proto area.
227N/ALIBS = $(LIBRARY)
227N/A
227N/A# inc must be first.
227N/ACPPFLAGS = -I../inc $(CPPFLAGS.master)
1938N/A
1938N/A.KEEP_STATE:
227N/A
2023N/Aall: $(LIBS)
227N/A
2023N/Ainstall: all
227N/A @echo "$(LIBRARY) is not installed."
227N/A
227N/A# include library targets
227N/Ainclude ../../../lib/Makefile.targ
227N/A