summaryrefslogtreecommitdiffstats
path: root/src/config/mac-post.in
blob: f06af3c22c352204473e8039c756a49e53ff3a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# config/post.in
# put all:: first just in case no other rules occur here
#
all::

check::

clean:: clean-$(WHAT)
	$(RM) config.log pre.out post.out Makefile.out

clean-unix::
	if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi

clean-windows::
	$(RM) *.$(OBJEXT)
	$(RM) msvc.pdb *.err