~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: 2006-09-03 19:57:55 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060903195755-jja9nmlvej8pp32a
Tags: 1.3-1
* New upstream version.
* Bump standards version (no changes needed).
* Bump DH compat level to 5.
* Updated debian/copyright.
* Removed co-maintainer.

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.2
 
5
VERSION = 1.3
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