~ubuntu-branches/ubuntu/jaunty/pvm/jaunty

« back to all changes in this revision

Viewing changes to src/Makefile.mak

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#*************************************************************#
2
2
#
3
 
# $Id: Makefile.mak,v 1.10 1999/03/05 17:28:13 pvmsrc Exp $
 
3
# $Id: Makefile.mak,v 1.11 1999/12/10 21:30:25 pvmsrc Exp $
4
4
#
5
5
#  (N)make file for the daemon and pvm library
6
6
#
26
26
# "regex\regex.c" "global.c"
27
27
# "..\xdr\xdr.c" "..\xdr\xdr_mem.c" "..\xdr\xdr_floa.c"
28
28
 
 
29
#
 
30
# GNU Regex Defines - adjust if needed
 
31
#
 
32
 
 
33
REGEXOBJS       =
 
34
REGEXOBJS       =       $(PVM_ARCH)\pvmregex.obj $(PVM_ARCH)\regex.obj
 
35
 
 
36
#
 
37
# PVM Daemon & Library Objects
 
38
#
 
39
 
29
40
DOBJ    =       $(PVM_ARCH)\ddpro.obj $(PVM_ARCH)\host.obj \
30
41
                        $(PVM_ARCH)\imalloc.obj $(PVM_ARCH)\msgbox.obj \
31
42
                        $(PVM_ARCH)\pkt.obj $(PVM_ARCH)\pmsg.obj \
36
47
                        $(PVM_ARCH)\pvmlog.obj $(PVM_ARCH)\pvmwin.obj \
37
48
                        $(PVM_ARCH)\sdpro.obj $(PVM_ARCH)\task.obj \
38
49
                        $(PVM_ARCH)\tdpro.obj $(PVM_ARCH)\waitc.obj \
39
 
                        $(PVM_ARCH)\pvmdtev.obj $(PVM_ARCH)\pvmregex.obj \
40
 
                        $(PVM_ARCH)\regex.obj $(PVM_ARCH)\global.obj \
 
50
                        $(PVM_ARCH)\pvmdtev.obj $(PVM_ARCH)\global.obj \
41
51
                        $(PVM_ARCH)\xdr.obj $(PVM_ARCH)\xdr_mem.obj \
42
 
                        $(PVM_ARCH)\xdr_floa.obj
 
52
                        $(PVM_ARCH)\xdr_floa.obj $(REGEXOBJS)
43
53
 
44
54
LOBJ    =       $(PVM_ARCH)\imalloc.obj $(PVM_ARCH)\lpvm.obj \
45
55
                        $(PVM_ARCH)\lpvmcat.obj $(PVM_ARCH)\lpvmgen.obj \