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

« back to all changes in this revision

Viewing changes to scsilib/libschily/libschily_p.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_p.mk       1.3 03/07/13 
 
2
###########################################################################
 
3
SRCROOT=        ..
 
4
RULESDIR=       RULES
 
5
include         $(SRCROOT)/$(RULESDIR)/rules.top
 
6
###########################################################################
 
7
 
 
8
SUBARCHDIR=     /profiled
 
9
.SEARCHLIST:    . $(ARCHDIR) stdio $(ARCHDIR)
 
10
VPATH=          .:stdio:$(ARCHDIR)
 
11
INSDIR=         lib
 
12
TARGETLIB=      schily_p
 
13
CPPOPTS +=      -Istdio
 
14
CPPOPTS +=      -DUSE_SCANSTACK
 
15
COPTS +=        $(COPTGPROF)
 
16
include         Targets
 
17
LIBS=           
 
18
 
 
19
###########################################################################
 
20
include         $(SRCROOT)/$(RULESDIR)/rules.lib
 
21
###########################################################################