summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-03-24 22:55:54 +0100
committerJustus Winter <justus@gnupg.org>2016-12-23 00:30:04 +0100
commit6c19b5de7fceed68b6f964609c4e6a1a8b9037f3 (patch)
tree6c9c164641116610756e7c336bc8b66bba1a38c7 /trans/Makefile
parent3eb2edbc3da5c7675940c27a6e75d4526d348fa8 (diff)
trans: add transparent GnuPG translatorjustus/gpg-0
* trans/Makefile: Add new file. * trans/gpg.c: New file. * utils/Makefile: Add new file. * utils/gpg-env.sh: New file.
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/trans/Makefile b/trans/Makefile
index e4eba0ab..422d499d 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -21,10 +21,11 @@ makemode := servers
targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash \
password hello hello-mt streamio fakeroot proxy-defpager remap \
- mtab identity
+ mtab identity gpg
SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \
crash.c firmlink.c password.c hello.c hello-mt.c streamio.c \
- fakeroot.c proxy-defpager.c remap.c mtab.c chroot.c identity.c
+ fakeroot.c proxy-defpager.c remap.c mtab.c chroot.c identity.c \
+ gpg.c
OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \
crashServer.o crash_replyUser.o msgServer.o \
default_pagerServer.o default_pagerUser.o \
@@ -65,8 +66,8 @@ proxy-defpager: default_pagerServer.o default_pagerUser.o
streamio: device_replyServer.o
symlink: fsysServer.o
-identity: chroot.o
-fakeroot identity: ../libnetfs/libnetfs.a
+identity gpg: chroot.o
+fakeroot identity gpg: ../libnetfs/libnetfs.a
fifo new-fifo: ../libpipe/libpipe.a
crash fifo firmlink hello hello-mt ifsock magic mtab new-fifo null password proxy-defpager remap streamio: ../libtrivfs/libtrivfs.a
$(targets): ../libfshelp/libfshelp.a \