summaryrefslogtreecommitdiffstats
path: root/src/algorithms/makefile.in
blob: 293b5e8ca2072466a3b0540763997803d566a392 (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) algorithms/all

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

.PHONY: all clean

OBJEXT = @OBJEXT@

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