move dist/src/lib/* -> dist/src/

master
Edouard Tisserant 7 years ago
parent d8e88d6432
commit 447eee06bc

5
dist/configure.ac vendored

@ -8,9 +8,9 @@ AC_REVISION([$Revision$])
AS_SHELL_SANITIZE
AC_CONFIG_SRCDIR([src/lib/netpgp.c])
AC_CONFIG_SRCDIR([src/netpgp.c])
AC_CONFIG_AUX_DIR([buildaux])
AC_CONFIG_HEADER([src/lib/config.h])
AC_CONFIG_HEADER([src/config.h])
AM_INIT_AUTOMAKE([-Wall foreign])
AM_MAINTAINER_MODE
@ -111,7 +111,6 @@ AC_CONFIG_FILES([
Makefile
include/Makefile
src/Makefile
src/lib/Makefile
])
AC_OUTPUT

@ -57,41 +57,41 @@
/* Begin PBXFileReference section */
64AA9C201B45686800D0F542 /* libnetpgp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libnetpgp.a; sourceTree = BUILT_PRODUCTS_DIR; };
64AA9C3B1B45691C00D0F542 /* bufgap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bufgap.c; path = ../src/lib/bufgap.c; sourceTree = "<group>"; };
64AA9C3C1B45691C00D0F542 /* bufgap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bufgap.h; path = ../src/lib/bufgap.h; sourceTree = "<group>"; };
64AA9C3D1B45691C00D0F542 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../src/lib/compress.c; sourceTree = "<group>"; };
64AA9C3E1B45691C00D0F542 /* create.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = create.c; path = ../src/lib/create.c; sourceTree = "<group>"; };
64AA9C3F1B45691C00D0F542 /* create.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = create.h; path = ../src/lib/create.h; sourceTree = "<group>"; };
64AA9C401B45691C00D0F542 /* crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crypto.c; path = ../src/lib/crypto.c; sourceTree = "<group>"; };
64AA9C411B45691C00D0F542 /* crypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ../src/lib/crypto.h; sourceTree = "<group>"; };
64AA9C421B45691C00D0F542 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = defs.h; path = ../src/lib/defs.h; sourceTree = "<group>"; };
64AA9C431B45691C00D0F542 /* errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errors.h; path = ../src/lib/errors.h; sourceTree = "<group>"; };
64AA9C441B45691C00D0F542 /* keyring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keyring.c; path = ../src/lib/keyring.c; sourceTree = "<group>"; };
64AA9C451B45691C00D0F542 /* keyring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keyring.h; path = ../src/lib/keyring.h; sourceTree = "<group>"; };
64AA9C461B45691C00D0F542 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memory.h; path = ../src/lib/memory.h; sourceTree = "<group>"; };
64AA9C471B45691C00D0F542 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../src/lib/misc.c; sourceTree = "<group>"; };
64AA9C481B45691C00D0F542 /* netpgp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = netpgp.c; path = ../src/lib/netpgp.c; sourceTree = "<group>"; };
64AA9C491B45691C00D0F542 /* netpgpdefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdefs.h; path = ../src/lib/netpgpdefs.h; sourceTree = "<group>"; };
64AA9C4A1B45691C00D0F542 /* netpgpdigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdigest.h; path = ../src/lib/netpgpdigest.h; sourceTree = "<group>"; };
64AA9C4B1B45691C00D0F542 /* netpgpsdk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpsdk.h; path = ../src/lib/netpgpsdk.h; sourceTree = "<group>"; };
64AA9C4C1B45691C00D0F542 /* openssl_crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openssl_crypto.c; path = ../src/lib/openssl_crypto.c; sourceTree = "<group>"; };
64AA9C4D1B45691C00D0F542 /* packet-parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-parse.c"; path = "../src/lib/packet-parse.c"; sourceTree = "<group>"; };
64AA9C4E1B45691C00D0F542 /* packet-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-parse.h"; path = "../src/lib/packet-parse.h"; sourceTree = "<group>"; };
64AA9C4F1B45691C00D0F542 /* packet-print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-print.c"; path = "../src/lib/packet-print.c"; sourceTree = "<group>"; };
64AA9C501B45691C00D0F542 /* packet-show.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-show.c"; path = "../src/lib/packet-show.c"; sourceTree = "<group>"; };
64AA9C511B45691C00D0F542 /* packet-show.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-show.h"; path = "../src/lib/packet-show.h"; sourceTree = "<group>"; };
64AA9C521B45691C00D0F542 /* packet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packet.h; path = ../src/lib/packet.h; sourceTree = "<group>"; };
64AA9C531B45691C00D0F542 /* reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = reader.c; path = ../src/lib/reader.c; sourceTree = "<group>"; };
64AA9C541B45691C00D0F542 /* readerwriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readerwriter.h; path = ../src/lib/readerwriter.h; sourceTree = "<group>"; };
64AA9C551B45691C00D0F542 /* signature.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = signature.c; path = ../src/lib/signature.c; sourceTree = "<group>"; };
64AA9C561B45691C00D0F542 /* signature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = signature.h; path = ../src/lib/signature.h; sourceTree = "<group>"; };
64AA9C571B45691C00D0F542 /* symmetric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = symmetric.c; path = ../src/lib/symmetric.c; sourceTree = "<group>"; };
64AA9C581B45691C00D0F542 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../src/lib/types.h; sourceTree = "<group>"; };
64AA9C591B45691C00D0F542 /* validate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = validate.c; path = ../src/lib/validate.c; sourceTree = "<group>"; };
64AA9C5A1B45691C00D0F542 /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = validate.h; path = ../src/lib/validate.h; sourceTree = "<group>"; };
64AA9C5B1B45691C00D0F542 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../src/lib/version.h; sourceTree = "<group>"; };
64AA9C5C1B45691C00D0F542 /* writer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = writer.c; path = ../src/lib/writer.c; sourceTree = "<group>"; };
64AA9C5D1B45691C00D0F542 /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = writer.h; path = ../src/lib/writer.h; sourceTree = "<group>"; };
64AA9C3B1B45691C00D0F542 /* bufgap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bufgap.c; path = ../src/bufgap.c; sourceTree = "<group>"; };
64AA9C3C1B45691C00D0F542 /* bufgap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bufgap.h; path = ../src/bufgap.h; sourceTree = "<group>"; };
64AA9C3D1B45691C00D0F542 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../src/compress.c; sourceTree = "<group>"; };
64AA9C3E1B45691C00D0F542 /* create.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = create.c; path = ../src/create.c; sourceTree = "<group>"; };
64AA9C3F1B45691C00D0F542 /* create.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = create.h; path = ../src/create.h; sourceTree = "<group>"; };
64AA9C401B45691C00D0F542 /* crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crypto.c; path = ../src/crypto.c; sourceTree = "<group>"; };
64AA9C411B45691C00D0F542 /* crypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ../src/crypto.h; sourceTree = "<group>"; };
64AA9C421B45691C00D0F542 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = defs.h; path = ../src/defs.h; sourceTree = "<group>"; };
64AA9C431B45691C00D0F542 /* errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errors.h; path = ../src/errors.h; sourceTree = "<group>"; };
64AA9C441B45691C00D0F542 /* keyring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keyring.c; path = ../src/keyring.c; sourceTree = "<group>"; };
64AA9C451B45691C00D0F542 /* keyring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keyring.h; path = ../src/keyring.h; sourceTree = "<group>"; };
64AA9C461B45691C00D0F542 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memory.h; path = ../src/memory.h; sourceTree = "<group>"; };
64AA9C471B45691C00D0F542 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../src/misc.c; sourceTree = "<group>"; };
64AA9C481B45691C00D0F542 /* netpgp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = netpgp.c; path = ../src/netpgp.c; sourceTree = "<group>"; };
64AA9C491B45691C00D0F542 /* netpgpdefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdefs.h; path = ../src/netpgpdefs.h; sourceTree = "<group>"; };
64AA9C4A1B45691C00D0F542 /* netpgpdigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpdigest.h; path = ../src/netpgpdigest.h; sourceTree = "<group>"; };
64AA9C4B1B45691C00D0F542 /* netpgpsdk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgpsdk.h; path = ../src/netpgpsdk.h; sourceTree = "<group>"; };
64AA9C4C1B45691C00D0F542 /* openssl_crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = openssl_crypto.c; path = ../src/openssl_crypto.c; sourceTree = "<group>"; };
64AA9C4D1B45691C00D0F542 /* packet-parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-parse.c"; path = "../src/packet-parse.c"; sourceTree = "<group>"; };
64AA9C4E1B45691C00D0F542 /* packet-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-parse.h"; path = "../src/packet-parse.h"; sourceTree = "<group>"; };
64AA9C4F1B45691C00D0F542 /* packet-print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-print.c"; path = "../src/packet-print.c"; sourceTree = "<group>"; };
64AA9C501B45691C00D0F542 /* packet-show.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "packet-show.c"; path = "../src/packet-show.c"; sourceTree = "<group>"; };
64AA9C511B45691C00D0F542 /* packet-show.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "packet-show.h"; path = "../src/packet-show.h"; sourceTree = "<group>"; };
64AA9C521B45691C00D0F542 /* packet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packet.h; path = ../src/packet.h; sourceTree = "<group>"; };
64AA9C531B45691C00D0F542 /* reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = reader.c; path = ../src/reader.c; sourceTree = "<group>"; };
64AA9C541B45691C00D0F542 /* readerwriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readerwriter.h; path = ../src/readerwriter.h; sourceTree = "<group>"; };
64AA9C551B45691C00D0F542 /* signature.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = signature.c; path = ../src/signature.c; sourceTree = "<group>"; };
64AA9C561B45691C00D0F542 /* signature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = signature.h; path = ../src/signature.h; sourceTree = "<group>"; };
64AA9C571B45691C00D0F542 /* symmetric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = symmetric.c; path = ../src/symmetric.c; sourceTree = "<group>"; };
64AA9C581B45691C00D0F542 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../src/types.h; sourceTree = "<group>"; };
64AA9C591B45691C00D0F542 /* validate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = validate.c; path = ../src/validate.c; sourceTree = "<group>"; };
64AA9C5A1B45691C00D0F542 /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = validate.h; path = ../src/validate.h; sourceTree = "<group>"; };
64AA9C5B1B45691C00D0F542 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../src/version.h; sourceTree = "<group>"; };
64AA9C5C1B45691C00D0F542 /* writer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = writer.c; path = ../src/writer.c; sourceTree = "<group>"; };
64AA9C5D1B45691C00D0F542 /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = writer.h; path = ../src/writer.h; sourceTree = "<group>"; };
64AA9C6E1B4569CD00D0F542 /* netpgp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = netpgp.h; path = ../include/netpgp.h; sourceTree = "<group>"; };
64AA9C721B456A2600D0F542 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
64DA24061B832E7D000BEE80 /* openssl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openssl.xcodeproj; path = "../../../openssl-xcode/openssl.xcodeproj"; sourceTree = "<group>"; };
@ -259,7 +259,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "mkdir -p \"$BUILT_PRODUCTS_DIR/include/netpgp\"\n\ncp \"$SRCROOT/config.h\" \"$BUILT_PRODUCTS_DIR/include/netpgp/\"\n\ncp \"$SRCROOT/../src/lib/\"{\\\ncreate.h,\\\ncrypto.h,\\\nerrors.h,\\\nkeyring.h,\\\nmemory.h,\\\nnetpgpsdk.h,\\\npacket.h,\\\npacket-parse.h,\\\npacket-show.h,\\\nsignature.h,\\\ntypes.h,\\\nreaderwriter.h,\\\nwriter.h,\\\nvalidate.h} \"$BUILT_PRODUCTS_DIR/include/netpgp/\"\n\ncp \"$SRCROOT/../include/netpgp.h\" \"$BUILT_PRODUCTS_DIR/include/\"";
shellScript = "mkdir -p \"$BUILT_PRODUCTS_DIR/include/netpgp\"\n\ncp \"$SRCROOT/config.h\" \"$BUILT_PRODUCTS_DIR/include/netpgp/\"\n\ncp \"$SRCROOT/../src/\"{\\\ncreate.h,\\\ncrypto.h,\\\nerrors.h,\\\nkeyring.h,\\\nmemory.h,\\\nnetpgpsdk.h,\\\npacket.h,\\\npacket-parse.h,\\\npacket-show.h,\\\nsignature.h,\\\ntypes.h,\\\nreaderwriter.h,\\\nwriter.h,\\\nvalidate.h} \"$BUILT_PRODUCTS_DIR/include/netpgp/\"\n\ncp \"$SRCROOT/../include/netpgp.h\" \"$BUILT_PRODUCTS_DIR/include/\"";
};
/* End PBXShellScriptBuildPhase section */

