~ubuntu-branches/ubuntu/feisty/unifdef/feisty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Bob Proulx
  • Date: 2004-07-03 18:09:39 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040703180939-f7bj8405sqvixczk
Tags: upstream-1.0+20030701
ImportĀ upstreamĀ versionĀ 1.0+20030701

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CC     = gcc
2
 
CFLAGS = -O2 
3
 
DEST   = /usr
4
 
 
5
 
unifdef: unifdef.o
6
 
        $(CC) unifdef.o -o unifdef
7
 
 
8
 
clean:
9
 
        rm -f unifdef *.o
10
 
 
11
 
install: unifdef
12
 
        install -m 0755 unifdef $(DEST)/bin
13
 
        install -m 0644 unifdef.1 $(DEST)/man/man1