Makefile (7c478bd9) Makefile (241c90a0)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23#ident "%Z%%M% %I% %E% SMI"
24#
25# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
28# Makefile for building SLP API and slpd.
29
30include $(SRC)/Makefile.master
31include Makefile.conf
32

--- 54 unchanged lines hidden (view full) ---

87 $(INS.dir)
88
89manifests:
90 $(MAKE) -f Makefile.manifest CLASSES=$(CLASSES) PKGPATH=$(PKGPATH)
91
92install: all message_files manifests $(JARDESTDIR) $(INSJARS)
93
94# empty targets for top-level building compatability
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# Makefile for building SLP API and slpd.
27
28include $(SRC)/Makefile.master
29include Makefile.conf
30

--- 54 unchanged lines hidden (view full) ---

85 $(INS.dir)
86
87manifests:
88 $(MAKE) -f Makefile.manifest CLASSES=$(CLASSES) PKGPATH=$(PKGPATH)
89
90install: all message_files manifests $(JARDESTDIR) $(INSJARS)
91
92# empty targets for top-level building compatability
93install_h:
95
94
96install_h lint:
97
98# jstyle check -- more for developer's convenience since the checks are
99# not automated in the build.
95# jstyle check -- more for developer's convenience since the checks are
96# not automated in the build.
100
101check:
102 $(JSTYLE) -p $(PKGPATH)/*.java
97check:
98 $(JSTYLE) -p $(PKGPATH)/*.java