diff options
Diffstat (limited to 'tools/darwin/depends/libcrystalhd/Makefile')
-rw-r--r-- | tools/darwin/depends/libcrystalhd/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/darwin/depends/libcrystalhd/Makefile b/tools/darwin/depends/libcrystalhd/Makefile new file mode 100644 index 0000000000..329757c0e2 --- /dev/null +++ b/tools/darwin/depends/libcrystalhd/Makefile @@ -0,0 +1,15 @@ +include ../Makefile.include + +SOURCE=libcrystalhd + +all: .installed + +.installed: + mkdir -p $(PREFIX)/include + cp -rf $(SOURCE) $(PREFIX)/include/ + touch $@ + +clean: +distclean:: + rm -f .installed + |