File: Makefile

package info (click to toggle)
fastdnaml 1.2.2-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,156 kB
  • sloc: ansic: 3,910; sh: 571; makefile: 46
file content (13 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
all: fastDNAml

fastDNAml:
	cd source && $(CC) $(CPPFLAGS) ${CFLAGS} fastDNAml.c  -o fastDNAml -lm ${LDFLAGS}

install:
	install -m0755 source/fastDNAml debian/fastDNAml-util ${DESTDIR}/usr/bin
	install -m0755 scripts/* ${DESTDIR}/usr/lib/fastdnaml/bin

clean:
	-(cd source; rm -f *.o fastDNAml)
	-rm -rf tests
	-rm -f checkpoint.*