mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e02abb2eb9
PR: ports/94274 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
21 lines
826 B
Plaintext
21 lines
826 B
Plaintext
--- yorick/Makefile.orig Mon Sep 19 00:04:08 2005
|
|
+++ yorick/Makefile Thu Mar 9 14:59:53 2006
|
|
@@ -15,7 +15,8 @@
|
|
array.o range.o ops.o ops0.o ops1.o ops2.o ops3.o nonc.o debug.o \
|
|
std0.o std1.o std2.o ascio.o defmem.o yhash.o yrdwr.o bcast.o binio.o \
|
|
binobj.o binstd.o cache.o convrt.o binpdb.o clog.o ystr.o graph.o \
|
|
- graph0.o style.o list.o pathfun.o autold.o funcdef.o spawn.o fortrn.o
|
|
+ graph0.o style.o list.o pathfun.o autold.o funcdef.o spawn.o fortrn.o \
|
|
+ ywrap.o yinit.o
|
|
|
|
PKG_CLEAN=libyor main.* prmtyp.h codger lib$(PKG_NAME).a $(PKG_EXENAME) yorapi*
|
|
|
|
@@ -59,6 +60,7 @@
|
|
cd ../matrix; $(MAKE) "COPT=$(COPT)" oinsert
|
|
cd ../fft; $(MAKE) "COPT=$(COPT)" oinsert
|
|
touch $@
|
|
+ $(AR) r ../yorick/libyor.a $(OBJS)
|
|
../gist/libgist.a:
|
|
@cd ../gist; $(MAKE) "COPT=$(COPT)" libgist.a
|
|
../regexp/libyor:
|