Makefile (b00044a2eb43864b8718585d21949611a2ee59ef) | Makefile (30588217a56ff2c9137248fb2e5065c4f0101459) |
---|---|
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 --- 232 unchanged lines hidden (view full) --- 241 smbsrv \ 242 scsi \ 243 mms \ 244 $($(MACH)_SUBDIRS) 245 246sparc_SUBDIRS= .WAIT \ 247 efcode \ 248 libc_psr .WAIT \ | 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 --- 232 unchanged lines hidden (view full) --- 241 smbsrv \ 242 scsi \ 243 mms \ 244 $($(MACH)_SUBDIRS) 245 246sparc_SUBDIRS= .WAIT \ 247 efcode \ 248 libc_psr .WAIT \ |
249 libds \ |
|
249 libdscp \ 250 libprtdiag .WAIT \ 251 libprtdiag_psr \ 252 libpri \ 253 librsc \ 254 libfruutils .WAIT \ 255 libfru \ 256 storage \ --- 186 unchanged lines hidden (view full) --- 443 444$(CLOSED_BUILD)HDRSUBDIRS += \ 445 $(CLOSED)/lib/libc_i18n \ 446 $(CLOSED)/lib/libike \ 447 $(CLOSED)/lib/libndmp \ 448 $(CLOSED)/lib/smartcard 449 450sparc_HDRSUBDIRS= \ | 250 libdscp \ 251 libprtdiag .WAIT \ 252 libprtdiag_psr \ 253 libpri \ 254 librsc \ 255 libfruutils .WAIT \ 256 libfru \ 257 storage \ --- 186 unchanged lines hidden (view full) --- 444 445$(CLOSED_BUILD)HDRSUBDIRS += \ 446 $(CLOSED)/lib/libc_i18n \ 447 $(CLOSED)/lib/libike \ 448 $(CLOSED)/lib/libndmp \ 449 $(CLOSED)/lib/smartcard 450 451sparc_HDRSUBDIRS= \ |
452 libds \ |
|
451 libdscp \ 452 libpri 453 454all := TARGET= all 455check := TARGET= check 456clean := TARGET= clean 457clobber := TARGET= clobber 458install := TARGET= install --- 136 unchanged lines hidden --- | 453 libdscp \ 454 libpri 455 456all := TARGET= all 457check := TARGET= check 458clean := TARGET= clean 459clobber := TARGET= clobber 460install := TARGET= install --- 136 unchanged lines hidden --- |