diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-18 13:45:01 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-18 13:45:01 +0000 |
commit | 2a2908a2c920a2548d312ef0931d24fd87524dae (patch) | |
tree | 217e1edc8a8f266a939f3bb91054e94f3219267a /defs/debian.defs | |
parent | 993e11212883f0ae67fa445c5240d3dea455f9ff (diff) | |
download | pam-2a2908a2c920a2548d312ef0931d24fd87524dae.tar.gz pam-2a2908a2c920a2548d312ef0931d24fd87524dae.tar.bz2 pam-2a2908a2c920a2548d312ef0931d24fd87524dae.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove obsolete files
Diffstat (limited to 'defs/debian.defs')
-rw-r--r-- | defs/debian.defs | 40 |
1 files changed, 0 insertions, 40 deletions
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 <bcollins@debian.org> -## -# 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 |