File: Makefile

package info (click to toggle)
redhat-cluster 3.1.8-1.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,608 kB
  • ctags: 6,306
  • sloc: ansic: 62,895; sh: 1,626; makefile: 1,143; perl: 765
file content (24 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DOCS =	usage.txt \
	COPYING.applications \
	COPYING.libraries \
	COPYRIGHT \
	README.licence \
	cluster_conf.html

TARGET= cluster

LOGRORATED = $(TARGET)

all: $(TARGET)

include ../make/defines.mk
include $(OBJDIR)/make/install.mk
include $(OBJDIR)/make/uninstall.mk
include $(OBJDIR)/make/clean.mk

$(TARGET):
	cat $(S)/$(TARGET).logrotate.in | sed \
		-e 's#@LOGDIR@#${logdir}#g' \
	> $(TARGET)

clean: generalclean