90 lines
3.9 KiB
Plaintext
90 lines
3.9 KiB
Plaintext
$OpenBSD: patch-src_tests_Makefile_in,v 1.1 2008/02/08 15:30:54 okan Exp $
|
|
--- src/tests/Makefile.in.orig Sun Jan 13 20:52:05 2008
|
|
+++ src/tests/Makefile.in Sun Jan 13 20:52:07 2008
|
|
@@ -38,7 +38,7 @@ build_triplet = @build@
|
|
host_triplet = @host@
|
|
target_triplet = @target@
|
|
check_PROGRAMS = isbntest$(EXEEXT) latin1test$(EXEEXT) \
|
|
- entitytest$(EXEEXT) formattest$(EXEEXT)
|
|
+ entitytest$(EXEEXT)
|
|
subdir = src/tests
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
@@ -56,13 +56,13 @@ entitytest_OBJECTS = entitytest.$(OBJEXT)
|
|
am__DEPENDENCIES_1 =
|
|
entitytest_DEPENDENCIES = ../tellico_utils.o $(am__DEPENDENCIES_1) \
|
|
$(am__DEPENDENCIES_1)
|
|
-am_formattest_OBJECTS = formattest.$(OBJEXT)
|
|
+#am_formattest_OBJECTS = formattest.$(OBJEXT)
|
|
#>- formattest_OBJECTS = $(am_formattest_OBJECTS)
|
|
#>+ 1
|
|
-formattest_OBJECTS = formattest.$(OBJEXT)
|
|
-formattest_DEPENDENCIES = ../core/tellico_config.o \
|
|
- ../core/tellico_config_addons.o ../field.o ../tellico_utils.o \
|
|
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
|
+#formattest_OBJECTS = formattest.$(OBJEXT)
|
|
+#formattest_DEPENDENCIES = ../core/tellico_config.o \
|
|
+# ../core/tellico_config_addons.o ../field.o ../tellico_utils.o \
|
|
+# $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
|
am_isbntest_OBJECTS = isbntest.$(OBJEXT)
|
|
#>- isbntest_OBJECTS = $(am_isbntest_OBJECTS)
|
|
#>+ 1
|
|
@@ -95,9 +95,9 @@ CXXLD = $(CXX)
|
|
#>+ 2
|
|
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
-SOURCES = $(entitytest_SOURCES) $(formattest_SOURCES) \
|
|
+SOURCES = $(entitytest_SOURCES) \
|
|
$(isbntest_SOURCES) $(latin1test_SOURCES)
|
|
-DIST_SOURCES = $(entitytest_SOURCES) $(formattest_SOURCES) \
|
|
+DIST_SOURCES = $(entitytest_SOURCES) \
|
|
$(isbntest_SOURCES) $(latin1test_SOURCES)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
@@ -379,8 +379,8 @@ latin1test_SOURCES = latin1test.cpp
|
|
latin1test_LDADD = $(LIB_QT) $(LIB_KDECORE)
|
|
entitytest_SOURCES = entitytest.cpp
|
|
entitytest_LDADD = ../tellico_utils.o $(LIB_QT) $(LIB_KDECORE)
|
|
-formattest_SOURCES = formattest.cpp
|
|
-formattest_LDADD = ../core/tellico_config.o ../core/tellico_config_addons.o ../field.o ../tellico_utils.o $(LIB_QT) $(LIB_KDECORE)
|
|
+#formattest_SOURCES = formattest.cpp
|
|
+#formattest_LDADD = ../core/tellico_config.o ../core/tellico_config_addons.o ../field.o ../tellico_utils.o $(LIB_QT) $(LIB_KDECORE)
|
|
#>- all: all-am
|
|
#>+ 1
|
|
all: docs-am all-am
|
|
@@ -439,9 +439,9 @@ clean-checkPROGRAMS:
|
|
entitytest$(EXEEXT): $(entitytest_OBJECTS) $(entitytest_DEPENDENCIES)
|
|
@rm -f entitytest$(EXEEXT)
|
|
$(CXXLINK) $(entitytest_LDFLAGS) $(entitytest_OBJECTS) $(entitytest_LDADD) $(LIBS)
|
|
-formattest$(EXEEXT): $(formattest_OBJECTS) $(formattest_DEPENDENCIES)
|
|
- @rm -f formattest$(EXEEXT)
|
|
- $(CXXLINK) $(formattest_LDFLAGS) $(formattest_OBJECTS) $(formattest_LDADD) $(LIBS)
|
|
+#formattest$(EXEEXT): $(formattest_OBJECTS) $(formattest_DEPENDENCIES)
|
|
+# @rm -f formattest$(EXEEXT)
|
|
+# $(CXXLINK) $(formattest_LDFLAGS) $(formattest_OBJECTS) $(formattest_LDADD) $(LIBS)
|
|
isbntest$(EXEEXT): $(isbntest_OBJECTS) $(isbntest_DEPENDENCIES)
|
|
@rm -f isbntest$(EXEEXT)
|
|
$(CXXLINK) $(isbntest_LDFLAGS) $(isbntest_OBJECTS) $(isbntest_LDADD) $(LIBS)
|
|
@@ -456,7 +456,7 @@ distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/entitytest.Po@am__quote@
|
|
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formattest.Po@am__quote@
|
|
+#@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formattest.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isbntest.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latin1test.Po@am__quote@
|
|
|
|
@@ -665,11 +665,10 @@ uninstall-am: uninstall-info-am
|
|
tags uninstall uninstall-am uninstall-info-am
|
|
|
|
|
|
-check: isbntest latin1test entitytest formattest
|
|
+check: isbntest latin1test entitytest
|
|
./isbntest
|
|
./latin1test
|
|
./entitytest
|
|
- ./formattest
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|