summaryrefslogtreecommitdiff
path: root/Makefile
blob: 64f6f448ade4106ee2eb6c5bb4ab26e3da151c4d (plain)
1
2
3
4
5
6
7
8
9
10
SUBDIRS = zip unrar libarchive gvfs

all install clean shared static::
	target=`echo $@ | sed s/-recursive//`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  (cd $$subdir && $(MAKE) $$target) || exit 1; \
	done; \

modules: all