Makefile revision 494f7e12a62129ef191a15f9dfde6b7abe3bf510
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# CDDL HEADER START
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# The contents of this file are subject to the terms of the
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# Common Development and Distribution License (the "License").
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# You may not use this file except in compliance with the License.
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# or http://www.opensolaris.org/os/licensing.
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# See the License for the specific language governing permissions
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# and limitations under the License.
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# When distributing Covered Code, include this CDDL HEADER in each
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# If applicable, add the following below this CDDL HEADER, with the
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# CDDL HEADER END
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync# Use is subject to license terms.
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync#
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncMODULE = libpython2.6.so
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncMDBTGT = proc
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncMODSRCS_DIR = ../../../common/modules/libpython2.6
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncMODSRCS = libpython26.c
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncinclude ../../../../Makefile.cmd
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncinclude ../../Makefile.ia32
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncinclude ../../../Makefile.module
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync$(__GNUC)CPPFLAGS += -isystem $(ADJUNCT_PROTO)/usr/include
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsyncdmod/$(MODULE) := LDLIBS += -lproc
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync%.o: $(MODSRCS_DIR)/%.c
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync $(COMPILE.c) $<
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync $(CTFCONVERT_O)
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync%.ln: $(MODSRCS_DIR)/%.c
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync $(LINT.c) -c $<
2a21a474a93152e7a1637578953dfc3093f374b2vboxsync