Makefile revision c9f77c52c0735e65aa2534394c5151cdb963cbef
2N/A#
2N/A# This file and its contents are supplied under the terms of the
2N/A# Common Development and Distribution License ("CDDL"), version 1.0.
2N/A# You may only use this file in accordance with the terms of version
2N/A# 1.0 of the CDDL.
2N/A#
2N/A# A full copy of the text of the CDDL should have accompanied this
2N/A# source. A copy of the CDDL is also available via the Internet at
2N/A# http://www.illumos.org/license/CDDL.
2N/A#
2N/A#
2N/A# Copyright (c) 2014 Racktop Systems.
2N/A#
2N/A
2N/AMODULE = Project
2N/A
2N/Ainclude $(SRC)/cmd/perl/Makefile.perl
2N/A
2N/ALDLIBS += -lproject -lgen
2N/A
2N/ACERRWARN += -_gcc=-Wno-unused-variable
2N/A
2N/AXSUBPPFLAGS = -typemap typemap
2N/A
2N/AMAPFILES = mapfile-vers
2N/A
2N/Ainclude $(SRC)/cmd/perl/Makefile.targ
2N/A
2N/Aall: $(PERLEXT) $(PERLMOD)
2N/A
2N/Ainstall: $(ROOTPERLEXT) $(ROOTPERLMOD)
2N/A
2N/Aclean clobber:
2N/A $(RM) -r $(MACH)
2N/A