~ubuntu-branches/debian/squeeze/smcroute/squeeze

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2006-07-09 18:51:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060709185145-d58f1nirv4rxpno8
Tags: 0.93d-1
* New upstream release.
  + Patches dropped, merged upstream.
* debian/control:
  + Drop dpatch build-dependency.
* debian/copyright:
  + Update the copyright holders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
BINDIR=../bin
3
 
 
4
 
CFLAGS= -g -O2 -Wall
 
2
BINDIR = /usr/sbin
 
3
CC = gcc
 
4
CFLAGS = -g -O2 -Wall
5
5
 
6
6
default : build.h smcroute
7
7
 
8
8
all     : smcroute mcsender
9
9
 
10
10
clean   :
11
 
        rm -f *.o *.asm build.h smcroute mcsender  
 
11
        rm -f *~ *.o *.asm build.h smcroute mcsender  
12
12
 
13
13
install : 
14
14
        mkdir -p ${BINDIR}