[UP] can install now
[arrow.git] / conf_slk120 / Makefile
bloba201c24b2465d6561941a9b443132f0920841338
1 # Makefile for install my conf files into slackware 12.0
3 export TOP=$(shell pwd)
4 export RM=/bin/rm -rf
5 export LN=/bin/ln -s
6 export ECHO=/bin/echo
8 DIRS:= bash bin dhcp dict emacs env ethereal fonts fvwm galculator
9 DIRS+= git grub gtk http indent inetd latex mail mplayer rest scim
10 DIRS+= ssh svn sysinit vim xinit xorg
12 all:
13 @(for _DIR in ${DIRS}; do \
14 ${MAKE} -C $${_DIR} $@; \
15 done)
17 del:
18 @(for _DIR in ${DIRS}; do \
19 ${MAKE} -C $${_DIR} $@; \
20 done)
22 echo:
23 @(for _DIR in ${DIRS}; do \
24 /bin/echo "$${_DIR}"; \
25 done)
27 test:
28 make -C zz test