Makefile (7c478bd95313f5f23a4c958a745db2134aa03244) Makefile (f998c95e3b7029fe5f7542e115f7474ddb8024d7)
1#
1#
2# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5# ident "%Z%%M% %I% %E% SMI"
6#
7
8include ../Makefile.lib
9
10HDRS = tcpd.h
11CHECKHDRS =
12HDRDIR = .
13SUBDIRS = $(MACH)
14
3# Use is subject to license terms.
4#
5# ident "%Z%%M% %I% %E% SMI"
6#
7
8include ../Makefile.lib
9
10HDRS = tcpd.h
11CHECKHDRS =
12HDRDIR = .
13SUBDIRS = $(MACH)
14
15ROOTHDRDIR = $(ROOTSFWINCLUDE)
16
17all := TARGET = all
18clean := TARGET = clean
19clobber := TARGET = clobber
20install := TARGET = install
21lint := TARGET = lint
22
23.KEEP_STATE:
24
25all clean clobber install lint: $(SUBDIRS)
26
15all := TARGET = all
16clean := TARGET = clean
17clobber := TARGET = clobber
18install := TARGET = install
19lint := TARGET = lint
20
21.KEEP_STATE:
22
23all clean clobber install lint: $(SUBDIRS)
24
25all install: THIRDPARTYLICENSE
26
27install_h: $(ROOTHDRS)
28
29check: $(CHECKHDRS)
30
31$(SUBDIRS): FRC
32 @cd $@; pwd; $(MAKE) $(TARGET)
33
34FRC:
35
27install_h: $(ROOTHDRS)
28
29check: $(CHECKHDRS)
30
31$(SUBDIRS): FRC
32 @cd $@; pwd; $(MAKE) $(TARGET)
33
34FRC:
35
36$(ROOTHDRS): $(ROOTHDRDIR)
36THIRDPARTYLICENSE: DISCLAIMER
37 $(GREP) -v '\*\*\*\*' DISCLAIMER > $@
37
38
38$(ROOTHDRDIR): $(ROOTSFW)
39 $(INS.dir)
39CLOBBERFILES += THIRDPARTYLICENSE
40
40
41$(ROOTSFW):
42 $(INS.dir)
43
44include ../Makefile.targ
41include ../Makefile.targ