File: Makefile

package info (click to toggle)
debmake 3.5.18
  • links: PTS
  • area: main
  • in suites: slink
  • size: 408 kB
  • ctags: 21
  • sloc: sh: 785; makefile: 217
file content (12 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# This makefile is really small. Most of the
# intelligence is in debian/debstd

all:

clean:

install:
	install -d $(DESTDIR)/usr/bin
	install -d $(DESTDIR)/usr/lib/deb-make
	install -p deb-make debstd checkbash $(DESTDIR)/usr/bin
	cp -a lib/* $(DESTDIR)/usr/lib/deb-make