File: Makefile

package info (click to toggle)
dwww 1.13.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 832 kB
  • ctags: 381
  • sloc: perl: 3,182; ansic: 1,823; sh: 170; makefile: 125; xml: 11
file content (32 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# vim:ts=2
# Makefile for dwww.
#
ALL_TARGET  := all-local
SUBDIRS     :=
include ../common.mk



generated     = $(bdir)/functions.sh

binfiles      := dwww
sbinfiles     := dwww-build   \
                 dwww-build-menu  \
                 dwww-convert   \
                 dwww-find    \
                 dwww-format-man  \
                 dwww-index++   \
                 dwww-refresh-cache
libfiles  := $(bdir)/functions.sh


all-local: $(generated)


install-local:
	$(call msg,$@)
	$(call install,$(sbindir),$(sbinfiles),script) 
	$(call install,$(bindir),$(binfiles),script)
	$(call install,$(webcgidir)/dwww,dwww.cgi,notdir script)
	$(call install,$(pkgsharedir),$(libfiles))