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

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

.PHONY: all clean

OBJEXT = @OBJEXT@

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