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

« back to all changes in this revision

Viewing changes to stdred/do/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
# .COPYRIGHT:   Copyright (c) 1988 European Southern Observatory,
 
2
#                               all rights reserved
 
3
# .TYPE         make file
 
4
# .NAME         $MIDASHOME/$MIDVERS/stdred/do/libsrc/makefile 
 
5
# .LANGUAGE     makefile syntax
 
6
# .ENVIRONMENT  Unix Systems. 
 
7
# .COMMENT      Compiles source files and generates "libdo.a" library.
 
8
#
 
9
# .REMARKS
 
10
#
 
11
# .AUTHOR       
 
12
# .VERSION 1.1  940210:         Implementation
 
13
# 040831        last modif
 
14
 
15
 
 
16
include ../../../local/default.mk
 
17
 
 
18
CFLAGS = $(C_OPT) $(DEBUG) $(SYS) -I$(LINC) -I$(INC)
 
19
 
 
20
LIB = $(LLIBDIR)/libdo.a
 
21
 
 
22
OBJ0 =  associate.o classify.o coordinate.o crc.o cstat.o decrypt1.o \
 
23
        doutil.o transfer.o ostcrea.o 
 
24
 
 
25
 
 
26
# DEPENDENCIES:
 
27
all: $(MAKEFILE_VMS) $(LIB)
 
28
 
 
29
$(MAKEFILE_VMS): makefile
 
30
        $(MAKE_VMS)
 
31
 
 
32
$(LIB): $(OBJ0)  
 
33
        $(AR) $(AR_OPT) $(LIB) $(OBJ0)
 
34
        $(RANLIB) $(LIB)
 
35
 
 
36
clean:
 
37
        rm -f $(OBJ0)
 
38
        rm -f *.f
 
39
        rm -f *~