File: Makefile

package info (click to toggle)
libwhisker2-perl 2.5-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: perl: 9,119; makefile: 22
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