8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / libsaveargs / tests / testmatch / Makefile
blob0bea0f4d8769f225ee19e550bf56d2db12054e4d
3 # This file and its contents are supplied under the terms of the
4 # Common Development and Distribution License ("CDDL"), version 1.0.
5 # You may only use this file in accordance with the terms of version
6 # 1.0 of the CDDL.
8 # A full copy of the text of the CDDL should have accompanied this
9 # source. A copy of the CDDL is also available via the Internet at
10 # http://www.illumos.org/license/CDDL.
14 # Copyright 2012, Richard Lowe.
17 include $(SRC)/Makefile.master
18 include $(SRC)/Makefile.master.64
20 .KEEP_STATE:
22 OBJECTS = testmatch.o data.o
23 PROG = testmatch
25 LDLIBS64 += -lsaveargs
27 ASFLAGS += -P
28 AS_CPPFLAGS += -D_ASM
30 $(PROG): $(OBJECTS)
31 $(LINK.c) -o $@ $(OBJECTS) $(LDLIBS64)
33 clean:
34 $(RM) $(OBJECTS) $(PROG)
36 clobber: clean
38 all: $(PROG)
40 install: all