Makefile revision 2
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# CDDL HEADER START
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# The contents of this file are subject to the terms of the
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# Common Development and Distribution License (the "License").
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# You may not use this file except in compliance with the License.
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# See the License for the specific language governing permissions
cd21e7c548ae2a3b5e522244bf798f2a6b4ba02dGarrett D'Amore# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
b89e420ae1290e425c29db875ec0c0546006eec7Garrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a6ae009119d792a981d8b7153f8cb3851fe04ebbRobert Mustacchi# If applicable, add the following below this CDDL HEADER, with the
cfc3b49fd53fba13be205e2206e0ea3b36f5f2c7Yuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying
f73e0305a745f17c6a584c4470f99ea1e023657fHans Rosenfeld# information: Portions Copyright [yyyy] [name of copyright owner]
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSRCS = addon-cpufreq.c ../../hald/logger.c ../../utils/adt_data.c
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweLDLIBS += -lc -ldbus-1 -lhal -lglib-2.0 -ldbus-glib-1 -lpolkit -lbsm
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweCPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweCPPFLAGS += -I$(ROOT)/usr/include/hal -I../../hald