aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-04-16 22:49:28 +0000
committerNathan Scott <nathans@sgi.com>2003-04-16 22:49:28 +0000
commita723b2012ddc5d744c2fbedc724a48d641c8277c (patch)
tree8ec0d24b6be423e5868ff88e5f0ed6d6b4922d56
parent82a3f5b0a4ba922d5328ec6fef1fd59dfc7c3562 (diff)
downloaddmapi-dev-a723b2012ddc5d744c2fbedc724a48d641c8277c.tar.gz
Keep build files in sync -- merge Russells whitespace changes to other files.
-rw-r--r--include/buildmacros28
-rw-r--r--include/buildrules6
2 files changed, 17 insertions, 17 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
diff --git a/include/buildrules b/include/buildrules
index 6e186a7..89cff02 100644
--- a/include/buildrules
+++ b/include/buildrules
@@ -1,10 +1,10 @@
#
# Copyright (c) 1999, 2001-2002 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 Fondation.
-#
+#
# 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, any license provided herein,
@@ -15,7 +15,7 @@
# distributed without any warranty that the program is delivered free of the
# rightful claim of any third person by way of infringement or the like. See
# the GNU General Public License for more details.
-#
+#
# 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.