2012-10-27 01:25:51 +02:00
|
|
|
#############################################################################"
|
|
|
|
# main makefile for a basic application
|
|
|
|
# this is minimal application main makefile
|
|
|
|
#############################################################################"
|
2011-07-20 10:33:24 +02:00
|
|
|
|
2012-10-27 01:25:51 +02:00
|
|
|
#need to define the project name in hard to prevent some error in the config system :
|
|
|
|
CONFIG___EWOL_APPL_NAME__="edn"
|
|
|
|
|
|
|
|
# Add package needed :
|
|
|
|
# current user packages
|
2012-08-18 21:06:21 +02:00
|
|
|
USER_PACKAGES =$(shell pwd)/Sources/
|
2012-10-27 01:25:51 +02:00
|
|
|
# Add ewol packages
|
2012-08-18 21:06:21 +02:00
|
|
|
USER_PACKAGES+=$(shell realpath $(shell pwd)/../ewol/Sources/)
|
2012-07-16 17:59:56 +02:00
|
|
|
|
2012-10-27 01:25:51 +02:00
|
|
|
# include basic makefile for ewol generic toolchain
|
2012-03-29 17:48:48 +02:00
|
|
|
include $(shell pwd)/../ewol/Build/Makefile.mk
|