## Process this file with automake to produce Makefile.in INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ bin_PROGRAMS = cbrpager cbrpager_SOURCES = \ main.c main.h \ global.c global.h \ conf.c conf.h \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h cbrpager_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)