You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-toolkit/Makefile

22 lines
517 B

# Makefile
INSTALL = install
EXES = all
MAKE = make
SUBDIRS = po
all:
subdirs:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir install; \
done
install: all subdirs
@${INSTALL} -D -m 0755 cl-kernel ${DESTDIR}/usr/sbin/cl-kernel
@${INSTALL} -D -m 0755 cl-check-templates ${DESTDIR}/usr/sbin/cl-check-templates
@${INSTALL} -D -m 0755 cl-system-dump ${DESTDIR}/usr/sbin/cl-system-dump
@${INSTALL} -D -m 0755 cl-wikicolor ${DESTDIR}/usr/bin/cl-wikicolor
@${INSTALL} -D -m 0755 cl-lxc ${DESTDIR}/usr/sbin/cl-lxc