~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to contrib/pepsys/libsrc/makefile

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# @(#)makefile  5.2 (ESO-IPG) 6/3/92 10:42:29
 
2
# .COPYRIGHT:   Copyright (c) 1988 European Southern Observatory,
 
3
#                                               all rights reserved
 
4
# .TYPE         make file
 
5
# .NAME         $MIDASHOME/$MIDVERS/contrib/pepsys/lib/makefile 
 
6
# .LANGUAGE     makefile syntax
 
7
# .ENVIRONMENT  Unix Systems. 
 
8
# .COMMENT      Compiles source files and generates "peplib.a" library.
 
9
#
 
10
# .REMARKS
 
11
#
 
12
# .AUTHOR       
 
13
# .VERSION 1.1  881210:         Implementation
 
14
# .VERSION 1.2  890104:         Generating makefile.com for VMS systems
 
15
# .VERSION 2.1  901102:         new directory structure CG.
 
16
# .VERSION 3.0  930308:         Using default.mk file
 
17
# .VERSION 4.5  930321:         ATY adds dependences
 
18
# .VERSION 5.2  930410:         ATY adds fmt.o
 
19
 
 
20
include ../../../local/default.mk
 
21
 
 
22
 
 
23
LIB = $(LLIBDIR)/libpep.a
 
24
 
 
25
OBJ0 =  addstr.o asker.o askfil.o cathed.o help.o lword.o match.o \
 
26
        plansubs.o plot.o precep.o round.o subs1.o filhlp.o terror.o \
 
27
        redsubs.o redsubs2.o space.o dlsq.o partit.o fmt.o
 
28
 
 
29
LINC=../incl
 
30
 
 
31
# DEPENDENCIES:
 
32
all: $(MAKEFILE_VMS) $(LIB)
 
33
 
 
34
 
 
35
dlsq.o: $(LINC)/kingfit.inc $(LINC)/dlsq.inc
 
36
 
 
37
plansubs.o: $(LINC)/mbands.inc $(LINC)/mstars.inc
 
38
 
 
39
redsubs.o: $(LINC)/mstars.inc
 
40
 
 
41
redsubs2.o: $(LINC)/obs.inc $(LINC)/mbands.inc $(LINC)/mstars.inc \
 
42
            $(LINC)/kingfit.inc $(LINC)/dlsq.inc
 
43
 
 
44
subs1.o: $(LINC)/mbands.inc $(LINC)/mstars.inc
 
45
 
 
46
 
 
47
 
 
48
$(MAKEFILE_VMS): makefile
 
49
        $(MAKE_VMS)
 
50
 
 
51
$(LIB): $(OBJ0)
 
52
        $(AR) $(AR_OPT) $(LIB) $(OBJ0)
 
53
        $(RANLIB) $(LIB)
 
54
 
 
55
clean:
 
56
        rm -f $(OBJ0)
 
57
        rm -f *.f