~ubuntu-branches/ubuntu/oneiric/foremost/oneiric

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2009-01-08 11:04:43 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090108110443-yu1u3a2u5rzthtdv
Tags: 1.5.5-1
* New upstream version.
* Update Standards-Version to 3.8.0.
* Move manpage to section 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
RAW_CC = gcc
3
3
RAW_FLAGS = -Wall -O2
4
4
LINK_OPT = 
5
 
VERSION = 1.5.4
 
5
VERSION = 1.5.5
6
6
# Try to determine the host system
7
7
SYS := $(shell uname -s | tr -d "[0-9]" | tr -d "-" | tr "[A-Z]" "[a-z]")
8
8
 
19
19
#RAW_FLAGS += -D__DEBUG -ggdb
20
20
 
21
21
NAME = foremost
22
 
MAN_PAGES = $(NAME).1
 
22
MAN_PAGES = $(NAME).8.gz
23
23
 
24
24
RAW_FLAGS += -DVERSION=\"$(VERSION)\"
25
25
 
26
26
# Where we get installed
27
27
BIN = /usr/local/bin
28
 
MAN = /usr/local/man/man1
 
28
MAN = /usr/share/man/man8
29
29
CONF= /usr/local/etc
30
30
# Setup for compiling and cross-compiling for Windows
31
31
# The CR_ prefix refers to cross compiling from OSX to Windows