Mercurial > libpst
comparison Makefile @ 13:80ae7e5cb562
patches from debian
author | carl |
---|---|
date | Sun, 19 Feb 2006 14:35:22 -0800 |
parents | bf12a9d4524c |
children | 3f2fedec798c |
comparison
equal
deleted
inserted
replaced
12:3f627519a92d | 13:80ae7e5cb562 |
---|---|
10 INSTALL_FILE := $(INSTALL) -p -o root -g root -m 0644 | 10 INSTALL_FILE := $(INSTALL) -p -o root -g root -m 0644 |
11 INSTALL_PROGRAM := $(INSTALL) -p -o root -g root -m 0755 # -s | 11 INSTALL_PROGRAM := $(INSTALL) -p -o root -g root -m 0755 # -s |
12 INSTALL_SCRIPT := $(INSTALL) -p -o root -g root -m 0755 | 12 INSTALL_SCRIPT := $(INSTALL) -p -o root -g root -m 0755 |
13 | 13 |
14 VERSION = $(shell cat VERSION) | 14 VERSION = $(shell cat VERSION) |
15 CFLAGS += -DVERSION=\"$(VERSION)\" | |
15 | 16 |
16 DOCS := AUTHORS ChangeLog CREDITS FILE-FORMAT FILE-FORMAT.html LICENSE TODO \ | 17 DOCS := AUTHORS ChangeLog CREDITS FILE-FORMAT FILE-FORMAT.html LICENSE TODO \ |
17 VERSION | 18 VERSION |
18 | 19 |
19 DISTFILES := $(DOCS) Makefile setup1.vdproj XGetopt.c XGetopt.h common.h \ | 20 DISTFILES := $(DOCS) Makefile setup1.vdproj XGetopt.c XGetopt.h common.h \ |