Module Name: src
Committed By: agc
Date: Tue Apr 28 20:50:48 UTC 2009
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: Makefile.in
Log Message:
Sync the portable autoconf Makefile with reality
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in
diff -u src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in:1.1.1.1 src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in:1.2
--- src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in:1.1.1.1 Thu Apr 23 06:32:03 2009
+++ src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in Tue Apr 28 20:50:48 2009
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.1.1.1 2009/04/23 06:32:03 agc Exp $
+# $Id: Makefile.in,v 1.2 2009/04/28 20:50:48 agc Exp $
@SET_MAKE@
SHELL = @SHELL@
@@ -40,7 +40,7 @@
LIBS= @LIBS@
CPPFLAGS= @CPPFLAGS@
DEFS= @DEFS@ -I. -...@srcdir@ -DHOST=\"$(CANONICAL_HOST)\" -DNETPGP_AUTOCONF_VERSION=\"$(PACKAGE_VERSION)\"
-DEFS+= -DNETPGP_MAINTAINER=\"$(PACKAGE_BUGREPORT)\" -...@srcdir@/../../include
+DEFS+= -...@srcdir@/../../include
CFLAGS= @CFLAGS@
LDFLAGS= @LDFLAGS@
@@ -61,11 +61,10 @@
config.guess config.h.in config.sub configure configure.ac install-sh \
missing mkinstalldirs regress.sh
-LIB= libnetpgpsdk.a
+LIB= libnetpgp.a
.c.o:
- t=`date +%Y%m%d`; \
- ${LIBTOOL} --mode=compile ${COMPILE} -c -DNETPGP_BUILD_TIME=\"$$t\" $< -o $@
+ ${LIBTOOL} --mode=compile ${COMPILE} -c $< -o $@
all: ${LIB}
@@ -86,14 +85,14 @@
rm -f configure config.h.in
install: ${LIB}
- $(srcdir)/mkinstalldirs ${DESTDIR}$(libdir) ${DESTDIR}$(prefix)/include/netpgpsdk ${DESTDIR}$(mandir)/man3
+ $(srcdir)/mkinstalldirs ${DESTDIR}$(libdir) ${DESTDIR}$(prefix)/include ${DESTDIR}$(mandir)/man3
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${LIB:.a=.la} ${DESTDIR}${libdir}
@f=`echo libnetpgp.3|sed '$(transform)'`; \
echo "$(INSTALL_DATA) libnetpgp.3 $(DESTDIR)$(mandir)/man3/$$f"; \
- $(INSTALL_DATA) libnetpgp.3 $(DESTDIR)$(mandir)/man3/$$f
- (cd ../../include/netpgpsdk && \
+ $(INSTALL_DATA) libnetpgp.3 $(DESTDIR)$(mandir)/man3/$$f
+ (cd ../../include && \
for f in *.h; do \
- ${INSTALL_DATA} $$f ${DESTDIR}${prefix}/include/netpgpsdk; \
+ ${INSTALL_DATA} $$f ${DESTDIR}${prefix}/include; \
done)
uninstall: