tinydtls-sys 0.2.0+tinydtls-9d6cf54

Raw bindings to the TinyDTLS library.
Documentation
# the library's version
VERSION:=@PACKAGE_VERSION@

# tools
@SET_MAKE@
SHELL = /bin/sh
MKDIR = mkdir

top_builddir = @top_builddir@

THIS=platform-specific
DISTDIR?=$(top_builddir)/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
FILES:=Makefile.in $(wildcard *.h) $(wildcard *.c)

clean:

distclean:	clean
	@rm -rf $(DISTDIR)
	@rm -f *~ 

dist:	
	test -d $(DISTDIR)/$(THIS) || mkdir $(DISTDIR)/$(THIS)
	cp -r $(FILES) $(DISTDIR)/$(THIS)

# this directory contains no installation candidates
install:
	:

uninstall:
	: