Yang files reorganized into three classes: clixon, mandatory, optional

This commit is contained in:
Olof hagsand 2019-11-26 21:51:28 +01:00
parent 9575d10887
commit 0d22a8b6d0
29 changed files with 166 additions and 462 deletions

View file

@ -37,12 +37,13 @@ prefix = @prefix@
bindir = @bindir@
includedir = @includedir@
datarootdir = @datarootdir@
enable_stdyangs = @enable_stdyangs@
enable_optyangs = @enable_optyangs@
SUBDIRS = clixon
SUBDIRS += mandatory
# See configure.ac
ifeq ($(enable_stdyangs),yes)
SUBDIRS += standard
ifeq ($(enable_optyangs),yes)
SUBDIRS += optional
endif
.PHONY: all clean depend install $(SUBDIRS)