MAINTAINERCLEANFILES = Makefile.in bin_PROGRAMS = dtappgather dtappgather_CXXFLAGS = -I../libCliSrv $(DT_INCDIR) dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(DTCLIENTLIBS) $(XTOOLLIB) if SOLARIS dtappgather_LDADD += -lintl endif dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h # can't use INSTALL here as the program is already installed install-exec-hook: chown root $(DESTDIR)$(bindir)/dtappgather chmod 4755 $(DESTDIR)$(bindir)/dtappgather