Makefile (bf21cd9318e0a3a51b7f02c14a7c1b1aef2dc861) | Makefile (4c87aefe8930bd07275b8dd2e96ea5f24d93a52e) |
---|---|
1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at --- 5 unchanged lines hidden (view full) --- 14# 15 16include ../Makefile.lib 17 18HDRS = vmmapi.h 19 20HDRDIR = common 21 | 1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at --- 5 unchanged lines hidden (view full) --- 14# 15 16include ../Makefile.lib 17 18HDRS = vmmapi.h 19 20HDRDIR = common 21 |
22CHECKHDRS = 23 |
|
22$(BUILD64)SUBDIRS += $(MACH64) 23 24all:= TARGET= all 25install:= TARGET= install | 24$(BUILD64)SUBDIRS += $(MACH64) 25 26all:= TARGET= all 27install:= TARGET= install |
26clean:= TARGET= clean | 28clean:= TARGET= clean |
27clobber:= TARGET= clobber 28lint:= TARGET= lint 29_msg:= TARGET= _msg 30 31.KEEP_STATE: 32 33all install clean clobber lint: $(SUBDIRS) 34 --- 15 unchanged lines hidden --- | 29clobber:= TARGET= clobber 30lint:= TARGET= lint 31_msg:= TARGET= _msg 32 33.KEEP_STATE: 34 35all install clean clobber lint: $(SUBDIRS) 36 --- 15 unchanged lines hidden --- |