~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to include/contrib/Make.ext

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-04-13 10:07:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020413100752-va9zm0rd4gpurdkq
Tags: upstream-3.2.1ln
ImportĀ upstreamĀ versionĀ 3.2.1ln

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
basd = /home/rwhaley/Base/ATLAS
 
2
basf = $(basd)/atlas.base
 
3
basmv = $(basd)/atlas-umv.base
 
4
basr1 = $(basd)/atlas-ur1.base
 
5
incf = $(basd)/gen.inc
 
6
ext = extract3.0 -b $(basmv) -langC
 
7
all : camm_maa.h camm_dpa.h camm_ga.h
 
8
 
 
9
camm_maa.h : $(basmv) $(incf)
 
10
        $(ext) -o $@ rout=$@
 
11
camm_dpa.h : $(basmv) $(incf)
 
12
        $(ext) -o $@ rout=$@
 
13
camm_ga.h : $(basr1) $(incf)
 
14
        $(ext) -b $(basr1) -o $@ rout=$@