## Process this file with automake to produce Makefile.in
INCLUDES = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@PACKAGE_CFLAGS@ \
@GNOMEPRINT_CFLAGS@ \
@LIBXML_CFLAGS@
bin_PROGRAMS = linsmith
linsmith_SOURCES = \
main.c main.h \
types.h \
aux.c aux.h \
confmgr.c confmgr.h \
global.c global.h \
chart_def.c chart_def.h \
chart.c chart.h \
element.c element.h \
remote.c remote.h \
load.c load.h \
load_rx.c load_rx.h \
load_nb.c load_nb.h \
log.c log.h \
pixmaps.inc \
support.c support.h \
printer.c printer.h \
interface.c interface.h \
callbacks.c callbacks.h
linsmith_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) \
@GNOMEPRINT_LIBS@ \
@LIBXML_LIBS@
syntax highlighted by Code2HTML, v. 0.9.1