3 datadir=$(prefix)/share
18 @(cd src; $(MAKE) all)
21 $(MKDIR) $(MKDIR_FLAGS) $(DESTDIR)$(sbindir)
22 $(INSTALL) $(INSTALL_FLAGS) bin/iodine $(DESTDIR)$(sbindir)/iodine
23 chmod 755 $(DESTDIR)$(sbindir)/iodine
24 $(INSTALL) $(INSTALL_FLAGS) bin/iodined $(DESTDIR)$(sbindir)/iodined
25 chmod 755 $(DESTDIR)$(sbindir)/iodined
26 $(MKDIR) $(MKDIR_FLAGS) $(DESTDIR)$(mandir)/man8
27 $(INSTALL) $(INSTALL_FLAGS) man/iodine.8 $(DESTDIR)$(mandir)/man8/iodine.8
28 chmod 644 $(DESTDIR)$(mandir)/man8/iodine.8
31 $(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodine
32 $(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodined
33 $(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8
36 @echo "!! The check library is required for compiling and running the tests"
37 @echo "!! Get it at http://check.sf.net"
42 @(cd src; $(MAKE) clean)
43 @(cd tests; $(MAKE) clean)