mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Add distclean target.
This commit is contained in:
parent
cae849a945
commit
0ac0e5f682
12
Makefile.in
12
Makefile.in
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for Mini-XML, a small XML-like file parsing library.
|
# Makefile for Mini-XML, a small XML-like file parsing library.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2005 by Michael Sweet.
|
# Copyright 2003-2006 by Michael Sweet.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU Library General Public
|
||||||
@ -115,9 +115,17 @@ all: Makefile configure config.h $(TARGETS)
|
|||||||
clean:
|
clean:
|
||||||
$(RM) $(OBJS) $(TARGETS)
|
$(RM) $(OBJS) $(TARGETS)
|
||||||
$(RM) mxmldoc-static libmxml.a
|
$(RM) mxmldoc-static libmxml.a
|
||||||
$(RM) *.bck *.bak
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Really clean everything...
|
||||||
|
#
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
$(RM) config.cache config.log config.status
|
$(RM) config.cache config.log config.status
|
||||||
|
$(RM) Makefile config.h
|
||||||
$(RM) -r autom4te*.cache
|
$(RM) -r autom4te*.cache
|
||||||
|
$(RM) *.bck *.bak
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user