Delete generated source files when running "make clean".

pull/32/head
Jeroen Dekkers 2014-04-06 22:44:50 +02:00
parent 6e60bbb553
commit c80e222210
2 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,6 @@ all:: MAPIStorePropertySelectors.m MAPIStorePropertySelectors.h
MAPIStorePropertySelectors.m MAPIStorePropertySelectors.h: gen-property-selectors.py code-MAPIStorePropertySelectors.m code-MAPIStorePropertySelectors.h
@echo " Auto-generating MAPIStorePropertySelectors.[hm]..."
@$(PYTHON) ./gen-property-selectors.py -o MAPIStorePropertySelectors $(LIBMAPISTORE_CFLAGS)
distclean clean::
-rm -f MAPIStorePropertySelectors.m MAPIStorePropertySelectors.h

View File

@ -158,6 +158,9 @@ ifeq ($(saml2_config), yes)
SOGoSAML2Exceptions.h SOGoSAML2Exceptions.m: gen-saml2-exceptions.py
$(ECHO_CREATING) ./gen-saml2-exceptions.py $(LASSO_CFLAGS) $(END_ECHO)
distclean clean::
-rm -f SOGoSAML2Exceptions.h SOGoSAML2Exceptions.m
endif
ifeq ($(ldap_config),yes)