~ubuntu-branches/ubuntu/maverick/9base/maverick

« back to all changes in this revision

Viewing changes to config.mk

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-20 17:34:06 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090820173406-xpwqa9ruyevvc0ut
Tags: 1:3-3
* Updating maintainer field.
* Updating vcs fields.
* Updating package to standards version 3.8.3.
* Updatin variables writing in rules to consistent style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Customize to fit your system
2
2
 
3
3
# paths
4
 
PREFIX      = /usr/local/9
 
4
PREFIX      = /usr/local/plan9
5
5
MANPREFIX   = ${PREFIX}/share/man
6
6
 
7
 
VERSION     = 2
 
7
VERSION     = 3
 
8
OBJTYPE     = 386
 
9
#OBJTYPE     = arm
 
10
#OBJTYPE     = x86_64
8
11
 
9
12
# Linux/BSD
10
13
CFLAGS      = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""