Makefile (4ee71a50fa5c204c9795fa2b0dd19453eb2c60f1) Makefile (ef8846857fcf954444cdc77e72249afef48377d2)
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

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

232 $($(MACH)_SUBDIRS)
233
234sparc_SUBDIRS= .WAIT \
235 efcode \
236 libc_psr .WAIT \
237 libdscp \
238 libprtdiag .WAIT \
239 libprtdiag_psr \
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

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

232 $($(MACH)_SUBDIRS)
233
234sparc_SUBDIRS= .WAIT \
235 efcode \
236 libc_psr .WAIT \
237 libdscp \
238 libprtdiag .WAIT \
239 libprtdiag_psr \
240 libpri \
240 librsc \
241 libfruutils .WAIT \
242 libfru \
243 libwrsmconf \
244 storage \
245 wrsm \
246 libpcp
247
241 librsc \
242 libfruutils .WAIT \
243 libfru \
244 libwrsmconf \
245 storage \
246 wrsm \
247 libpcp
248
248fm: libexacct
249FM_sparc_DEPLIBS= libpri
249
250
251fm: libexacct $(FM_$(MACH)_DEPLIBS)
252
250#
251# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the
252# clean and clobber targets (for more information, see those targets, below).
253#
254NOWAIT_SUBDIRS= $(SUBDIRS:.WAIT=)
255
256DCSUBDIRS = \
257 lvm

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

401
402$(CLOSED_BUILD)HDRSUBDIRS += \
403 $(CLOSED)/lib/libc_i18n \
404 $(CLOSED)/lib/libike \
405 $(CLOSED)/lib/smartcard
406
407sparc_HDRSUBDIRS= \
408 libdscp \
253#
254# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the
255# clean and clobber targets (for more information, see those targets, below).
256#
257NOWAIT_SUBDIRS= $(SUBDIRS:.WAIT=)
258
259DCSUBDIRS = \
260 lvm

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

404
405$(CLOSED_BUILD)HDRSUBDIRS += \
406 $(CLOSED)/lib/libc_i18n \
407 $(CLOSED)/lib/libike \
408 $(CLOSED)/lib/smartcard
409
410sparc_HDRSUBDIRS= \
411 libdscp \
412 libpri \
409 libwrsmconf
410
411all := TARGET= all
412check := TARGET= check
413clean := TARGET= clean
414clobber := TARGET= clobber
415install := TARGET= install
416install_h := TARGET= install_h

--- 123 unchanged lines hidden ---
413 libwrsmconf
414
415all := TARGET= all
416check := TARGET= check
417clean := TARGET= clean
418clobber := TARGET= clobber
419install := TARGET= install
420install_h := TARGET= install_h

--- 123 unchanged lines hidden ---