Makefile (014a7923f9b48f6ab3ba1a38049a3dacddc587cb) | Makefile (48011479cce51f5534141868012dcb9828a0fd63) |
---|---|
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 --- 7 unchanged lines hidden (view full) --- 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22#ident "%Z%%M% %I% %E% SMI" 23# | 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 --- 7 unchanged lines hidden (view full) --- 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22#ident "%Z%%M% %I% %E% SMI" 23# |
24# Copyright 2006 Sun Microsystems, Inc. All rights reserved. | 24# Copyright 2007 Sun Microsystems, Inc. All rights reserved. |
25# Use is subject to license terms. 26# 27 28PROG= rm 29XPG4PROG= rm 30 31include ../Makefile.cmd 32 33CFLAGS += $(CCVERBOSE) 34$(XPG4) := CFLAGS += -DXPG4 35CPPFLAGS += -D_FILE_OFFSET_BITS=64 | 25# Use is subject to license terms. 26# 27 28PROG= rm 29XPG4PROG= rm 30 31include ../Makefile.cmd 32 33CFLAGS += $(CCVERBOSE) 34$(XPG4) := CFLAGS += -DXPG4 35CPPFLAGS += -D_FILE_OFFSET_BITS=64 |
36LDLIBS += -lcmdutils | |
37 38.KEEP_STATE: 39 40all: $(PROG) $(XPG4) 41 42install: all $(ROOTPROG) $(ROOTXPG4PROG) 43 44clean: 45 46lint: lint_PROG 47 48include ../Makefile.targ | 36 37.KEEP_STATE: 38 39all: $(PROG) $(XPG4) 40 41install: all $(ROOTPROG) $(ROOTXPG4PROG) 42 43clean: 44 45lint: lint_PROG 46 47include ../Makefile.targ |