summaryrefslogtreecommitdiff
path: root/macros2/Makefile.am
blob: bc5f37f83edc153fd2e01b8fc8a3f663a1a2a6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Please update this variable if any new macros are created

GNOME2_MACROS=					\
	compiler-flags.m4 curses.m4 gnome-common.m4 gnome-cxx-check.m4 \
	gnome-gettext.m4 gnome-pthread-check.m4 gnome-x-checks.m4 \
	linger.m4 check-utmp.m4 gnome-pkgconfig.m4 gnome-platform.m4

EXTRA_DIST=$(GNOME2_MACROS) autogen.sh
MAINTAINERCLEANFILES=macros2.dep

@MAINT@macros2.dep: Makefile.am
@MAINT@	@echo '$$(top_srcdir)/aclocal.m4: $(GNOME2_MACROS:%=macros2/%)' > $@

if INSIDE_GNOME_COMMON
gnome2_aclocaldir = $(datadir)/aclocal/gnome2-macros

gnome2-macros.dep: Makefile.am
	@echo '$$(top_srcdir)/aclocal.m4: $(GNOME2_MACROS:%=$(gnome2_aclocaldir)/%)' > $@

gnome2_aclocal_DATA = $(GNOME2_MACROS) autogen.sh gnome2-macros.dep

endif