summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-10-08 17:56:55 -0500
committerMichael E Brown <michael_e_brown@dell.com>2007-10-08 17:56:55 -0500
commitcb2d7eec2bef65b30744fcf8b0f324f20914e602 (patch)
tree60ce79981e692a53fc6f7a0b14e152fc00acdbdc /Makefile.in
parent90b9df53240c45a3d78ab8c8edf830d68c32e1d5 (diff)
downloadmock-cb2d7eec2bef65b30744fcf8b0f324f20914e602.tar.gz
mock-cb2d7eec2bef65b30744fcf8b0f324f20914e602.tar.xz
mock-cb2d7eec2bef65b30744fcf8b0f324f20914e602.zip
add config.h and directory definitions
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in58
1 files changed, 38 insertions, 20 deletions
diff --git a/Makefile.in b/Makefile.in
index 8c8e6b4..e73c474 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,10 +43,10 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(dist_libexec_SCRIPTS) \
$(dist_mocketc_DATA) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/mock.spec.in \
- $(top_srcdir)/configure $(top_srcdir)/src/version.h.in AUTHORS \
- COPYING ChangeLog INSTALL NEWS build/compile \
- build/config.guess build/config.sub build/depcomp \
- build/install-sh build/ltmain.sh build/missing
+ $(top_srcdir)/configure $(top_srcdir)/src/config.h.in \
+ $(top_srcdir)/src/version.h.in AUTHORS COPYING ChangeLog \
+ INSTALL NEWS build/compile build/config.guess build/config.sub \
+ build/depcomp build/install-sh build/ltmain.sh build/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -54,6 +54,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES = src/version.h mock.spec
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
@@ -85,7 +86,7 @@ src_mock_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
$(LDFLAGS) -o $@
dist_libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
SCRIPTS = $(dist_libexec_SCRIPTS)
-DEFAULT_INCLUDES = -I.@am__isrc@
+DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -253,7 +254,7 @@ CLEANFILES = mock-*.tar.gz mock-*.tar.bz2 mock-*.rpm _buildtemp \
version $(EXTRA_PROGRAMS)
DISTCLEANFILES = *~
EXTRA_DIST = docs buildsys-build.spec
-AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
+AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src -DSYSCONFDIR="$(sysconfdir)" -DLIBEXECDIR="$(libexecdir)" -DLIBDIR="$(libdir)"
lib_LTLIBRARIES = src/libselinux-mock.la
src_libselinux_mock_la_LDFLAGS = -version-info $(MOCK_LIBTOOL_CURRENT):$(MOCK_LIBTOOL_REVISION):$(MOCK_LIBTOOL_AGE)
src_libselinux_mock_la_CFLAGS =
@@ -301,6 +302,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+
+src/config.h: src/stamp-h1
+ @if test ! -f $@; then \
+ rm -f src/stamp-h1; \
+ $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; \
+ else :; fi
+
+src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
+ @rm -f src/stamp-h1
+ cd $(top_builddir) && $(SHELL) ./config.status src/config.h
+$(top_srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_srcdir) && $(AUTOHEADER)
+ rm -f src/stamp-h1
+ touch $@
+
+distclean-hdr:
+ -rm -f src/config.h src/stamp-h1
src/version.h: $(top_builddir)/config.status $(top_srcdir)/src/version.h.in
cd $(top_builddir) && $(SHELL) ./config.status $@
mock.spec: $(top_builddir)/config.status $(srcdir)/mock.spec.in
@@ -830,7 +848,7 @@ distclean: distclean-recursive
-rm -rf src/$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
- distclean-libtool distclean-tags
+ distclean-hdr distclean-libtool distclean-tags
dvi: dvi-recursive
@@ -895,19 +913,19 @@ uninstall-man: uninstall-man1
clean-generic clean-libLTLIBRARIES clean-libtool ctags \
ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
dist-tarZ dist-zip distcheck distclean distclean-compile \
- distclean-generic distclean-libtool distclean-tags \
- distcleancheck distdir distuninstallcheck dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dist_libexecSCRIPTS \
- install-dist_mocketcDATA install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-libLTLIBRARIES \
- install-man install-man1 install-pdf install-pdf-am install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
- tags tags-recursive uninstall uninstall-am \
+ distclean-generic distclean-hdr distclean-libtool \
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-binPROGRAMS install-data install-data-am \
+ install-dist_libexecSCRIPTS install-dist_mocketcDATA \
+ install-dvi install-dvi-am install-exec install-exec-am \
+ install-html install-html-am install-info install-info-am \
+ install-libLTLIBRARIES install-man install-man1 install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs installdirs-am \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+ pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
uninstall-binPROGRAMS uninstall-dist_libexecSCRIPTS \
uninstall-dist_mocketcDATA uninstall-libLTLIBRARIES \
uninstall-man uninstall-man1