File: rules

package info (click to toggle)
fbreader 0.12.10dfsg2-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,608 kB
  • ctags: 13,435
  • sloc: cpp: 78,853; xml: 15,548; makefile: 845; sh: 305
file content (13 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (6)
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 CHANGES* $(DESTDIR)/$(SRCDIR)

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