Blame view

tools/sctk-2.4.10/src/def_art/makefile.in 481 Bytes
8dcb6dfcb   Yannick Estève   first commit
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
  # **********************************************************
  # Makefile for rfilter1 Directory
  # **********************************************************
  SHELL = /bin/sh
  PREFIX=
  bindir = $(PREFIX)/bin
  T=../test_suite
  PERL=/slp/sware/Linux/bin/perl
  
  all: def_art.pl
  
  def_art.pl: 
  	chmod +x def_art.pl
  
  setTests:
  
  check: all
  	@echo "Testing def_art.pl"
  	@echo "   def_art.pl passed without tests"
  
  install: all
  	cp def_art.pl $(bindir)
  
  clean:
  
  distclean: clean
  	rm -r *~ makefile