File: Makefile

package info (click to toggle)
dwww 1.11.3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 800 kB
  • ctags: 367
  • sloc: perl: 3,046; ansic: 1,823; sh: 163; makefile: 159
file content (20 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# vim:ts=2
# Makefile for dwww.
# "@(#)dwww:$Id: Makefile 522 2009-01-19 20:30:47Z robert $"
#
ALL_TARGET  := all-local
SUBDIRS     := img mozilla templates
include ../common.mk

generated			 :=	$(bdir)/dwww.css
templatefiles  := $(sort $(wildcard mozilla-dwww.*) swish++.conf $(generated))

all-local: $(generated) | $(bdir)
	$(call msg,$@)

install-local:
	$(call msg,$@)
	$(call install,$(pkgsharedir),$(templatefiles)) 
	$(call install,$(etcdir),apache.conf) 
	$(call install,$(applicationsdir),dwww.desktop)