Makefile (911106dfb16696472af8c1b7b4c554a829354fa8) Makefile (4b82800c9ef42549e376c68ab63eb6d8228449ce)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
25# Copyright 2018, Joyent, Inc.
26#
27
28include ../Makefile.lib
29
30HDRS = libvscan.h
31HDRDIR = common
32SUBDIRS= $(MACH)
33
34all := TARGET= all
35clean := TARGET= clean
36clobber := TARGET= clobber
37install := TARGET= install
38lint := TARGET= lint
39
40POFILE = libvscan.po
41MSGFILES = common/libvscan.c
42
43.KEEP_STATE:
44
26#
27
28include ../Makefile.lib
29
30HDRS = libvscan.h
31HDRDIR = common
32SUBDIRS= $(MACH)
33
34all := TARGET= all
35clean := TARGET= clean
36clobber := TARGET= clobber
37install := TARGET= install
38lint := TARGET= lint
39
40POFILE = libvscan.po
41MSGFILES = common/libvscan.c
42
43.KEEP_STATE:
44
45all clean clobber install lint _msg : $(SUBDIRS)
45all clean clobber install lint: $(SUBDIRS)
46
47$(POFILE): $(MSGFILES)
48 $(BUILDPO.msgfiles)
49
50install_h: $(ROOTHDRS)
51
52check: $(CHECKHDR)
53
54_msg: $(MSGDOMAINPOFILE)
55
56$(SUBDIRS): FRC
57 @cd $@; pwd; $(MAKE) $(TARGET)
58
59FRC:
60
61include $(SRC)/Makefile.msg.targ
62include ../Makefile.targ
46
47$(POFILE): $(MSGFILES)
48 $(BUILDPO.msgfiles)
49
50install_h: $(ROOTHDRS)
51
52check: $(CHECKHDR)
53
54_msg: $(MSGDOMAINPOFILE)
55
56$(SUBDIRS): FRC
57 @cd $@; pwd; $(MAKE) $(TARGET)
58
59FRC:
60
61include $(SRC)/Makefile.msg.targ
62include ../Makefile.targ