You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tellico/src/tests/Makefile.am

29 lines
791 B

AM_CPPFLAGS = -I$(srcdir)/.. $(all_includes)
KDE_OPTIONS = noautodist
AM_LDFLAGS = $(QT_LDFLAGS) $(KDE_LDFLAGS) $(X_LDFLAGS)
check_PROGRAMS = isbntest latin1test entitytest
check: isbntest latin1test entitytest
./isbntest
./latin1test
./entitytest
METASOURCES = AUTO
DISTCLEANFILES = *~ *.Po $(CLEANFILES)
isbntest_SOURCES = isbntest.cpp
isbntest_LDADD = ../isbnvalidator.o ../upcvalidator.o $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
latin1test_SOURCES = latin1test.cpp
latin1test_LDADD = $(LIB_QT) $(LIB_TDECORE)
entitytest_SOURCES = entitytest.cpp
entitytest_LDADD = ../tellico_utils.o $(LIB_QT) $(LIB_TDECORE)
#formattest_SOURCES = formattest.cpp
#formattest_LDADD = ../core/tellico_config.o ../core/tellico_config_addons.o ../field.o ../tellico_utils.o $(LIB_QT) $(LIB_TDECORE)