Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
48c0c81cd6fabac9d3386406d97633780365b839coar#
addbf2b3199f23773bdcaf7263acfcafe621a3bewrowe# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
8163c8f6e2a9a8e4aba318d874c54a3155d57e21jerenkrantz# You may not use this file except in compliance with the License.
0bd0176ce9f4321eeb506aa372d0bcc84befbf4cstriker#
d8028365066fca602bf35d014530a1802114378crbb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# or http://www.opensolaris.org/os/licensing.
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# See the License for the specific language governing permissions
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# and limitations under the License.
d89c116f82699294ca744125723651c554bc5925wrowe#
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# When distributing Covered Code, include this CDDL HEADER in each
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# If applicable, add the following below this CDDL HEADER, with the
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# fields enclosed by brackets "[]" replaced with your own identifying
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# information: Portions Copyright [yyyy] [name of copyright owner]
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb#
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# CDDL HEADER END
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley#
571760de5e60c0b459cb11be45507b923cd023eejwoolley#
571760de5e60c0b459cb11be45507b923cd023eejwoolley# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
9180a5933673ffb1af633c255ceee029340f3b1erbb# Use is subject to license terms.
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb#
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe
2900ab946a2d76b73a14cebfe2985d253f01c967stoddardPROG = polkit-is-privileged
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbbSRCS = $(PROG:%=%.c)
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbbinclude ../Makefile.cmd
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gsteininclude $(SRC)/lib/policykit/Makefile.policykit
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick
6f6f4a4bca281779d196acbdd5c017bb90858305trawickLDLIBS += -lpolkit $(POLICYKIT_GLIB_LDLIBS)
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawickCPPFLAGS += -I$(ROOT)/usr/include/libpolkit
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbCPPFLAGS += $(POLICYKIT_DBUS_CPPFLAGS) $(POLICYKIT_GLIB_CPPFLAGS)
bd929c73ef04789b7183b840d8db6e01d03a4d86rbbCPPFLAGS += -DPACKAGE_VERSION=\"$(POLICYKIT_VERSION)\"
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanojC99MODE = $(C99_ENABLE)
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
af4c982a7cf4515f124935f99a329744035fc699sliveCERRWARN += -_gcc=-Wno-unused-variable
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699sliveROOTUSRSBINPROG = $(PROG:%=$(ROOTUSRSBIN)/%)
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive.KEEP_STATE:
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699sliveall: $(PROG)
10270f6f94b2069d0d357805c140a9897449b9ccianh
4b62424416882687387923b3130b96241503cbe0jerenkrantzinstall: all $(ROOTUSRSBINPROG)
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz
363e9e52888cd7d75325b1ab90ac928f32d5af44jwoolleyclean:
363e9e52888cd7d75325b1ab90ac928f32d5af44jwoolley $(RM) $(CLEANFILES)
363e9e52888cd7d75325b1ab90ac928f32d5af44jwoolley
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantzFRC:
45b0e1c775c1cfed6473c9e5304179ccb9609f53stoddard
dbec4658981e4f9127e8676457c28d42932be7cdtrawickinclude ../Makefile.targ
d85144f90d2fb3cc27f12640011ef77ca7946dbdjwoolley