xref: /titanic_41/usr/src/cmd/ipf/tools/sparcv9/Makefile (revision fcf3ce441efd61da9bb2884968af01cb7c1452cc)
1#
2# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5#ident	"%Z%%M%	%I%	%E% SMI"
6
7include ../Makefile.tools
8include ../../../Makefile.cmd.64
9
10CFLAGS64 += -D_ELF64
11
12LDLIBS64 += -L ../../lib/$(MACH64) -lipf
13
14all: $(PROG) $(IPFPROG)
15
16install: all $(ROOTIPF64) $(ROOTUSRSBINPROG64) \
17	$(ROOTUSRSBINLINKS) $(ROOTIPFPROG64) $(ROOTIPFLINKS)
18