File: Makefile.am

package info (click to toggle)
htsengine 1.10-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: ansic: 5,369; sh: 4,173; makefile: 37
file content (14 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

EXTRA_DIST = Makefile.mak

AM_CPPFLAGS = -I @top_srcdir@/include

bin_PROGRAMS = hts_engine

hts_engine_SOURCES = hts_engine.c 

hts_engine_LDADD = ../lib/libHTSEngine.la

DISTCLEANFILES = *.log *.out *~

MAINTAINERCLEANFILES = Makefile.in