File: Makefile

package info (click to toggle)
wip 2p3-7
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 3,192 kB
  • ctags: 893
  • sloc: ansic: 13,307; csh: 962; makefile: 122; sed: 92
file content (15 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#Special Makefile for wip
#written by Gopal Narayanan

DESTDIR = 

default:
	./domake

install:
	-/bin/cp wip $(DESTDIR)/usr/bin/wip
	-/bin/cp wiphelp.dat $(DESTDIR)/usr/lib/wiphelp.dat

clean:
	-/bin/rm -f debian/usr/bin/* debian/usr/lib/*
	-/bin/rm -f wip libwip.a