Install the xbps_api.h header.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20100113183225-gz8xn8fa5hp2vdan
This commit is contained in:
18
include/Makefile
Normal file
18
include/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
include ../vars.mk
|
||||
|
||||
INCS = xbps_api.h
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -d $(INCLUDEDIR)
|
||||
install -m 644 $(INCS) $(INCLUDEDIR)
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
-rm -f $(INCLUDEDIR)/$(INCS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
Reference in New Issue
Block a user