summaryrefslogtreecommitdiffstats
path: root/src/application/makefile.in
blob: d35d0b1f30d3061c6952f5bef4c9359eddb9e75f (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@

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

clean %.a %.o:
	cd .. && $(MAKE) application/$@

.PHONY: all clean

OBJEXT = @OBJEXT@

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