• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/

Lines Matching +refs:gpg +refs:error

1 # Makefile.am for libgpg-error.
4 # This file is part of libgpg-error.
6 # libgpg-error is free software; you can redistribute it and/or modify
11 # libgpg-error is distributed in the hope that it will be useful,
26 gpg_extra_headers = gpg-extra/errno.h
27 extra_cppflags = -idirafter gpg-extra
34 bin_PROGRAMS = gpg-error
35 lib_LTLIBRARIES = libgpg-error.la
36 include_HEADERS = gpg-error.h
37 bin_SCRIPTS = gpg-error-config
39 m4data_DATA = gpg-error.m4
44 mkheader.awk gpg-error.h.in mkw32errmap.c w32-add.h w32ce-add.h \
45 err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
46 gpg-error.def.in versioninfo.rc.in
49 err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h \
50 gpg-error.def extra-h.in mkw32errmap.map.c
52 tmp_files = _mkerrcodes.h _gpg-error.def.h mkw32errmap.tab.h mkw32errmap.map.c
55 gpg-error.h mkerrcodes mkerrcodes.h gpg-error.def mkw32errmap.tab.h \
57 gpg-extra/errno.h extra-h.in $(tmp_files)
73 export_symbols = -export-symbols gpg-error.def
75 install-def-file: gpg-error.def
76 $(INSTALL) gpg-error.def $(DESTDIR)$(libdir)/gpg-error.def
79 -rm $(DESTDIR)$(libdir)/gpg-error.def
81 libgpg_error_la_DEPENDENCIES = $(gpg_error_res) gpg-error.def
101 libgpg_error_la_SOURCES = gpg-error.h gettext.h $(arch_sources) \
110 gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c
112 gpg_error_LDADD = ./libgpg-error.la @LTLIBINTL@
138 # It is correct to use $(CPP). We want the host's idea of the error codes.
146 # It is correct to use $(CPP). We want the host's idea of the error codes.
152 gpg-extra/errno.h: mkw32errmap
153 -$(MKDIR_P) gpg-extra
162 gpg-error.def: Makefile gpg-error.def.in
163 cat $(srcdir)/gpg-error.def.in >_$@.h
198 gpg-error.h: Makefile mkheader.awk err-sources.h.in err-codes.h.in \
199 errnos.in extra-h.in gpg-error.h.in
205 $(srcdir)/gpg-error.h.in > $@
210 -$(MKDIR_P) "$(DESTDIR)$(includedir)/gpg-extra"
211 $(INSTALL_DATA) gpg-extra/errno.h \
212 "$(DESTDIR)$(includedir)/gpg-extra/errno.h"