aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/libcrystalhd/Makefile
blob: fa3d44356b7c955d3ecdb58a98ac5dd731f6c382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include ../../Makefile.include
DEPS= ../../Makefile.include

SOURCE=libcrystalhd

all: .installed-$(PLATFORM)

.installed-$(PLATFORM): $(SOURCE)
	mkdir -p $(PREFIX)/include
	cp -rf $(SOURCE) $(PREFIX)/include/
	touch $@

clean:
distclean::
	rm -f .installed-$(PLATFORM)