summaryrefslogtreecommitdiff
path: root/introspection/Makefile.am
blob: 17143e45223b7f903f13f7389d9aa2e5d96f33b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: prepare-introspection

# To avoid the race mentioned in src/gir/Makefile.am, this Makefile,
# which is executed early, prepares the libraries. The recursive call
# in the gir rule is thus a no-op, everything is OK.

prepare-introspection:
	$(MAKE) $(AM_MAKEFLAGS) -C ../lib libgnu.la
	$(MAKE) $(AM_MAKEFLAGS) -C .. update-introspected-libs

all: prepare-introspection

EXTRA_DIST = %D%/doc.toml