Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
70N/A#
70N/A# CDDL HEADER START
70N/A#
70N/A# The contents of this file are subject to the terms of the
70N/A# Common Development and Distribution License, Version 1.0 only
70N/A# (the "License"). You may not use this file except in compliance
70N/A# with the License.
70N/A#
70N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70N/A# or http://www.opensolaris.org/os/licensing.
70N/A# See the License for the specific language governing permissions
70N/A# and limitations under the License.
70N/A#
70N/A# When distributing Covered Code, include this CDDL HEADER in each
70N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
70N/A# If applicable, add the following below this CDDL HEADER, with the
70N/A# fields enclosed by brackets "[]" replaced with your own identifying
70N/A# information: Portions Copyright [yyyy] [name of copyright owner]
70N/A#
70N/A# CDDL HEADER END
70N/A#
70N/A#
70N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
70N/A# Use is subject to license terms.
70N/A#
70N/A# ident "%Z%%M% %I% %E% SMI"
70N/A#
70N/A# cmd/fmli/oh/Makefile
70N/A#
70N/ALIBRARY = liboh.a
70N/A
70N/AOBJECTS = action.o alias.o cmd.o detab.o detect.o dispfuncs.o \
70N/A evstr.o externoot.o fm_mn_par.o getval.o helptext.o \
70N/A if_ascii.o if_dir.o if_init.o if_exec.o if_form.o if_help.o \
70N/A if_menu.o ifuncs.o interrupt.o is_objtype.o misc.o \
70N/A namecheck.o nextpart.o obj_to_opt.o obj_to_par.o odftread.o \
70N/A odikey.o oh_init.o ootpart.o ootread.o opt_rename.o optab.o \
70N/A optabfuncs.o ott_mv.o partab.o partabfunc.o pathtitle.o \
70N/A pathfstype.o path_to_vp.o pathott.o scram.o slk.o \
70N/A suffuncs.o typefuncs.o typetab.o
70N/A
70N/A# include library definitions
70N/Ainclude ../../../lib/Makefile.lib
70N/A
70N/AC99MODE= $(C99_DISABLE)
70N/A
70N/A# Specifically request the construction of a static library.
70N/A# This library is not installed in the proto area.
70N/ALIBS = $(LIBRARY)
70N/A
70N/A# inc must be first.
70N/ACPPFLAGS = -I../inc $(CPPFLAGS.master)
70N/ACPPFLAGS += -DWISH
70N/A
70N/A.KEEP_STATE:
70N/A
70N/Aall: $(LIBS)
70N/A
70N/Ainstall: all
70N/A @echo "$(LIBRARY) is not installed."
# include library targets
include ../../../lib/Makefile.targ