Finer-grained 'clean' targets

This commit is contained in:
Moritz Bunkus 2010-03-23 13:59:35 +01:00
parent 00d8c0a386
commit 8d2899bc50

View File

@ -389,6 +389,12 @@ distclean dist-clean: clean
maintainer-clean: distclean
rm -f configure config.h.in
clean-libs:
rm -f */lib*.a */*/lib*.a */*/*.dll */*/*.dll.a
clean-apps clean-applications clean-exe:
rm -f $(APPLICATIONS) */*.exe */*/*.exe
create-pot:
@echo 'XGETTEXT'
$(Q)xgettext --keyword=YT --keyword=Y --keyword=Z --keyword=TIP \