File: Makefile

package info (click to toggle)
ploticus 2.0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,696 kB
  • ctags: 2,035
  • sloc: ansic: 40,100; perl: 456; sh: 186; makefile: 129
file content (17 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all:  src/pl

DESTDIR=
BIN    =$(DESTDIR)/usr/bin

src/pl: 
	cd src; make

clean:
	rm -f ./src/*.o ./src/pl
	rm -Rf debian/ploticus
	rm -f configure.stamp build.stamp

install:  src/pl
	install -m 755 src/pl $(BIN)/ploticus
	install -m 644 man/man1/pl.1 $(DESTDIR)/usr/share/man/man1/ploticus.1
	install -m 644 prefabs/* $(DESTDIR)/usr/share/ploticus/