aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 61cefb6346d74387cee3de28e0f965e3d1ff6a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Time-stamp: <08/06/12 14:28:42 ptr>
#
# Copyright (c) 2004-2008
# Petr Ovtchenkov
#
# Licensed under the Academic Free License version 3.0
#

SRCROOT := build
SUBDIRS := build/lib

include ${SRCROOT}/Makefiles/gmake/subdirs.mak

all install depend clean clobber distclean check::
	+$(call doinsubdirs,${SUBDIRS})

distclean clean depend clobber::
	+$(call doinsubdirs,build/test/unit)

release-shared install-release-shared:
	+$(call doinsubdirs,${SUBDIRS})

install::
	${MAKE} -C build/lib install-headers

.PHONY: all install depend clean clobber distclean check release-shared install-release-shared