view pack/Makefile @ 14:900cc9a036ca tip

Fixed download address.
author samer
date Fri, 20 Feb 2015 14:53:13 +0000
parents 8fee94f18aff
children
line wrap: on
line source
# ---------------- configuration ----------------------
export PLLD=$(SWIHOME)/bin/$(SWIARCH)/swipl-ld

# set this to the prefix directory of your liblo installation
export LIBLO=/opt/local
# ---------------- end of configuration ---------------

all: 
	make -C c

check:
	echo "No checks defined."

clean:
	make -C c clean

install: all
	install -d $(PACKSODIR)
	install -bCS c/plosc.$(SOEXT) $(PACKSODIR)

distclean: clean