Makefile.lp (1b1b82fa0455f04cd3dda7c20c450704be023c7f) | Makefile.lp (7adeeb5aeae42d3b6a4686f45f1fcd4a78b5a459) |
---|---|
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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 6 unchanged lines hidden (view full) --- 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# | 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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 6 unchanged lines hidden (view full) --- 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# |
23# Copyright 2005 Sun Microsystems, Inc. All rights reserved. | 23# Copyright 2006 Sun Microsystems, Inc. All rights reserved. |
24# Use is subject to license terms. 25# 26# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T 27# All Rights Reserved 28# 29# ident "%Z%%M% %I% %E% SMI" 30# 31# cmd/lp/Makefile.lp --- 59 unchanged lines hidden (view full) --- 91LINTMSG = $(LPLIB)/msgs/llib-llpmsg.ln 92LINTOAM = $(LPLIB)/oam/llib-llpoam.ln 93LINTPRT = $(LPLIB)/printers/llib-llpprt.ln 94LINTREQ = $(LPLIB)/requests/llib-llpreq.ln 95LINTSEC = $(LPLIB)/secure/llib-llpsec.ln 96LINTSYS = $(LPLIB)/systems/llib-llpsys.ln 97LINTUSR = $(LPLIB)/users/llib-llpusr.ln 98 | 24# Use is subject to license terms. 25# 26# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T 27# All Rights Reserved 28# 29# ident "%Z%%M% %I% %E% SMI" 30# 31# cmd/lp/Makefile.lp --- 59 unchanged lines hidden (view full) --- 91LINTMSG = $(LPLIB)/msgs/llib-llpmsg.ln 92LINTOAM = $(LPLIB)/oam/llib-llpoam.ln 93LINTPRT = $(LPLIB)/printers/llib-llpprt.ln 94LINTREQ = $(LPLIB)/requests/llib-llpreq.ln 95LINTSEC = $(LPLIB)/secure/llib-llpsec.ln 96LINTSYS = $(LPLIB)/systems/llib-llpsys.ln 97LINTUSR = $(LPLIB)/users/llib-llpusr.ln 98 |
99$(__GNUC)CFLAGS += -_gcc=-fwritable-strings -_gcc=-Wno-sequence-points 100$(__GNUC)CFLAGS64 += -_gcc=-fwritable-strings -_gcc=-Wno-sequence-points | 99CFLAGS += -_gcc=-fwritable-strings -_gcc=-Wno-sequence-points 100CFLAGS64 += -_gcc=-fwritable-strings -_gcc=-Wno-sequence-points |
101 102all:= TARGET= all 103install:= TARGET= install 104clean:= TARGET= clean 105clobber:= TARGET= clobber 106lint:= TARGET= lint 107strip:= TARGET= strip 108catalog:= TARGET= catalog --- 15 unchanged lines hidden --- | 101 102all:= TARGET= all 103install:= TARGET= install 104clean:= TARGET= clean 105clobber:= TARGET= clobber 106lint:= TARGET= lint 107strip:= TARGET= strip 108catalog:= TARGET= catalog --- 15 unchanged lines hidden --- |