File: Makefile

package info (click to toggle)
tuxcmd-modules 0.6.70%2Bds-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,936 kB
  • sloc: cpp: 11,743; ansic: 8,064; makefile: 253
file content (12 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS = zip libarchive gvfs

export BUILDPATH = $(CURDIR)

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