efl/src/examples/elua/Makefile.am

22 lines
363 B
Makefile

if HAVE_ELUA
MAINTAINERCLEANFILES = Makefile.in
DATA_FILES =
EXTRA_DIST = $(DATA_FILES)
examples: ;
clean-local: ;
#install-examples:
# $(MKDIR_P) $(datadir)/elua/examples
# cd $(srcdir) && $(install_sh_DATA) -c $(DATA_FILES) $(datadir)/elua/examples
#uninstall-local:
# for f in $(DATA_FILES); do \
# rm -f $(datadir)/elua/examples/$$f ; \
# done
endif