File: Makefile

package info (click to toggle)
libwhisker2-perl 2.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 664 kB
  • ctags: 303
  • sloc: perl: 7,262; makefile: 52
file content (23 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# this is a passthru makefile for libwhisker2

DESTDIR=

lib:
	perl Makefile.pl lib

build:
	perl Makefile.pl lib

install:
	export DESTDIR
	perl Makefile.pl install

clean:
	perl Makefile.pl clean

nopod:
	perl Makefile.pl nopod

uninstall:
	export DESTDIR
	perl Makefile.pl uninstall