Mercurial > libpst
comparison Makefile @ 14:3f2fedec798c
patches from debian
author | carl |
---|---|
date | Sun, 19 Feb 2006 14:35:22 -0800 |
parents | 80ae7e5cb562 |
children |
comparison
equal
deleted
inserted
replaced
13:80ae7e5cb562 | 14:3f2fedec798c |
---|---|
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 CFLAGS += -DVERSION=\"$(VERSION)\" |
16 CPPFLAGS += -DVERSION=\"$(VERSION)\" | |
16 | 17 |
17 DOCS := AUTHORS ChangeLog CREDITS FILE-FORMAT FILE-FORMAT.html LICENSE TODO \ | 18 DOCS := AUTHORS ChangeLog CREDITS FILE-FORMAT FILE-FORMAT.html LICENSE TODO \ |
18 VERSION | 19 VERSION |
19 | 20 |
20 DISTFILES := $(DOCS) Makefile setup1.vdproj XGetopt.c XGetopt.h common.h \ | 21 DISTFILES := $(DOCS) Makefile setup1.vdproj XGetopt.c XGetopt.h common.h \ |