File: Makefile

package info (click to toggle)
mhonarc 2.5.2-1.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,996 kB
  • ctags: 4,790
  • sloc: perl: 14,032; makefile: 172
file content (51 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

.PHONY: default _force

PERL_FILES	= \
		  base64.pl \
		  ewhutil.pl \
		  iso2022jp.pl \
		  iso8859.pl \
		  mhamain.pl \
		  mhdb.pl \
		  mhdysub.pl \
		  mhexternal.pl \
		  mhfile.pl \
		  mhidxrc.pl \
		  mhindex.pl \
		  mhinit.pl \
		  mhlock.pl \
		  mhmimetypes.pl \
		  mhmsgextbody.pl \
		  mhmsgfile.pl \
		  mhnote.pl \
		  mhnull.pl \
		  mhopt.pl \
		  mhrcfile.pl \
		  mhrcvars.pl \
		  mhrmm.pl \
		  mhscan.pl \
		  mhsingle.pl \
		  mhthread.pl \
		  mhtime.pl \
		  mhtxtenrich.pl \
		  mhtxthtml.pl \
		  mhtxtplain.pl \
		  mhtxtsetext.pl \
		  mhtxttsv.pl \
		  mhusage.pl \
		  mhutil.pl \
		  osinit.pl \
		  qprint.pl \
		  readmail.pl \
		  rfc822.pl \
		  ## End of PERL_FILES

default: $(PERL_FILES)

$(PERL_FILES): _force
	perl -c $@


_force: