File: Tupfile

package info (click to toggle)
jellyfish 2.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,320 kB
  • sloc: cpp: 35,615; sh: 963; ruby: 578; makefile: 372; python: 165; perl: 36
file content (14 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules

export PKG_CONFIG_PATH
SWIGFLAGS = -ruby
CXXFLAGS += $(JELLYFISH_CFLAGS) $(RUBY_CFLAGS) -fPIC
LDFLAGS += -shared $(JELLYFISH_LIBS) $(JELLYFISH_RPATH) $(RUBY_LIBS)

: ../jellyfish.i |> !swigxx |> jellyfish_wrap.cxx
: jellyfish_wrap.cxx |> !cxx |>
: jellyfish_wrap.o |> !lxxd |> jellyfish.so <jf>

TESTS = test_mer_file.rb test_hash_counter.rb

: foreach $(TESTS) | <jf> ../tests/<seq> |> $(RUBY) -I. %f ../tests > %o |> %B