Makefile (2dc323c7) Makefile (503609a9)
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

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

33#
34# include global definitions
35include Makefile.master
36#
37# the Targetdirs file is the AT&T target.dirs file in a makefile format.
38# it defines TARGETDIRS and ROOTDIRS.
39include Targetdirs
40
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

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

33#
34# include global definitions
35include Makefile.master
36#
37# the Targetdirs file is the AT&T target.dirs file in a makefile format.
38# it defines TARGETDIRS and ROOTDIRS.
39include Targetdirs
40
41COMMON_SUBDIRS= uts lib cmd ucblib ucbcmd psm man test
41COMMON_SUBDIRS= data uts lib cmd ucblib ucbcmd psm man test
42sparc_SUBDIRS= stand
43i386_SUBDIRS= grub boot
44
45#
46# sparc needs to build stand before psm
47#
48$(SPARC_BLD)psm: stand
49

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

59#
60# Headers that can be built in parallel
61#
62PARALLEL_HEADERS = sysheaders userheaders libheaders cmdheaders
63
64#
65# Directories that can be built in parallel
66#
42sparc_SUBDIRS= stand
43i386_SUBDIRS= grub boot
44
45#
46# sparc needs to build stand before psm
47#
48$(SPARC_BLD)psm: stand
49

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

59#
60# Headers that can be built in parallel
61#
62PARALLEL_HEADERS = sysheaders userheaders libheaders cmdheaders
63
64#
65# Directories that can be built in parallel
66#
67PARALLEL_DIRS = uts lib man
67PARALLEL_DIRS = data uts lib man
68
69# The check target also causes smf(5) service manifests to be validated.
70CHKMFSTSUBDIRS= cmd
71
72# And man page formats
73CHKMANSUBDIRS = man
74
68
69# The check target also causes smf(5) service manifests to be validated.
70CHKMFSTSUBDIRS= cmd
71
72# And man page formats
73CHKMANSUBDIRS = man
74
75MSGSUBDIRS= cmd ucbcmd lib
75MSGSUBDIRS= cmd ucbcmd lib data
76DOMAINS= \
77 SUNW_OST_ADMIN \
78 SUNW_OST_NETRPC \
79 SUNW_OST_OSCMD \
80 SUNW_OST_OSLIB \
81 SUNW_OST_UCBCMD \
82 SUNW_OST_ZONEINFO
83

--- 205 unchanged lines hidden ---
76DOMAINS= \
77 SUNW_OST_ADMIN \
78 SUNW_OST_NETRPC \
79 SUNW_OST_OSCMD \
80 SUNW_OST_OSLIB \
81 SUNW_OST_UCBCMD \
82 SUNW_OST_ZONEINFO
83

--- 205 unchanged lines hidden ---