eole-prometheus/Makefile

27 lines
544 B
Makefile
Raw Normal View History

2018-04-16 12:54:20 +02:00
################################
2018-05-25 13:32:18 +02:00
# Makefile pour eole-prometheus
2018-04-16 12:54:20 +02:00
################################
SOURCE=eole-prometheus
2018-05-25 13:32:18 +02:00
VERSION=0.0.1
2019-03-08 13:37:44 +01:00
EOLE_VERSION=2.7
EOLE_RELEASE=2.7.0
2018-04-16 12:54:20 +02:00
PKGAPPS=non
################################
# Début de zone à ne pas éditer
################################
include eole.mk
include apps.mk
################################
# Fin de zone à ne pas éditer
################################
# Makefile rules dedicated to application
# if exists
ifneq (, $(strip $(wildcard $(SOURCE).mk)))
include $(SOURCE).mk
endif