Makefile revision b599bd937c305a895426e8c412ca920ce7824850
318N/A#
318N/A# This file and its contents are supplied under the terms of the
318N/A# Common Development and Distribution License ("CDDL"), version 1.0.
318N/A# You may only use this file in accordance with the terms of version
318N/A# 1.0 of the CDDL.
318N/A#
318N/A# A full copy of the text of the CDDL should have accompanied this
318N/A# source. A copy of the CDDL is also available via the Internet at
318N/A# http://www.illumos.org/license/CDDL.
318N/A#
318N/A
318N/A#
318N/A# Copyright 2015 Joyent, Inc.
318N/A#
318N/A
318N/Ainclude $(SRC)/Makefile.master
318N/A
318N/AROOTOPTPKG = $(ROOT)/opt/libc-tests
318N/ATESTDIR = $(ROOTOPTPKG)/tests
318N/A
3817N/APROGS = catopen
318N/A
318N/Ainclude $(SRC)/cmd/Makefile.cmd
318N/Ainclude $(SRC)/test/Makefile.com
318N/A
1459N/ACMDS = $(PROGS:%=$(TESTDIR)/%)
1459N/A$(CMDS) := FILEMODE = 0555
1459N/A
1459N/Aall: $(PROGS)
844N/A
1459N/Ainstall: all $(CMDS)
1459N/A
1258N/Alint:
318N/A
3061N/Aclobber: clean
3061N/A -$(RM) $(PROGS)
3817N/A
3817N/Aclean:
3817N/A -$(RM) *.o
318N/A
1459N/A$(CMDS): $(TESTDIR) $(PROGS)
318N/A
318N/A
1459N/A$(TESTDIR):
4195N/A $(INS.dir)
318N/A
318N/A$(TESTDIR)/%: %
1938N/A $(INS.file)
1938N/A
318N/A$(TESTDIR)/%: %
318N/A $(INS.file)
318N/A