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

all: .installed-$(PLATFORM)

.installed-$(PLATFORM): $(DEPS)
	mkdir -p $(PREFIX)/include/amlplayer
	cp -rf libamplayer/include/* $(PREFIX)/include/amlplayer
	touch $@

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

distclean:: clean