Last change
on this file since 1923 was
1923,
checked in by sam, 11 years ago
|
build: add a common.am include file and a "make lolcheck" target that does
nothing for now except ensure that every makefile includes common.am.
|
File size:
419 bytes
|
Line | |
---|
1 | |
---|
2 | bench: bench-recursive |
---|
3 | bench-recursive: |
---|
4 | @if test -n "$(SUBDIRS)"; then for subdir in $(SUBDIRS); do \ |
---|
5 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) bench) || exit 1; \ |
---|
6 | done; \ |
---|
7 | fi |
---|
8 | |
---|
9 | lolcheck: lolcheck-recursive |
---|
10 | lolcheck-recursive: |
---|
11 | @if test -n "$(SUBDIRS)"; then for subdir in $(SUBDIRS); do \ |
---|
12 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) lolcheck) || exit 1; \ |
---|
13 | done; \ |
---|
14 | fi |
---|
15 | |
---|
16 | .PHONY: lolcheck bench |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.