~ubuntu-branches/ubuntu/jaunty/alex/jaunty

« back to all changes in this revision

Viewing changes to glafp-utils/nofib-analyse/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2003-10-01 12:31:01 UTC
  • Revision ID: james.westby@ubuntu.com-20031001123101-yquo14mvjqh3e0sk
Tags: upstream-2.0
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -----------------------------------------------------------------------------
 
2
# $Id: Makefile,v 1.5 2002/03/14 17:10:14 simonmar Exp $
 
3
# (c) Simon Marlow 1999-2000
 
4
 
 
5
TOP=..
 
6
include $(TOP)/mk/boilerplate.mk
 
7
 
 
8
SRC_HC_OPTS    += -fglasgow-exts -package util -package data -package text -cpp
 
9
HS_PROG         = nofib-analyse
 
10
 
 
11
include $(TOP)/mk/target.mk