~ubuntu-branches/ubuntu/dapper/cdrdao/dapper

« back to all changes in this revision

Viewing changes to scsilib/TEMPLATES/inc.mk

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-12-10 22:52:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051210225211-rn7q0g36wlbc9a3r
Tags: 1:1.2.1-2ubuntu1
* Resynchronise with debian (orig. debian package)
* Merged debian/changelog to mention ubuntu uploads
* Re-Applied Michael Vogts patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ident %W% %E% %Q%
 
2
###########################################################################
 
3
SRCROOT=        ..
 
4
RULESDIR=       RULES
 
5
include         $(SRCROOT)/$(RULESDIR)/rules.top
 
6
###########################################################################
 
7
 
 
8
INSDIR=         include
 
9
TARGET=         align.h
 
10
TARGETC=        align_test
 
11
CFILES=         align_test.c
 
12
 
 
13
###########################################################################
 
14
include         $(SRCROOT)/$(RULESDIR)/rules.inc
 
15
###########################################################################