summaryrefslogtreecommitdiff
path: root/include/GNUmakefile
blob: 6612882e64e74540f339429f478a5fad8d52475b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TOPDIR = ..

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:

local_clean:
	-@rm -f sqlite3xx/*.bak
	-@rm -f sqlite3xx/*~

local_install:
	$(INSTALL) -d -m 755 $(includedir)/sqlite3xx
	$(INSTALL) -m 644 sqlite3xx/*.hpp $(includedir)/sqlite3xx
	$(INSTALL) -m 644 sqlite3xx/sqlite3xx $(includedir)/sqlite3xx
	$(INSTALL) -d -m 755 $(includedir)/sqlite3xx/port
	$(INSTALL) -m 644 sqlite3xx/port/*.hpp $(includedir)/sqlite3xx/port
	$(INSTALL) -m 644 sqlite3xx/port/*.h $(includedir)/sqlite3xx/port

local_uninstall:
	-@rm -rf $(includedir)/sqlite3xx