diff options
author | Nathan Scott <nathans@sgi.com> | 2003-04-16 22:49:28 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-04-16 22:49:28 +0000 |
commit | 7df8d5496ddf319b9fdfc4be5b6d9cc649eb7ea9 (patch) | |
tree | f679f90e926084639f2c775ad589778e001d1951 /include/buildmacros | |
parent | 510714e7fca19378862021e35874cd4a25a538ce (diff) | |
download | attr-7df8d5496ddf319b9fdfc4be5b6d9cc649eb7ea9.tar.gz |
Keep build files in sync -- merge Russells whitespace changes to other files.
Diffstat (limited to 'include/buildmacros')
-rw-r--r-- | include/buildmacros | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/include/buildmacros b/include/buildmacros index 54044f4..f4e8bec 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -1,32 +1,32 @@ # # Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. -# +# # This program is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. -# +# # This program is distributed in the hope that it would be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# +# # Further, this software is distributed without any warranty that it is # free of the rightful claim of any third person regarding infringement # or the like. Any license provided herein, whether implied or # otherwise, applies only to this software file. Patent licenses, if # any, provided herein do not apply to combinations of this program with # other software, or any other product whatsoever. -# +# # You should have received a copy of the GNU General Public License along # with this program; if not, write the Free Software Foundation, Inc., 59 # Temple Place - Suite 330, Boston MA 02111-1307, USA. -# +# # Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy, # Mountain View, CA 94043, or: -# -# http://www.sgi.com -# -# For further information regarding this notice, see: -# +# +# http://www.sgi.com +# +# For further information regarding this notice, see: +# # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ # @@ -50,9 +50,9 @@ CDIRT = $(OBJECTS) $(LTOBJECTS) $(LTCOMMAND) $(LTLIBRARY) DIRT = $(LDIRT) $(DEPDIRT) $(MANDIRT) $(PODIRT) $(CDIRT) OBJECTS = $(ASFILES:.s=.o) \ - $(CFILES:.c=.o) \ - $(LFILES:.l=.o) \ - $(YFILES:%.y=%.tab.o) + $(CFILES:.c=.o) \ + $(LFILES:.l=.o) \ + $(YFILES:%.y=%.tab.o) INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP) @@ -76,7 +76,7 @@ LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF) -D_REENTRANT -fno-strict-aliasing ifeq ($(ENABLE_SHARED),yes) -LTLDFLAGS += -rpath $(PKG_LIB_DIR) +LTLDFLAGS += -rpath $(PKG_LIB_DIR) LTLDFLAGS += -version-info $(LTVERSION) endif |