(install.h): Make $(INCLUDE_INSTALLDIR).
(install.libs): Make $(LIB_INSTALLDIR).
RM = /bin/rm -f
TAR = tar
+MKDIR = mkdir -p
## The default location for installation. Everything is placed in
install: install.h install.libs
install.h:
+ $(MKDIR) $(INCLUDE_INSTALLDIR)
install -c $(HEADERS) $(INCLUDE_INSTALLDIR)
install.libs: libconcord.la
+ $(MKDIR) $(LIB_INSTALLDIR)
$(LIBTOOL) --mode=install install -c libconcord.la $(LIB_INSTALLDIR)