Makefile (1f5207b7604fb44407eb4342aff613f7c4508508) | Makefile (c653bb4713ca694c2d16b04b65d5b76c0bb46bd4) |
---|---|
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 --- 116 unchanged lines hidden (view full) --- 125 126ROOTONBLDDATAFILES = $(SMATCH_DATA:%=$(SMATCHDATADIR)/smatch_data/%) 127ROOTONBLDDATAFILES += $(SMATCH_DB_DATA:%=$(SMATCHDATADIR)/smatch_data/db/%) 128 129BUILT_HEADERS = src/version.h src/check_list_local.h 130 131.KEEP_STATE: 132 | 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 --- 116 unchanged lines hidden (view full) --- 125 126ROOTONBLDDATAFILES = $(SMATCH_DATA:%=$(SMATCHDATADIR)/smatch_data/%) 127ROOTONBLDDATAFILES += $(SMATCH_DB_DATA:%=$(SMATCHDATADIR)/smatch_data/db/%) 128 129BUILT_HEADERS = src/version.h src/check_list_local.h 130 131.KEEP_STATE: 132 |
133.PARALLEL: $(OBJS) 134 |
|
133all: $(PROG) 134 135install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDDATAFILES) 136 137clean: 138 rm -f $(OBJS) $(BUILT_HEADERS) 139 140$(ROOTONBLDDATAFILES): $(SMATCHDATADIR)/smatch_data/db --- 27 unchanged lines hidden --- | 135all: $(PROG) 136 137install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDDATAFILES) 138 139clean: 140 rm -f $(OBJS) $(BUILT_HEADERS) 141 142$(ROOTONBLDDATAFILES): $(SMATCHDATADIR)/smatch_data/db --- 27 unchanged lines hidden --- |