~ubuntu-branches/ubuntu/utopic/cdrdao/utopic

« back to all changes in this revision

Viewing changes to scsilib/libschily/libschily.mk

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Suffield
  • Date: 2004-06-24 22:33:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040624223316-534onzugaeeyq61j
Tags: upstream-1.1.9
ImportĀ upstreamĀ versionĀ 1.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ident @(#)libschily.mk 1.3 03/07/13 
 
2
###########################################################################
 
3
SRCROOT=        ..
 
4
RULESDIR=       RULES
 
5
include         $(SRCROOT)/$(RULESDIR)/rules.top
 
6
###########################################################################
 
7
 
 
8
.SEARCHLIST:    . $(ARCHDIR) stdio $(ARCHDIR)
 
9
VPATH=          .:stdio:$(ARCHDIR)
 
10
INSDIR=         lib
 
11
TARGETLIB=      schily
 
12
CPPOPTS +=      -Istdio
 
13
CPPOPTS +=      -DUSE_SCANSTACK
 
14
include         Targets
 
15
LIBS=           
 
16
 
 
17
###########################################################################
 
18
include         $(SRCROOT)/$(RULESDIR)/rules.lib
 
19
###########################################################################