summaryrefslogtreecommitdiffstats
path: root/src/libnr/makefile.in
blob: 9f8d3919e21ef7a862ee33ac938ecedf0eeb4294 (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) libnr/all

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

.PHONY: all clean

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