# Copyright (C) 2004 NetXMS Team # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ACLOCAL_AMFLAGS = -I m4 BUILT_SOURCES = netxms-build-tag.h EXTRA_DIST = reconf configure netxms.sln README.HPUX netxms-build-tag.h SUBDIRS = . m4 src doc tools contrib SUBDIRS += @TOP_LEVEL_MODULES@ netxms-build-tag.h: update-tag .PHONY: update-tag update-tag: ./tools/updatetag.sh install-exec-hook: if test "x@BUILD_SDK@" = "xyes"; then mkdir -p $(DESTDIR)$(includedir); cp config.h $(DESTDIR)$(includedir); cp netxms-build-tag.h $(DESTDIR)$(includedir); mkdir -p $(DESTDIR)$(pkgdatadir)/sdk; cp libtool $(DESTDIR)$(pkgdatadir)/sdk; cp config/install-sh $(DESTDIR)$(pkgdatadir)/sdk; fi