2 -include $(top_builddir
)/Makefile.config
5 SUBDIRS-
$(CONFIG_NLS
) += po
8 all-recursive
: config.h
10 # Automagically rerun autotools
11 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
12 cd
$(top_builddir
) && $(SHELL
) .
/config.status
--recheck
14 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
15 $(ACLOCAL_M4
): $(top_srcdir
)/configure.in
$(top_srcdir
)/acinclude.m4
16 cd
$(top_srcdir
) && $(ACLOCAL
)
18 $(top_srcdir
)/configure
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
19 cd
$(top_srcdir
) && $(AUTOCONF
)
21 $(top_builddir
)/config.h
: $(top_builddir
)/stamp-h
22 @cd
$(top_builddir
) && \
23 if
test ! -f
$@
; then \
28 $(top_builddir
)/stamp-h
: $(top_srcdir
)/config.h.in
$(top_builddir
)/config.status
30 && CONFIG_FILES
= CONFIG_HEADERS
=config.h \
31 $(SHELL
) .
/config.status
32 @echo timestamp
> stamp-h
2> /dev
/null
34 $(top_srcdir
)/config.h.in
: $(top_srcdir
)/stamp-h.in
35 @if
test ! -f
$@
; then \
36 rm -f
$(top_srcdir
)/stamp-h.in
; \
37 $(MAKE
) $(top_srcdir
)/stamp-h.in
; \
40 $(top_srcdir
)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
41 cd
$(top_srcdir
) && $(AUTOHEADER
)
42 @echo timestamp
> $(top_srcdir
)/stamp-h.in
2> /dev
/null
45 ifeq ($(wildcard Makefile.config
),)
47 $(MAKECMDGOALS
) default
:
48 @echo
"You need to first run ./configure"
50 include $(top_srcdir
)/Makefile.lib