@ -1,3 +1,44 @@
## $NetBSD$
SUBDIRS = lib
AM_CFLAGS = $(WARNCFLAGS)
lib_LTLIBRARIES = libnetpgp.la
libnetpgp_la_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE
libnetpgp_la_SOURCES = \
bufgap.c \
compress.c \
create.c \
crypto.c \
keyring.c \
misc.c \
netpgp.c \
openssl_crypto.c \
packet-parse.c \
packet-print.c \
packet-show.c \
reader.c \
signature.c \
symmetric.c \
validate.c \
writer.c
pkginclude_HEADERS = \
config.h \
create.h \
crypto.h \
errors.h \
keyring.h \
memory.h \
netpgpsdk.h \
packet.h \
packet-parse.h \
packet-show.h \
signature.h \
types.h \
readerwriter.h \
writer.h \
validate.h
dist_man_MANS = libnetpgp.3

@ -1,44 +0,0 @@
## $NetBSD$
AM_CFLAGS = $(WARNCFLAGS)
lib_LTLIBRARIES = libnetpgp.la
libnetpgp_la_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE
libnetpgp_la_SOURCES = \
bufgap.c \
compress.c \
create.c \
crypto.c \
keyring.c \
misc.c \
netpgp.c \
openssl_crypto.c \
packet-parse.c \
packet-print.c \
packet-show.c \
reader.c \
signature.c \
symmetric.c \
validate.c \
writer.c
pkginclude_HEADERS = \
config.h \
create.h \
crypto.h \
errors.h \
keyring.h \
memory.h \
netpgpsdk.h \
packet.h \
packet-parse.h \
packet-show.h \
signature.h \
types.h \
readerwriter.h \
writer.h \
validate.h
dist_man_MANS = libnetpgp.3
Loading…
Cancel
Save