File: Make.include

package info (click to toggle)
kmer 0~20150903%2Br2013-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,296 kB
  • sloc: cpp: 61,737; ansic: 7,386; perl: 4,311; python: 2,323; sh: 546; makefile: 428
file content (30 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- makefile -*-

LIBBIO/       :=$(realpath $/libbio/)/
LIBSEQ/       :=$(realpath $/libseq/)/
LIBKMER/      :=$(realpath $/libkmer/)/
LIBMERYL/     :=$(realpath $/libmeryl/)/
LIBSIM4/      :=$(realpath $/libsim4/)/
LIBUTL/       :=$(realpath $/libutl/)/

$(eval $(call Include,$/ESTmapper/))

$(eval $(call Include,$/atac-driver/))
$(eval $(call Include,$/seatac/))

$(eval $(call Include,$/leaff/))
$(eval $(call Include,$/meryl/))
$(eval $(call Include,$/seagen/))
$(eval $(call Include,$/sim4dbutils/))
$(eval $(call Include,$/sim4db/))
$(eval $(call Include,$/snapper/))
$(eval $(call Include,$/tapper/))

$(eval $(call Include,${LIBSIM4/}))
$(eval $(call Include,${LIBKMER/}))
$(eval $(call Include,${LIBMERYL/}))
$(eval $(call Include,${LIBBIO/}))
$(eval $(call Include,${LIBSEQ/}))
$(eval $(call Include,${LIBUTL/}))

$/.REAL-CLEAN     := $/Make.compilers