chiark / gitweb /
PORT 22
[stressapptest] / src / Makefile.in
index 65470cb7f6ec1f6ba94438542e85ed2820ccaffa..ff320f3c564b25dedf9f84ab8dc74d0f13a4fd1f 100644 (file)
@@ -34,7 +34,6 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-target_triplet = @target@
 bin_PROGRAMS = stressapptest$(EXEEXT)
 noinst_PROGRAMS = findmask$(EXEEXT)
 subdir = src
@@ -175,11 +174,7 @@ sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
 sysconfdir = @sysconfdir@
-target = @target@
 target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
@@ -190,7 +185,7 @@ CFILES = os.cc os_factory.cc pattern.cc queue.cc sat.cc sat_factory.cc \
        adler32memcpy.cc logger.cc
 HFILES = os.h pattern.h queue.h sat.h worker.h sattypes.h \
        finelock_queue.h error_diag.h disk_blocks.h adler32memcpy.h \
-       logger.h
+       logger.h clock.h
 stressapptest_SOURCES = $(MAINFILES) $(CFILES) $(HFILES)
 findmask_SOURCES = findmask.c findmask.inc
 all: stressapptest_config.h