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

21 lines
385 B

9 years ago
# Makefile
INSTALL = install
EXES = all
MAKE = make
SUBDIRS = po
9 years ago
all:
subdirs:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir install; \
done
install: all subdirs
9 years ago
@${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-theme ${DESTDIR}/usr/sbin/cl-dump-system