File: rules

package info (click to toggle)
fbreader 0.10.7dfsg-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,684 kB
  • ctags: 10,321
  • sloc: cpp: 60,987; xml: 7,818; makefile: 774; sh: 283
file content (13 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
VERSION = $(shell cat $(CURDIR)/fbreader/VERSION)
SRCDIR = fbreader-$(VERSION)

clean:

build:

install:
	mkdir $(DESTDIR)/$(SRCDIR)
	cp -r Makefile build_packages.sh zlibrary fbreader makefiles distributions README.build $(DESTDIR)/$(SRCDIR)

package:
	tar czf fbreader-sources-$(VERSION).tgz -C $(DESTDIR) $(SRCDIR)