1## Process this file with automake to produce Makefile.in
2#
3# $Id: Makefile.am,v 1.1 2001/07/02 13:49:00 mcoletti Exp $
4#
5
6INCLUDES = -I$(top_srcdir)
7
8bin_PROGRAMS = sdtsdem2xyz
9
10sdtsdem2xyz_SOURCES = sdtsdem2xyz.cpp
11
12if MAINTAINER_MODE
13sdtsdem2xyz_LDADD = $(libdir)/libsdts++.a -L${libdir} -lsysutils
14else
15sdtsdem2xyz_LDADD = $(libdir)/libsdts++.la -L${libdir} -lsysutils
16endif
17