|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
|
|
|
|
# Makefile.in generated by automake 1.16.2 from Makefile.am.
|
|
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
|
|
|
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
|
@@ -15,8 +15,19 @@
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
|
|
|
am__is_gnu_make = { \
|
|
|
|
|
if test -z '$(MAKELEVEL)'; then \
|
|
|
|
|
false; \
|
|
|
|
|
elif test -n '$(MAKE_HOST)'; then \
|
|
|
|
|
true; \
|
|
|
|
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
|
|
|
|
true; \
|
|
|
|
|
else \
|
|
|
|
|
false; \
|
|
|
|
|
fi; \
|
|
|
|
|
}
|
|
|
|
|
am__make_running_with_option = \
|
|
|
|
|
case $${target_option-} in \
|
|
|
|
|
?) ;; \
|
|
|
|
|
@@ -79,14 +90,21 @@ PRE_UNINSTALL = :
|
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
|
build_triplet = @build@
|
|
|
|
|
host_triplet = @host@
|
|
|
|
|
subdir = ipa-slapi-plugins/ipa-sidgen
|
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
|
|
|
$(top_srcdir)/depcomp
|
|
|
|
|
subdir = daemons/ipa-slapi-plugins/ipa-sidgen
|
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/../version.m4 \
|
|
|
|
|
$(top_srcdir)/configure.ac
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
|
|
|
|
|
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
|
|
|
|
|
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
|
|
|
|
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
|
|
|
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
|
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
|
|
|
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
|
|
|
|
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/VERSION.m4 \
|
|
|
|
|
$(top_srcdir)/server.m4 $(top_srcdir)/configure.ac
|
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
|
|
|
|
|
$(am__DIST_COMMON)
|
|
|
|
|
mkinstalldirs = $(install_sh) -d
|
|
|
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
|
@@ -158,7 +176,10 @@ am__v_at_0 = @
|
|
|
|
|
am__v_at_1 =
|
|
|
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
|
|
am__depfiles_maybe = depfiles
|
|
|
|
|
am__maybe_remake_depfiles = depfiles
|
|
|
|
|
am__depfiles_remade = ./$(DEPDIR)/ipa_sidgen.Plo \
|
|
|
|
|
./$(DEPDIR)/ipa_sidgen_common.Plo \
|
|
|
|
|
./$(DEPDIR)/ipa_sidgen_task.Plo
|
|
|
|
|
am__mv = mv -f
|
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
@@ -187,6 +208,7 @@ am__can_run_installinfo = \
|
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
|
esac
|
|
|
|
|
DATA = $(app_DATA)
|
|
|
|
|
HEADERS = $(noinst_HEADERS)
|
|
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
|
|
|
# Read a list of newline-separated strings from the standard input,
|
|
|
|
|
# and print each of them once, without duplicates. Input order is
|
|
|
|
|
@@ -206,10 +228,12 @@ am__define_uniq_tagged_files = \
|
|
|
|
|
done | $(am__uniquify_input)`
|
|
|
|
|
ETAGS = etags
|
|
|
|
|
CTAGS = ctags
|
|
|
|
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
|
AMTAR = @AMTAR@
|
|
|
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
|
|
|
API_VERSION = @API_VERSION@
|
|
|
|
|
AR = @AR@
|
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
|
@@ -218,13 +242,15 @@ AWK = @AWK@
|
|
|
|
|
CC = @CC@
|
|
|
|
|
CCDEPMODE = @CCDEPMODE@
|
|
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
|
CHECK_CFLAGS = @CHECK_CFLAGS@
|
|
|
|
|
CHECK_LIBS = @CHECK_LIBS@
|
|
|
|
|
CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
|
|
|
|
|
CMOCKA_LIBS = @CMOCKA_LIBS@
|
|
|
|
|
CONFIG_STATUS = @CONFIG_STATUS@
|
|
|
|
|
CPP = @CPP@
|
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
|
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
|
|
|
|
|
CRYPTO_LIBS = @CRYPTO_LIBS@
|
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
|
DATA_VERSION = @DATA_VERSION@
|
|
|
|
|
DEFS = @DEFS@
|
|
|
|
|
DEPDIR = @DEPDIR@
|
|
|
|
|
DIRSRV_CFLAGS = @DIRSRV_CFLAGS@
|
|
|
|
|
@@ -238,31 +264,63 @@ ECHO_T = @ECHO_T@
|
|
|
|
|
EGREP = @EGREP@
|
|
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
|
FGREP = @FGREP@
|
|
|
|
|
GETTEXT_DOMAIN = @GETTEXT_DOMAIN@
|
|
|
|
|
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
|
|
|
|
|
GIT_BRANCH = @GIT_BRANCH@
|
|
|
|
|
GIT_VERSION = @GIT_VERSION@
|
|
|
|
|
GMSGFMT = @GMSGFMT@
|
|
|
|
|
GMSGFMT_015 = @GMSGFMT_015@
|
|
|
|
|
GREP = @GREP@
|
|
|
|
|
INI_CFLAGS = @INI_CFLAGS@
|
|
|
|
|
INI_LIBS = @INI_LIBS@
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
|
|
INTLLIBS = @INTLLIBS@
|
|
|
|
|
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
|
|
|
|
IPAPLATFORM = @IPAPLATFORM@
|
|
|
|
|
IPA_DATA_DIR = @IPA_DATA_DIR@
|
|
|
|
|
IPA_SYSCONF_DIR = @IPA_SYSCONF_DIR@
|
|
|
|
|
JSLINT = @JSLINT@
|
|
|
|
|
KRAD_LIBS = @KRAD_LIBS@
|
|
|
|
|
KRB5KDC_SERVICE = @KRB5KDC_SERVICE@
|
|
|
|
|
KRB5_CFLAGS = @KRB5_CFLAGS@
|
|
|
|
|
KRB5_GSSAPI_CFLAGS = @KRB5_GSSAPI_CFLAGS@
|
|
|
|
|
KRB5_GSSAPI_LIBS = @KRB5_GSSAPI_LIBS@
|
|
|
|
|
KRB5_LIBS = @KRB5_LIBS@
|
|
|
|
|
LD = @LD@
|
|
|
|
|
LDAP_CFLAGS = @LDAP_CFLAGS@
|
|
|
|
|
LDAP_LIBS = @LDAP_LIBS@
|
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
|
LIBICONV = @LIBICONV@
|
|
|
|
|
LIBINTL = @LIBINTL@
|
|
|
|
|
LIBINTL_LIBS = @LIBINTL_LIBS@
|
|
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
|
LIBPDB_NAME = @LIBPDB_NAME@
|
|
|
|
|
LIBS = @LIBS@
|
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
|
LIBVERTO_CFLAGS = @LIBVERTO_CFLAGS@
|
|
|
|
|
LIBVERTO_LIBS = @LIBVERTO_LIBS@
|
|
|
|
|
LIPO = @LIPO@
|
|
|
|
|
LN_S = @LN_S@
|
|
|
|
|
LTLIBICONV = @LTLIBICONV@
|
|
|
|
|
LTLIBINTL = @LTLIBINTL@
|
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
|
|
|
MAINT = @MAINT@
|
|
|
|
|
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
|
|
|
MKDIR_P = @MKDIR_P@
|
|
|
|
|
MK_ASSIGN = @MK_ASSIGN@
|
|
|
|
|
MK_ELSE = @MK_ELSE@
|
|
|
|
|
MK_ENDIF = @MK_ENDIF@
|
|
|
|
|
MK_IFEQ = @MK_IFEQ@
|
|
|
|
|
MSGATTRIB = @MSGATTRIB@
|
|
|
|
|
MSGFMT = @MSGFMT@
|
|
|
|
|
MSGFMT_015 = @MSGFMT_015@
|
|
|
|
|
MSGMERGE = @MSGMERGE@
|
|
|
|
|
NAMED_GROUP = @NAMED_GROUP@
|
|
|
|
|
NDRNBT_CFLAGS = @NDRNBT_CFLAGS@
|
|
|
|
|
NDRNBT_LIBS = @NDRNBT_LIBS@
|
|
|
|
|
NDRPAC_CFLAGS = @NDRPAC_CFLAGS@
|
|
|
|
|
@@ -273,12 +331,11 @@ NM = @NM@
|
|
|
|
|
NMEDIT = @NMEDIT@
|
|
|
|
|
NSPR_CFLAGS = @NSPR_CFLAGS@
|
|
|
|
|
NSPR_LIBS = @NSPR_LIBS@
|
|
|
|
|
NSS_CFLAGS = @NSS_CFLAGS@
|
|
|
|
|
NSS_LIBS = @NSS_LIBS@
|
|
|
|
|
NUM_VERSION = @NUM_VERSION@
|
|
|
|
|
OBJDUMP = @OBJDUMP@
|
|
|
|
|
OBJEXT = @OBJEXT@
|
|
|
|
|
OPENLDAP_CFLAGS = @OPENLDAP_CFLAGS@
|
|
|
|
|
OPENLDAP_LIBS = @OPENLDAP_LIBS@
|
|
|
|
|
ODS_GROUP = @ODS_GROUP@
|
|
|
|
|
ODS_USER = @ODS_USER@
|
|
|
|
|
OTOOL = @OTOOL@
|
|
|
|
|
OTOOL64 = @OTOOL64@
|
|
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
|
@@ -292,8 +349,14 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
|
|
|
PKG_CONFIG = @PKG_CONFIG@
|
|
|
|
|
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
|
|
|
|
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
|
|
|
|
PLATFORM_PYTHON = @PLATFORM_PYTHON@
|
|
|
|
|
POPT_CFLAGS = @POPT_CFLAGS@
|
|
|
|
|
POPT_LIBS = @POPT_LIBS@
|
|
|
|
|
POSUB = @POSUB@
|
|
|
|
|
PYLINT = @PYLINT@
|
|
|
|
|
PYTHON = @PYTHON@
|
|
|
|
|
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
|
|
|
|
PYTHON_INSTALL_EXTRA_OPTIONS = @PYTHON_INSTALL_EXTRA_OPTIONS@
|
|
|
|
|
PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
|
|
|
|
PYTHON_PREFIX = @PYTHON_PREFIX@
|
|
|
|
|
PYTHON_VERSION = @PYTHON_VERSION@
|
|
|
|
|
@@ -301,10 +364,13 @@ RANLIB = @RANLIB@
|
|
|
|
|
SAMBA40EXTRA_LIBPATH = @SAMBA40EXTRA_LIBPATH@
|
|
|
|
|
SAMBAUTIL_CFLAGS = @SAMBAUTIL_CFLAGS@
|
|
|
|
|
SAMBAUTIL_LIBS = @SAMBAUTIL_LIBS@
|
|
|
|
|
SASL_CFLAGS = @SASL_CFLAGS@
|
|
|
|
|
SASL_LIBS = @SASL_LIBS@
|
|
|
|
|
SED = @SED@
|
|
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
|
SHELL = @SHELL@
|
|
|
|
|
SSL_LIBS = @SSL_LIBS@
|
|
|
|
|
SSSCERTMAP_CFLAGS = @SSSCERTMAP_CFLAGS@
|
|
|
|
|
SSSCERTMAP_LIBS = @SSSCERTMAP_LIBS@
|
|
|
|
|
SSSIDMAP_CFLAGS = @SSSIDMAP_CFLAGS@
|
|
|
|
|
SSSIDMAP_LIBS = @SSSIDMAP_LIBS@
|
|
|
|
|
SSSNSSIDMAP_CFLAGS = @SSSNSSIDMAP_CFLAGS@
|
|
|
|
|
@@ -316,8 +382,16 @@ TEVENT_CFLAGS = @TEVENT_CFLAGS@
|
|
|
|
|
TEVENT_LIBS = @TEVENT_LIBS@
|
|
|
|
|
UNISTRING_LIBS = @UNISTRING_LIBS@
|
|
|
|
|
UNLINK = @UNLINK@
|
|
|
|
|
USE_NLS = @USE_NLS@
|
|
|
|
|
UUID_CFLAGS = @UUID_CFLAGS@
|
|
|
|
|
UUID_LIBS = @UUID_LIBS@
|
|
|
|
|
VENDOR_SUFFIX = @VENDOR_SUFFIX@
|
|
|
|
|
VERSION = @VERSION@
|
|
|
|
|
XGETTEXT = @XGETTEXT@
|
|
|
|
|
XGETTEXT_015 = @XGETTEXT_015@
|
|
|
|
|
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
|
|
|
|
|
XMLRPC_CFLAGS = @XMLRPC_CFLAGS@
|
|
|
|
|
XMLRPC_LIBS = @XMLRPC_LIBS@
|
|
|
|
|
abs_builddir = @abs_builddir@
|
|
|
|
|
abs_srcdir = @abs_srcdir@
|
|
|
|
|
abs_top_builddir = @abs_top_builddir@
|
|
|
|
|
@@ -348,6 +422,7 @@ host_cpu = @host_cpu@
|
|
|
|
|
host_os = @host_os@
|
|
|
|
|
host_vendor = @host_vendor@
|
|
|
|
|
htmldir = @htmldir@
|
|
|
|
|
i18ntests = @i18ntests@
|
|
|
|
|
includedir = @includedir@
|
|
|
|
|
infodir = @infodir@
|
|
|
|
|
install_sh = @install_sh@
|
|
|
|
|
@@ -367,27 +442,30 @@ program_transform_name = @program_transform_name@
|
|
|
|
|
psdir = @psdir@
|
|
|
|
|
pyexecdir = @pyexecdir@
|
|
|
|
|
pythondir = @pythondir@
|
|
|
|
|
runstatedir = @runstatedir@
|
|
|
|
|
sbindir = @sbindir@
|
|
|
|
|
selinux_makefile = @selinux_makefile@
|
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
|
sysconfenvdir = @sysconfenvdir@
|
|
|
|
|
systemdsystemunitdir = @systemdsystemunitdir@
|
|
|
|
|
systemdtmpfilesdir = @systemdtmpfilesdir@
|
|
|
|
|
target_alias = @target_alias@
|
|
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
NULL =
|
|
|
|
|
PLUGIN_COMMON_DIR = ../common
|
|
|
|
|
PLUGIN_COMMON_DIR = $(srcdir)/../common
|
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
|
-I. \
|
|
|
|
|
-I$(srcdir) \
|
|
|
|
|
-I$(PLUGIN_COMMON_DIR) \
|
|
|
|
|
-I/usr/include/dirsrv \
|
|
|
|
|
-DPREFIX=\""$(prefix)"\" \
|
|
|
|
|
-DBINDIR=\""$(bindir)"\" \
|
|
|
|
|
-DLIBDIR=\""$(libdir)"\" \
|
|
|
|
|
-DLIBEXECDIR=\""$(libexecdir)"\" \
|
|
|
|
|
-DDATADIR=\""$(datadir)"\" \
|
|
|
|
|
$(DIRSRV_CFLAGS) \
|
|
|
|
|
$(LDAP_CFLAGS) \
|
|
|
|
|
$(WARN_CFLAGS) \
|
|
|
|
|
$(NULL)
|
|
|
|
|
@@ -418,6 +496,9 @@ libipa_sidgen_task_la_LIBADD = \
|
|
|
|
|
$(LDAP_LIBS) \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
|
ipa_sidgen.h
|
|
|
|
|
|
|
|
|
|
appdir = $(IPA_DATA_DIR)
|
|
|
|
|
app_DATA = \
|
|
|
|
|
ipa-sidgen-conf.ldif \
|
|
|
|
|
@@ -429,15 +510,11 @@ EXTRA_DIST = \
|
|
|
|
|
$(app_DATA) \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
|
*~ \
|
|
|
|
|
Makefile.in
|
|
|
|
|
|
|
|
|
|
all: all-am
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
|
.SUFFIXES: .c .lo .o .obj
|
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
|
@for dep in $?; do \
|
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
|
*$$dep*) \
|
|
|
|
|
@@ -446,25 +523,24 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
|
|
|
|
exit 1;; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ipa-slapi-plugins/ipa-sidgen/Makefile'; \
|
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign daemons/ipa-slapi-plugins/ipa-sidgen/Makefile'; \
|
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
|
$(AUTOMAKE) --foreign ipa-slapi-plugins/ipa-sidgen/Makefile
|
|
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
$(AUTOMAKE) --foreign daemons/ipa-slapi-plugins/ipa-sidgen/Makefile
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
|
@case '$?' in \
|
|
|
|
|
*config.status*) \
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
|
*) \
|
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
|
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
|
|
|
|
esac;
|
|
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
|
|
|
|
|
|
@@ -515,9 +591,15 @@ mostlyclean-compile:
|
|
|
|
|
distclean-compile:
|
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipa_sidgen.Plo@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipa_sidgen_common.Plo@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipa_sidgen_task.Plo@am__quote@
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipa_sidgen.Plo@am__quote@ # am--include-marker
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipa_sidgen_common.Plo@am__quote@ # am--include-marker
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipa_sidgen_task.Plo@am__quote@ # am--include-marker
|
|
|
|
|
|
|
|
|
|
$(am__depfiles_remade):
|
|
|
|
|
@$(MKDIR_P) $(@D)
|
|
|
|
|
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
|
|
|
|
|
|
|
|
|
|
am--depfiles: $(am__depfiles_remade)
|
|
|
|
|
|
|
|
|
|
.c.o:
|
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
|
|
@@ -619,7 +701,10 @@ cscopelist-am: $(am__tagged_files)
|
|
|
|
|
distclean-tags:
|
|
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
|
|
|
|
distdir: $(BUILT_SOURCES)
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
|
|
|
|
|
|
|
|
|
distdir-am: $(DISTFILES)
|
|
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
|
list='$(DISTFILES)'; \
|
|
|
|
|
@@ -651,7 +736,7 @@ distdir: $(DISTFILES)
|
|
|
|
|
done
|
|
|
|
|
check-am: all-am
|
|
|
|
|
check: check-am
|
|
|
|
|
all-am: Makefile $(LTLIBRARIES) $(DATA)
|
|
|
|
|
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
|
|
|
|
|
installdirs:
|
|
|
|
|
for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(appdir)"; do \
|
|
|
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
|
|
|
@@ -686,14 +771,15 @@ distclean-generic:
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
|
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
|
|
|
clean: clean-am
|
|
|
|
|
|
|
|
|
|
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
|
|
|
|
|
mostlyclean-am
|
|
|
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
|
-rm -rf ./$(DEPDIR)
|
|
|
|
|
-rm -f ./$(DEPDIR)/ipa_sidgen.Plo
|
|
|
|
|
-rm -f ./$(DEPDIR)/ipa_sidgen_common.Plo
|
|
|
|
|
-rm -f ./$(DEPDIR)/ipa_sidgen_task.Plo
|
|
|
|
|
-rm -f Makefile
|
|
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
|
|
distclean-tags
|
|
|
|
|
@@ -739,7 +825,9 @@ install-ps-am:
|
|
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
|
-rm -rf ./$(DEPDIR)
|
|
|
|
|
-rm -f ./$(DEPDIR)/ipa_sidgen.Plo
|
|
|
|
|
-rm -f ./$(DEPDIR)/ipa_sidgen_common.Plo
|
|
|
|
|
-rm -f ./$(DEPDIR)/ipa_sidgen_task.Plo
|
|
|
|
|
-rm -f Makefile
|
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
|
|
@@ -760,20 +848,23 @@ uninstall-am: uninstall-appDATA uninstall-pluginLTLIBRARIES
|
|
|
|
|
|
|
|
|
|
.MAKE: install-am install-strip
|
|
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
|
|
|
|
|
clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
|
|
|
|
|
ctags-am distclean distclean-compile distclean-generic \
|
|
|
|
|
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
|
|
|
|
html-am info info-am install install-am install-appDATA \
|
|
|
|
|
install-data install-data-am install-dvi install-dvi-am \
|
|
|
|
|
install-exec install-exec-am install-html install-html-am \
|
|
|
|
|
install-info install-info-am install-man install-pdf \
|
|
|
|
|
install-pdf-am install-pluginLTLIBRARIES install-ps \
|
|
|
|
|
install-ps-am install-strip installcheck installcheck-am \
|
|
|
|
|
installdirs maintainer-clean maintainer-clean-generic \
|
|
|
|
|
mostlyclean mostlyclean-compile mostlyclean-generic \
|
|
|
|
|
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
|
|
|
|
|
uninstall-am uninstall-appDATA uninstall-pluginLTLIBRARIES
|
|
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
|
|
|
|
|
clean-generic clean-libtool clean-pluginLTLIBRARIES \
|
|
|
|
|
cscopelist-am ctags ctags-am distclean distclean-compile \
|
|
|
|
|
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
|
|
|
|
dvi-am html html-am info info-am install install-am \
|
|
|
|
|
install-appDATA install-data install-data-am install-dvi \
|
|
|
|
|
install-dvi-am install-exec install-exec-am install-html \
|
|
|
|
|
install-html-am install-info install-info-am install-man \
|
|
|
|
|
install-pdf install-pdf-am install-pluginLTLIBRARIES \
|
|
|
|
|
install-ps install-ps-am install-strip installcheck \
|
|
|
|
|
installcheck-am installdirs maintainer-clean \
|
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
|
tags tags-am uninstall uninstall-am uninstall-appDATA \
|
|
|
|
|
uninstall-pluginLTLIBRARIES
|
|
|
|
|
|
|
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
|
|