summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/makefile.in
blob: c99e72597180e81d0924d48480be87554deba29a (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) ui/dialog/all

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

.PHONY: all clean

OBJEXT = @OBJEXT@

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