mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
15 lines
170 B
Makefile
15 lines
170 B
Makefile
XEN_ROOT := ../../..
|
|
include $(XEN_ROOT)/tools/Rules.mk
|
|
|
|
.PHONY: all
|
|
all:
|
|
|
|
.PHONY: install
|
|
install:
|
|
$(INSTALL_DIR) -p $(DESTDIR)$(INCLUDEDIR)
|
|
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
@:
|