From 2a2908a2c920a2548d312ef0931d24fd87524dae Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 18 Jul 2005 13:45:01 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- Remove obsolete files --- defs/debian.defs | 40 ---------------------------------------- defs/hpux.defs | 36 ------------------------------------ defs/linux.defs | 32 -------------------------------- defs/morgan.defs | 36 ------------------------------------ defs/redhat.defs | 36 ------------------------------------ defs/redhat4.defs | 35 ----------------------------------- defs/solaris-2.1.5.defs | 45 --------------------------------------------- defs/solaris.defs | 48 ------------------------------------------------ defs/sunos.defs | 37 ------------------------------------- defs/suse.defs | 36 ------------------------------------ 10 files changed, 381 deletions(-) delete mode 100644 defs/debian.defs delete mode 100644 defs/hpux.defs delete mode 100644 defs/linux.defs delete mode 100644 defs/morgan.defs delete mode 100644 defs/redhat.defs delete mode 100644 defs/redhat4.defs delete mode 100644 defs/solaris-2.1.5.defs delete mode 100644 defs/solaris.defs delete mode 100644 defs/sunos.defs delete mode 100644 defs/suse.defs diff --git a/defs/debian.defs b/defs/debian.defs deleted file mode 100644 index 19ba4663..00000000 --- a/defs/debian.defs +++ /dev/null @@ -1,40 +0,0 @@ -## -# defs for Debian -# Ben Collins -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -## - -CFLAGS := -O2 -I${shell pwd}/include # -D__NO_STRING_INLINES -ifneq (,$(findstring $(DEB_BUILD_OPTIONS),debug DEBUG Debug)) - CFLAGS += -g -endif - -OS := $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM) -ARCH := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) -CC := gcc -INSTALL := install -MKDIR := mkdir -p -ULIBS := -LD := ld -LD_D := gcc -shared -Xlinker -x -LD_L := $(LD) -x -shared -AR := ar -cr -RANLIB := ranlib -PREFIX := -LIBDIR := $(PREFIX)/lib -USESONAME := yes -SOSWITCH := -soname -LINKLIBS := -lc -L${shell pwd}/libpam -L${shell pwd}/libpam_misc -NEEDSONAME := no -LDCONFIG := /sbin/ldconfig -FAKEROOT := -SUPLEMENTED := $(PREFIX)/sbin -SECUREDIR := $(LIBDIR)/security -INCLUDED := /usr/include/security -CONFIGED := /etc -SCONFIGED := /etc/security -EXTRALS := -lnsl -lcrypt -WARNINGS := -Wall diff --git a/defs/hpux.defs b/defs/hpux.defs deleted file mode 100644 index d8341983..00000000 --- a/defs/hpux.defs +++ /dev/null @@ -1,36 +0,0 @@ -## -# HPUX defs contributed by Derrick J Brashear -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the default version. Please look in .../defs/ for your -# preferred OS/vendor. - -OS=hpux9 -ARCH=hpux -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=-g -DPAM_SHL -DHAVE_UTMP_H -ULIBS= -LD=ld -LD_D=$(LD) -b -LD_L=$(LD) -b -USESONAME=no -NEEDSONAME=no -LDCONFIG=: -AR=ar -cr -RANLIB=ranlib -FAKEROOT= -PREFIX=/usr -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security -DYNLOAD="dld" -DYNTYPE="sl" -SHLIBMODE=755 diff --git a/defs/linux.defs b/defs/linux.defs deleted file mode 100644 index 0e274320..00000000 --- a/defs/linux.defs +++ /dev/null @@ -1,32 +0,0 @@ -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the default version. Please look in .../defs/ for your -# preferred OS/vendor. - -OS=linux -ARCH=i386 # should be changed for alpha -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=-O7 -pipe -g -ULIBS=#-lefence -LD=ld -LD_D=gcc -shared -Xlinker -x -LD_L=$(LD) -x -shared -USESONAME=yes -LINKLIBS=-lc -SOSWITCH=-soname -NEEDSONAME=no -LDCONFIG=/sbin/ldconfig -AR=ar -cr -RANLIB=ranlib -FAKEROOT= -PREFIX=/usr -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security diff --git a/defs/morgan.defs b/defs/morgan.defs deleted file mode 100644 index 2b0cf289..00000000 --- a/defs/morgan.defs +++ /dev/null @@ -1,36 +0,0 @@ -## -# defs for Andrew's debugging version (which is a modified Red Hat -# box) -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the version used for Red Hat Linux. - -OS=linux -ARCH=i386 -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=$(RPM_OPT_FLAGS) -pipe -g -ULIBS= -#-lefence -LD=ld -LD_D=gcc -shared -Xlinker -x -LD_L=$(LD) -x -shared -USESONAME=yes -SOSWITCH=-soname -LINKLIBS=-lc -NEEDSONAME=no -LDCONFIG=/sbin/ldconfig -AR=ar -cr -RANLIB=ranlib -FAKEROOT=$(RPM_BUILD_ROOT) -PREFIX= -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security.d -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security diff --git a/defs/redhat.defs b/defs/redhat.defs deleted file mode 100644 index a6ed36da..00000000 --- a/defs/redhat.defs +++ /dev/null @@ -1,36 +0,0 @@ -## -# defs for Red Hat Linux -# Michael K. Johnson -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the version used for Red Hat Linux. - -OS=linux -ARCH=$(shell rpm --showrc | grep '^build arch' | sed 's/^.*: //g') -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=$(RPM_OPT_FLAGS) -pipe -g -ULIBS=#-lefence -LD=ld -LD_D=gcc -shared -Xlinker -x -LD_L=$(LD) -x -shared -USESONAME=yes -SOSWITCH=-soname -LINKLIBS=-lc -NEEDSONAME=no -LDCONFIG=/sbin/ldconfig -AR=ar -cr -RANLIB=ranlib -FAKEROOT=$(RPM_BUILD_ROOT) -PREFIX= -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security -EXTRALS=-lcrypt diff --git a/defs/redhat4.defs b/defs/redhat4.defs deleted file mode 100644 index 219abeb6..00000000 --- a/defs/redhat4.defs +++ /dev/null @@ -1,35 +0,0 @@ -## -# defs for Red Hat Linux -# Michael K. Johnson -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the version used for Red Hat Linux. - -OS=linux -ARCH=$(shell rpm --showrc | grep '^build arch' | sed 's/^.*: //g') -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=$(RPM_OPT_FLAGS) -pipe -g -ULIBS=#-lefence -LD=ld -LD_D=gcc -shared -Xlinker -x -LD_L=$(LD) -x -shared -USESONAME=yes -SOSWITCH=-soname -LINKLIBS=-lc -NEEDSONAME=no -LDCONFIG=/sbin/ldconfig -AR=ar -cr -RANLIB=ranlib -FAKEROOT=$(RPM_BUILD_ROOT) -PREFIX= -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security diff --git a/defs/solaris-2.1.5.defs b/defs/solaris-2.1.5.defs deleted file mode 100644 index 4624b604..00000000 --- a/defs/solaris-2.1.5.defs +++ /dev/null @@ -1,45 +0,0 @@ -## -# Solaris defs contributed by Josh Wilmes -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the default version. Please look in .../defs/ for your -# preferred OS/vendor. - -# Please note that the linker used must be the GNU ld, not the native Sun -# linker. It is fairly common for the gnu linker (/usr/ccs/bin/ld) to be -# configured as the default linker for gcc. To tell gcc to use the -# gnu linker, you need to set the GCC_EXEC_PREFIX environment variable -# to point at the directory where the gnu linker is installed. Here's -# what I do: -# $ mkdir /tmp/foo -# $ ln -s /path/to/gnu/ld /tmp/foo/ld -# $ export GCC_EXEC_PREFIX=/tmp/foo/ -# $ export PATH=/tmp/foo:$PATH - -OS=solaris -ARCH=sun -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=-O7 -pipe -g -D__EXTENSIONS__ -Dsolaris -ULIBS= -LD_D=gcc -shared -Xlinker -x -LD=ld -LD_L=$(LD) -G -USESONAME=yes -SOSWITCH=-h -NEEDSONAME=no -LDCONFIG=/sbin/echo -AR=ar -cr -RANLIB=ranlib -FAKEROOT= -PREFIX=/usr -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security diff --git a/defs/solaris.defs b/defs/solaris.defs deleted file mode 100644 index f9f26529..00000000 --- a/defs/solaris.defs +++ /dev/null @@ -1,48 +0,0 @@ -## -# Solaris defs contributed by Josh Wilmes -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the default version. Please look in .../defs/ for your -# preferred OS/vendor. - -# Please note that the linker used must be the GNU ld, not the native Sun -# linker. It is fairly common for the gnu linker (/usr/ccs/bin/ld) to be -# configured as the default linker for gcc. To tell gcc to use the -# gnu linker, you need to set the GCC_EXEC_PREFIX environment variable -# to point at the directory where the gnu linker is installed. Here's -# what I do: -# $ mkdir /tmp/foo -# $ ln -s /path/to/gnu/ld /tmp/foo/ld -# $ export GCC_EXEC_PREFIX=/tmp/foo/ -# $ export PATH=/tmp/foo:$PATH - -OS=solaris -ARCH=sun -CC=cc -INSTALL=install -MKDIR=mkdir -p -WARNINGS = -D_POSIX_SOURCE -PIC=-KPIC -CFLAGS=-g -D__EXTENSIONS__ -Dsolaris -ULIBS= -LD=ld -LD_L=$(LD) -G -LD_D=$(LD_L) -RDYNAMIC= -USESONAME=yes -SOSWITCH=-h -NEEDSONAME=no -LDCONFIG=echo -AR=ar -cr -RANLIB=ranlib -FAKEROOT= -PREFIX=/usr -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security diff --git a/defs/sunos.defs b/defs/sunos.defs deleted file mode 100644 index 158accc5..00000000 --- a/defs/sunos.defs +++ /dev/null @@ -1,37 +0,0 @@ -## -# SunOS defs contributed by Derrick J Brashear -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the SunOS version. Please look in .../defs/ for your -# preferred OS/vendor. - -OS=sunos -ARCH=sun -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=-O2 -pipe -g -D__EXTENSIONS__ -ULIBS= -LD_D=gcc -shared -Xlinker -x -LD=ld -LD_L=$(LD) -USESONAME=no -NEEDSONAME=yes -LDCONFIG=/usr/etc/ldconfig -AR=ar cr -RANLIB=ranlib -FAKEROOT= -PREFIX=/usr -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security -WARNINGS= -ansi -Wall -Wwrite-strings \ - -Wpointer-arith -Wcast-qual -Wcast-align \ - -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \ - -Wnested-externs -Winline -Wshadow diff --git a/defs/suse.defs b/defs/suse.defs deleted file mode 100644 index 1fc6b741..00000000 --- a/defs/suse.defs +++ /dev/null @@ -1,36 +0,0 @@ -## -# defs for SuSE Linux -# Thorsten Kukuk -## -# this file indicates the compiler and the various hardware/OS dependent -# flags for installation. It also defines the various destinations of -# installed files on the system. -# -# This file is the version used for SuSE Linux. - -OS=linux -ARCH=$(shell rpm --showrc | grep 'build arch' | grep -v "compatible" | sed 's/^.*: //g') -CC=gcc -INSTALL=install -MKDIR=mkdir -p -CFLAGS=$(RPM_OPT_FLAGS) -pipe -D_REENTRANT -ULIBS=#-lefence -LD=ld -LD_D=gcc -shared -Xlinker -x -LD_L=$(LD) -x -shared -USESONAME=yes -SOSWITCH=-soname -LINKLIBS=-lc -NEEDSONAME=yes -LDCONFIG=/sbin/ldconfig -AR=ar -cr -RANLIB=ranlib -FAKEROOT=$(RPM_BUILD_ROOT) -PREFIX= -SUPLEMENTED=$(PREFIX)/sbin -LIBDIR=$(PREFIX)/lib -SECUREDIR=$(LIBDIR)/security -INCLUDED=/usr/include/security -CONFIGED=/etc -SCONFIGED=/etc/security -EXTRALS=-lcrypt -- cgit v1.2.3