6b30d21a96a63174b3368b2b2f3c8728bba16292
[platform/upstream/iotivity.git] / extlibs / tinydtls / platform-specific / Makefile.in
1 # the library's version
2 VERSION:=@PACKAGE_VERSION@
3
4 # tools
5 @SET_MAKE@
6 SHELL = /bin/sh
7 MKDIR = mkdir
8
9 top_builddir = @top_builddir@
10
11 THIS=platform-specific
12 DISTDIR?=$(top_builddir)/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
13 FILES:=Makefile.in $(wildcard *.h)
14
15 clean:
16
17 distclean:      clean
18         @rm -rf $(DISTDIR)
19         @rm -f *~ 
20
21 dist:   
22         test -d $(DISTDIR)/$(THIS) || mkdir $(DISTDIR)/$(THIS)
23         cp -r $(FILES) $(DISTDIR)/$(THIS)
24
25 # this directory contains no installation candidates
26 install:
27         :