First commit

This commit is contained in:
2018-03-02 15:44:00 +01:00
parent 54cfa10c7a
commit 4eb5b96a70
14 changed files with 1558 additions and 1 deletions

27
Makefile Normal file
View File

@ -0,0 +1,27 @@
################################
# Makefile pour XXX-XXX
################################
SOURCE=eole-lemonldap
VERSION=0.1
EOLE_VERSION=2.6
EOLE_RELEASE=2.6.2
PKGAPPS=non
#FLASK_MODULE=<APPLICATION>
################################
# 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