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

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