~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to pvm3/src/CSPP/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: Makefile,v 1.3 1997/06/18 20:05:41 pvmsrc Exp $
 
2
# $Id: Makefile,v 1.2 2002/10/14 14:37:57 chanceli Exp $
3
3
#
4
4
 
5
5
PVMDIR          =       ../..
11
11
 
12
12
 
13
13
all:
14
 
        make -f $(CONFFILE) -f $(SDIR)/Makefile.aimk all-shm
 
14
        $(MAKE) -f $(CONFFILE) -f $(SDIR)/Makefile.aimk all-shm
15
15
 
16
16
install:
17
 
        make -f $(CONFFILE) -f $(SDIR)/Makefile.aimk install-shm
 
17
        $(MAKE) -f $(CONFFILE) -f $(SDIR)/Makefile.aimk install-shm
18
18
 
19
19
clean:
20
 
        make -f $(CONFFILE) -f $(SDIR)/Makefile.aimk clean
 
20
        $(MAKE) -f $(CONFFILE) -f $(SDIR)/Makefile.aimk clean
21
21