Makefile (8ba25627aaba4ea5318b8a7588142fdcdc1c765a) | Makefile (d17be682a2c70b4505d43c830bbd2603da11918d) |
---|---|
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 --- 8 unchanged lines hidden (view full) --- 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# | 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 --- 8 unchanged lines hidden (view full) --- 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# |
25#ident "%Z%%M% %I% %E% SMI" 26# | |
27 28PROG= isaexec 29 30include ../Makefile.cmd 31 | 25 26PROG= isaexec 27 28include ../Makefile.cmd 29 |
32CFLAGS += -xstrconst | |
33CFLAGS += $(CCVERBOSE) 34 35.KEEP_STATE: 36 37all: $(PROG) 38 39install: all $(ROOTLIBPROG) 40 41clean: 42 43lint: 44 $(LINT.c) $(PROG).c $(LDLIBS) 45 46include ../Makefile.targ | 30CFLAGS += $(CCVERBOSE) 31 32.KEEP_STATE: 33 34all: $(PROG) 35 36install: all $(ROOTLIBPROG) 37 38clean: 39 40lint: 41 $(LINT.c) $(PROG).c $(LDLIBS) 42 43include ../Makefile.targ |