about summary refs log tree commit diff
path: root/Src/Builtins/rlimits.mdd
blob: f0e41b73e698fddd4203016e8a88fc4f1a10c9a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
autobins="limit ulimit unlimit"

objects="rlimits.o"

:<<\Make
rlimits.o rlimits..o: rlimits.h

# this file will not be made if limits are unavailable:
# silent so the warning doesn't appear unless necessary
rlimits.h: rlimits.awk @RLIMITS_INC_H@
	@echo '$(AWK) -f $(sdir)/rlimits.awk @RLIMITS_INC_H@ > rlimits.h'; \
	$(AWK) -f $(sdir)/rlimits.awk @RLIMITS_INC_H@ > rlimits.h || \
	    echo WARNING: unknown limits:  mail rlimits.h to developers

clean-here: clean.rlimits
clean.rlimits:
	rm -f rlimits.h
Make