~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to test/mmap/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  19.1 (ESO-IPG) 02/25/03 14:32:58
 
2
# .COPYRIGHT:   Copyright (c) 1988 European Southern Observatory,
 
3
#                                               all rights reserved
 
4
# .TYPE         make file
 
5
# .NAME         $MIDASHOME/$MIDVERS/test/ftoc/makefile 
 
6
# .LANGUAGE     makefile syntax
 
7
# .ENVIRONMENT  Unix Systems. 
 
8
# .COMMENT      Generates memory map test command.
 
9
#
 
10
# .REMARKS      
 
11
# .AUTHOR       Carlos Guirao & Trond Melen
 
12
# .VERSION 1.1  900702:         Implementation
 
13
# .VERSION 3.0  930308:         Using default.mk file
 
14
 
 
15
include ../../local/default.mk
 
16
 
 
17
OSSYS = -DSYSV_V2
 
18
 
 
19
OUT = test_mmap.exe
 
20
 
 
21
OBJ = test_mmap.o
 
22
 
 
23
all: $(OUT)
 
24
 
 
25
# DEPENDENCIES:
 
26
 
 
27
test_mmap.exe: $(OBJ2) test_mmap.o 
 
28
        $(LDCC) $(OBJ2) test_mmap.o -o $@
 
29
 
 
30
clear:
 
31
        rm -f $(OBJ)
 
32
        rm -f *.exe