Makefile revision 702941cd97e30d600c2c1275823bc58231b2c361
961N/A
961N/A#
961N/A# This file and its contents are supplied under the terms of the
961N/A# Common Development and Distribution License ("CDDL"), version 1.0.
961N/A# You may only use this file in accordance with the terms of version
961N/A# 1.0 of the CDDL.
961N/A#
961N/A# A full copy of the text of the CDDL should have accompanied this
961N/A# source. A copy of the CDDL is also available via the Internet at
961N/A# http://www.illumos.org/license/CDDL.
961N/A#
961N/A
961N/A#
961N/A# Copyright 2012, Richard Lowe.
961N/A#
961N/A
961N/Ainclude $(SRC)/Makefile.master
961N/Ainclude $(SRC)/Makefile.master.64
961N/A
961N/A.KEEP_STATE:
961N/A
961N/AOBJECTS = testmatch.o data.o
961N/APROG = testmatch
961N/A
961N/ALDLIBS64 += -lsaveargs
961N/A
961N/AASFLAGS += -P
961N/AAS_CPPFLAGS += -D_ASM
1298N/A
1298N/A$(PROG): $(OBJECTS)
1298N/A $(LINK.c) -o $@ $(OBJECTS) $(LDLIBS64)
1298N/A
1298N/Aclean:
1298N/A $(RM) $(OBJECTS) $(PROG)
1298N/A
1298N/Aclobber: clean
1298N/A
1298N/Aall: $(PROG)
1298N/A
1298N/Ainstall: all
1298N/A