~ubuntu-branches/ubuntu/vivid/nqp/vivid

« back to all changes in this revision

Viewing changes to 3rdparty/dyncall/Makefile.embedded

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-08 14:57:52 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120608145752-ziumy2rhxboeuf3r
Tags: 0.1~2012.04.1-1
* New upstream release
* Bump required parrot version
* Refresh patches
* Bump upstream copyright years for dyncall
* Use dh_parrot debhelper plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
MAKEFILE = Makefile.embedded
2
2
MAKE_CMD = ${MAKE} -f ${MAKEFILE} 
3
 
.PHONY: all tests clean bsd linux sun sun-64bit sun-gcc sun-gcc-64bit
4
3
all:
5
4
        cd dynload ; ${MAKE_CMD}
6
5
        cd dyncall ; ${MAKE_CMD}
12
11
        cd dyncall     ; ${MAKE_CMD} clean
13
12
        cd dyncallback ; ${MAKE_CMD} clean
14
13
        cd test        ; ${MAKE_CMD} clean
 
14
install:
 
15
        cd dynload     ; ${MAKE_CMD} install
 
16
        cd dyncall     ; ${MAKE_CMD} install
 
17
        cd dyncallback ; ${MAKE_CMD} install
15
18
bsd:
16
19
        ${MAKE_CMD} all
17
20
linux:
34
37
sun-gcc-64bit:
35
38
        CC=gcc CFLAGS="${CFLAGS} -m64" ASFLAGS="${ASFLAGS} -m64" ${MAKE_CMD} all
36
39
 
 
40
.PHONY: all tests clean install bsd linux linux64 minix-gcc osx osx-universal sun sun-64bit sun-gcc sun-gcc-64bit