Makefile revision fe77cc0407fb667ddc04e1a8f2e203bb7b9c80e1
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#
2N/A# Copyright 2012 Joyent, Inc. All rights reserved.
2N/A# Use is subject to license terms.
2N/A#
2N/A
2N/AUTSBASE = ../..
2N/A
2N/AMODULE = ipd
2N/AOBJECTS = $(IPD_OBJS:%=$(OBJS_DIR)/%)
2N/ALINTS = $(IPD_OBJS:%.o=$(LINTS_DIR)/%.ln)
2N/AROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
2N/ACONF_SRCDIR = $(UTSBASE)/common/inet/ipd
2N/A
2N/Ainclude $(UTSBASE)/intel/Makefile.intel
2N/A
2N/AALL_TARGET = $(BINARY) $(SRC_CONFILE)
2N/ALINT_TARGET = $(MODULE).lint
2N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
2N/A
2N/ALDFLAGS += -dy -Nmisc/neti -Nmisch/hook
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Adef: $(DEF_DEPS)
2N/A
2N/Aall: $(ALL_DEPS)
2N/A
2N/Aclean: $(CLEAN_DEPS)
2N/A
2N/Aclobber: $(CLOBBER_DEPS)
2N/A
2N/Alint: $(LINT_DEPS)
2N/A
2N/Amodlintlib: $(MODLINTLIB_DEPS)
2N/A
2N/Aclean.lint: $(CLEAN_LINT_DEPS)
2N/A
2N/Ainstall: $(INSTALL_DEPS)
include $(UTSBASE)/intel/Makefile.targ