Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
41
environment/Makefile
Normal file
41
environment/Makefile
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
##
|
||||
## licence kaneton licence
|
||||
##
|
||||
## project kaneton
|
||||
##
|
||||
## file /home/buckman/kaneton/environment/Makefile
|
||||
##
|
||||
## created julien quintard [fri feb 11 02:59:20 2005]
|
||||
## updated matthieu bucchianeri [tue jan 24 11:42:31 2006]
|
||||
##
|
||||
|
||||
#
|
||||
# ---------- dependencies -----------------------------------------------------
|
||||
#
|
||||
|
||||
include env.mk
|
||||
|
||||
#
|
||||
# ---------- directives -------------------------------------------------------
|
||||
#
|
||||
|
||||
.PHONY: main initialize clean clear prototypes headers
|
||||
|
||||
#
|
||||
# ---------- rules ------------------------------------------------------------
|
||||
#
|
||||
|
||||
main: initialize
|
||||
|
||||
initialize:
|
||||
$(call env_launch,$(_ENVIRONMENT_DIR_)/initialize.py,,)
|
||||
|
||||
clean:
|
||||
$(call env_launch,$(_ENVIRONMENT_DIR_)/clean.py,,)
|
||||
|
||||
clear:
|
||||
$(call env_purge,)
|
||||
|
||||
prototypes:
|
||||
|
||||
headers:
|
||||
Reference in a new issue