Makefile revision 2
316N/A#
316N/A# CDDL HEADER START
316N/A#
316N/A# The contents of this file are subject to the terms of the
316N/A# Common Development and Distribution License, Version 1.0 only
316N/A# (the "License"). You may not use this file except in compliance
316N/A# with the License.
316N/A#
316N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
316N/A# or http://www.opensolaris.org/os/licensing.
316N/A# See the License for the specific language governing permissions
316N/A# and limitations under the License.
316N/A#
316N/A# When distributing Covered Code, include this CDDL HEADER in each
316N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
316N/A# If applicable, add the following below this CDDL HEADER, with the
316N/A# fields enclosed by brackets "[]" replaced with your own identifying
316N/A# information: Portions Copyright [yyyy] [name of copyright owner]
873N/A#
316N/A# CDDL HEADER END
316N/A#
316N/A#
316N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
316N/A# Use is subject to license terms.
3232N/A#
316N/A#ident "%Z%%M% %I% %E% SMI"
316N/A#
316N/A# lib/efcode/fcode_test/Makefile
316N/A#
316N/A
316N/Ainclude ../../../Makefile.master
316N/A
316N/ATESTSRCS = test.fth calling.fth iftest.fth arithmetic.fth create.fth \
316N/A stack.fth bytemanipulate.fth loop.fth find.fth values.fth \
316N/A instance.fth catch.fth storage.fth case.fth access.fth misc.fth \
316N/A parse.fth
316N/A
316N/APROGS = test.fcode test64.fcode
316N/A
316N/ATOKENIZE = $(ONBLD_TOOLS)/bin/sparc/tokenize
316N/A
2342N/A.SUFFIXES: .fcode .fth $(SUFFIXES)
316N/A
316N/Ainstall all: $(PROGS)
316N/A
316N/A.fth.fcode:
316N/A $(TOKENIZE) $<
316N/A
316N/Atest.fcode: $(TESTSRCS)
316N/A
316N/Aclean:
316N/A $(RM) $(PROGS)
316N/A
316N/Aclobber: clean
316N/A
316N/Ainstall_h:
316N/A