File: makefile.in

package info (click to toggle)
sctk 2.4.10-20151007-1312Z%2Bdfsg2-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 17,332 kB
  • ctags: 4,598
  • sloc: ansic: 25,664; cpp: 13,648; perl: 9,898; sh: 1,566; makefile: 916
file content (28 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (3)
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
# **********************************************************
# Makefile for rfilter1 Directory
# **********************************************************
SHELL = /bin/sh
PREFIX=
bindir = $(PREFIX)/bin
T=../test_suite

all: csrfilt.sh

csrfilt.sh: 
	chmod +x csrfilt.sh

setTests:
	./RunTests.pl setTests

check: all
	@echo "Testing csrfilt.sh"
	./RunTests.pl
	@echo "   csrfilt.sh successfully completed"

install: all
	cp csrfilt.sh $(bindir)

clean:

distclean: clean
	$(RM) -r *~ makefile