forked from Uninett/nav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
25 lines (20 loc) · 809 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if INSTALL_CONF
CONF_DIR = etc
endif
SUBDIRS = $(CONF_DIR) sql templates python bin doc htdocs
EXTRA_DIST = version.m4
install-data-local: installdirs
installdirs-local:
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/log
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/log/arnold
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/run
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/rrd
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/rrd/activeip
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/uploads
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/uploads/images
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/uploads/images/rooms
$(INSTALL) -m 2775 -d $(DESTDIR)$(localstatedir)/uploads/images/locations
pyclean:
make -C bin pyclean
make -C doc pyclean
make -C python pyclean