|
|
pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ |
top_builddir = . | top_builddir = . |
| |
ACLOCAL = @ACLOCAL@ |
|
AUTOCONF = @AUTOCONF@ |
|
AUTOMAKE = @AUTOMAKE@ |
|
AUTOHEADER = @AUTOHEADER@ |
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
INSTALL = @INSTALL@ | INSTALL = @INSTALL@ |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|
|
| |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
configure.lineno | configure.lineno |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
#>- cd $(top_srcdir) && \ |
|
#>- $(AUTOMAKE) --gnu Makefile |
|
#>+ 3 |
|
cd $(top_srcdir) && \ |
|
$(AUTOMAKE) --gnu Makefile |
|
cd $(top_srcdir) && perl admin/am_edit Makefile.in |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) |
|
|
|
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
$(SHELL) ./config.status --recheck |
|
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
|
#>- cd $(srcdir) && $(AUTOCONF) |
|
#>+ 2 |
|
cd $(srcdir) && rm -f configure |
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure |
|
|
|
$(ACLOCAL_M4): configure.in acinclude.m4 |
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|
| |
config.h: stamp-h1 | config.h: stamp-h1 |
@if test ! -f $@; then \ | @if test ! -f $@; then \ |
|
|
@rm -f stamp-h1 | @rm -f stamp-h1 |
cd $(top_builddir) && $(SHELL) ./config.status config.h | cd $(top_builddir) && $(SHELL) ./config.status config.h |
| |
$(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
cd $(top_srcdir) && $(AUTOHEADER) |
|
touch $(srcdir)/config.h.in |
|
|
|
distclean-hdr: | distclean-hdr: |
-rm -f config.h stamp-h1 | -rm -f config.h stamp-h1 |
| |
|
|
#>+ 2 | #>+ 2 |
docs-am: | docs-am: |
| |
#>+ 6 |
|
force-reedit: |
|
cd $(top_srcdir) && \ |
|
$(AUTOMAKE) --gnu Makefile |
|
cd $(top_srcdir) && perl admin/am_edit Makefile.in |
|
|
|
|
|
#>+ 21 | #>+ 21 |
clean-bcheck: | clean-bcheck: |
rm -f *.bchecktest.cc *.bchecktest.cc.class a.out | rm -f *.bchecktest.cc *.bchecktest.cc.class a.out |