sbsv2/raptor/lib/flm/tools2common.flm
branchwip
changeset 5 593a8820b912
parent 3 e1eecf4d390d
child 29 ee00c00df073
equal deleted inserted replaced
3:e1eecf4d390d 5:593a8820b912
    97 ### Conclusion - cleanup and introspection #######################
    97 ### Conclusion - cleanup and introspection #######################
    98 
    98 
    99 # make the output directories while reading makefile - some build engines prefer this
    99 # make the output directories while reading makefile - some build engines prefer this
   100 $(call makepath,$(CREATABLEPATHS))
   100 $(call makepath,$(CREATABLEPATHS))
   101 
   101 
   102 ## Clean up (using eval to avoid target specific variables)
   102 ## Clean up
   103 $(eval $(call GenerateStandardCleanTarget,$(TARGETS) $(OBJECTFILES),$(CREATABLEPATHS),))
   103 $(call raptor_clean,$(CLEANTARGETS) $(OBJECTFILES))
   104 ## WHAT target
   104 ## for the --what option and the log file
   105 $(eval $(call whatmacro,$(RELEASEABLES),WHATTOOLS2))
   105 $(call raptor_release,$(RELEASEABLES))
   106 
   106 
   107 ## The End
   107 ## The End