aboutsummaryrefslogtreecommitdiff
path: root/build/import/libodb-tracer/stub.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-08 12:36:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-08 15:47:26 +0200
commit35662787f479b93b3205310934574132609461cc (patch)
tree3a53faca30dde0ecfe7c66bfc667c915ee1bfe9b /build/import/libodb-tracer/stub.make
parent20c2f6cde170e1a8703858e17530fcf68e4efbe4 (diff)
Get rid of special tracer database
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged.
Diffstat (limited to 'build/import/libodb-tracer/stub.make')
-rw-r--r--build/import/libodb-tracer/stub.make30
1 files changed, 0 insertions, 30 deletions
diff --git a/build/import/libodb-tracer/stub.make b/build/import/libodb-tracer/stub.make
deleted file mode 100644
index 8d4bb96..0000000
--- a/build/import/libodb-tracer/stub.make
+++ /dev/null
@@ -1,30 +0,0 @@
-# file : build/import/libodb-tracer/stub.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
-
-$(call include-once,$(scf_root)/import/libodb-tracer/configuration-rules.make,$(dcf_root))
-
-libodb_tracer_installed :=
-
-$(call -include,$(dcf_root)/import/libodb-tracer/configuration-dynamic.make)
-
-ifdef libodb_tracer_installed
-
-ifeq ($(libodb_tracer_installed),y)
-
-$(call export,l: -lodb-tracer -lodb,cpp-options: )
-
-else
-
-# Include export stub.
-#
-$(call include,$(scf_root)/export/libodb-tracer/stub.make)
-
-endif
-
-else
-
-.NOTPARALLEL:
-
-endif