Makefile.smbsrv (da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0) | Makefile.smbsrv (55bf511df53aad0fdb7eb3fa349f0308cc05234c) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29# and 'install_h' targets, as well as descending into the architecture directory 30# to actually build the library. 31# 32 33include ../../Makefile.lib 34include ../Makefile.lib 35 36SUBDIRS= $(MACH) | 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 --- 20 unchanged lines hidden (view full) --- 29# and 'install_h' targets, as well as descending into the architecture directory 30# to actually build the library. 31# 32 33include ../../Makefile.lib 34include ../Makefile.lib 35 36SUBDIRS= $(MACH) |
37#$(BUILD64)SUBDIRS += $(MACH64) | 37$(BUILD64)SUBDIRS += $(MACH64) |
38 39HDRDIR= common 40 41all := TARGET = all 42clean := TARGET = clean 43clobber := TARGET = clobber 44install := TARGET = install 45lint := TARGET = lint --- 20 unchanged lines hidden --- | 38 39HDRDIR= common 40 41all := TARGET = all 42clean := TARGET = clean 43clobber := TARGET = clobber 44install := TARGET = install 45lint := TARGET = lint --- 20 unchanged lines hidden --- |