* post.in (clean-unix): Delete extra files.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16285
dc483132-0cff-0310-8789-
dd5450dbe970
2004-04-29 Ken Raeburn <raeburn@mit.edu>
+ * pre.in (EXTRA_FILES): New variable.
+ * post.in (clean-unix): Delete extra files.
+
* shlib.conf: Initialize use_linker_init_option and
use_linker_fini_option to no.
(mips-sgi-irix*): Add link-time support for library
clean:: clean-$(WHAT)
clean-unix::
- $(RM) $(OBJS) $(DEPTARGETS)
+ $(RM) $(OBJS) $(DEPTARGETS) $(EXTRA_FILES)
clean-windows::
$(RM) *.$(OBJEXT)
PICFLAGS=@PICFLAGS@
PROFFLAGS=@PROFFLAGS@
+# platform-dependent temporary files that should get cleaned up
+EXTRA_FILES=@EXTRA_FILES@
+
##