www.pudn.com > xvoice-0.8.1.rar > Makefile.am
SUBDIRS= expat
bin_PROGRAMS = xvoice
FILES = BuildEvent.cc BuildEvent.h \
EventStream.cc EventStream.h \
MainWin.cc MainWin.h \
gnomeMainWin.cc \
ParseEventStream.cc ParseEventStream.h \
Error.cc Error.h \
Target.cc Target.h \
Voice.cc Voice.h \
xvoice.cc xvoice.h\
x.h
xvoice_SOURCES = $(FILES)
CFLAGS = $(XV_CFLAGS) -DDATADIR=$(datadir)
CXXFLAGS = $(XV_CXXFLAGS) -DDATADIR=\"$(datadir)\"
INCLUDES = $(XV_GNOME_CFLAGS) $(XV_VV_CFLAGS)
BASE_LIBS = -lXmu $(XV_GNOME_LIBS) -L./expat -lexpat
if HAVE_SMAPI
xvoice_LDADD = $(BASE_LIBS) $(XV_VV_LIBS) -lsmapi -lvtbnfc31
else
xvoice_LDADD = $(BASE_LIBS)
endif