Makefile (4b22b9337f359bfd063322244f5336cc7c6ffcfa) | Makefile (4a6822d07d6d3f9ffe6907ef5f10d11dcadd75c6) |
---|---|
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 --- 234 unchanged lines hidden (view full) --- 243 libdscp \ 244 libprtdiag .WAIT \ 245 libprtdiag_psr \ 246 libpri \ 247 librsc \ 248 libfruutils .WAIT \ 249 libfru \ 250 storage \ | 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 --- 234 unchanged lines hidden (view full) --- 243 libdscp \ 244 libprtdiag .WAIT \ 245 libprtdiag_psr \ 246 libpri \ 247 librsc \ 248 libfruutils .WAIT \ 249 libfru \ 250 storage \ |
251 libpcp | 251 libpcp \ 252 libtsalarm |
252 253FM_sparc_DEPLIBS= libpri 254 255fm: libexacct $(FM_$(MACH)_DEPLIBS) 256 257# 258# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the 259# clean and clobber targets (for more information, see those targets, below). --- 278 unchanged lines hidden (view full) --- 538udapl/udapl_tavor: udapl/libdat 539libzfs: libdevinfo libdevid libgen libnvpair libuutil libiscsitgt 540libzfs_jni: libdiskmgt libnvpair libzfs 541libzpool: libavl libumem libnvpair 542libsec: libavl 543brand: libc libsocket 544libshare: libscf libzfs libuuid libfsmgt libsecdb 545libexacct/demo: libexacct libproject libsocket libnsl | 253 254FM_sparc_DEPLIBS= libpri 255 256fm: libexacct $(FM_$(MACH)_DEPLIBS) 257 258# 259# Create a special version of $(SUBDIRS) with no .WAIT's, for use with the 260# clean and clobber targets (for more information, see those targets, below). --- 278 unchanged lines hidden (view full) --- 539udapl/udapl_tavor: udapl/libdat 540libzfs: libdevinfo libdevid libgen libnvpair libuutil libiscsitgt 541libzfs_jni: libdiskmgt libnvpair libzfs 542libzpool: libavl libumem libnvpair 543libsec: libavl 544brand: libc libsocket 545libshare: libscf libzfs libuuid libfsmgt libsecdb 546libexacct/demo: libexacct libproject libsocket libnsl |
547libtsalarm: libpcp |
|
546 547# 548# The reason this rule checks for the existence of the 549# Makefile is that some of the directories do not exist 550# in certain situations (e.g., exportable source builds, 551# OpenSolaris). 552# 553$(SUBDIRS): FRC --- 14 unchanged lines hidden --- | 548 549# 550# The reason this rule checks for the existence of the 551# Makefile is that some of the directories do not exist 552# in certain situations (e.g., exportable source builds, 553# OpenSolaris). 554# 555$(SUBDIRS): FRC --- 14 unchanged lines hidden --- |