aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/complex/Makefile
blob: c92f52110a06690019d02e8c4a71d86e012793ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ../rules.mk

PRODUCTS=complex_mat.gcc.host.out complex_mat.ccomp.host.out \
	complex_mat.gcc.k1c.out complex_mat.ccomp.k1c.out \
	complex_mat.gcc.k1c.s complex_mat.ccomp.k1c.s

all:	$(PRODUCTS)

complex_mat.gcc.host.s complex_mat.ccomp.host.s complex_mat.gcc.k1c.s complex_mat.ccomp.k1c.s : ../clock.h

complex_mat.gcc.host complex_mat.ccomp.host : ../clock.gcc.host.o
complex_mat.gcc.k1c complex_mat.ccomp.k1c : ../clock.gcc.k1c.o

clean:
	-rm -f *.o *.s *.k1c

.PHONY: clean