summaryrefslogtreecommitdiffstats
path: root/src/bind/makefile.in
blob: 90ed85bb42a2a43f819a07e8245b7bb3c7dd0b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Convenience stub makefile to call the real Makefile.

@SET_MAKE@

OBJEXT = @OBJEXT@

# Explicit so that it's the default rule.
all:
	cd .. && $(MAKE) bind/all

clean %.a %.$(OBJEXT):
	cd .. && $(MAKE) bind/$@

.PHONY: all clean

.SUFFIXES:
.SUFFIXES: .a .$(OBJEXT)