mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
46 lines
795 B
Diff
46 lines
795 B
Diff
--- Make-config.sh 2010-03-22 21:51:33.000000000 +0100
|
|
+++ Make-config.sh.new 2010-03-22 21:52:40.000000000 +0100
|
|
@@ -114,7 +114,7 @@
|
|
### Man pages (trick to get around .man extension)
|
|
|
|
%.1: %.man
|
|
- cp $< $@
|
|
+ cp $< $@
|
|
CLEANFILES = *.1
|
|
man_MANS = rbox.1 qhull.1
|
|
|
|
@@ -195,7 +195,10 @@
|
|
geom.c \
|
|
poly.c \
|
|
qset.c \
|
|
- mem.c
|
|
+ mem.c \
|
|
+ usermem.c \
|
|
+ userprintf.c \
|
|
+ rboxlib.c
|
|
|
|
# how:
|
|
libqhull_la_LDFLAGS = -version-info 4:0:0 -lm
|
|
@@ -233,7 +236,8 @@
|
|
merge.h \
|
|
libqhull.h \
|
|
qset.h \
|
|
- user.h
|
|
+ user.h \
|
|
+ random.h
|
|
|
|
|
|
### Example programs
|
|
@@ -246,10 +250,9 @@
|
|
examples_DATA = \
|
|
user_eg.c \
|
|
user_eg2.c \
|
|
- qhull_interface.cpp \
|
|
- Makefile.txt \
|
|
+ Makefile \
|
|
Make-config.sh \
|
|
- MBorland
|
|
+ Mborland
|
|
|
|
doc_DATA = Changes.txt \
|
|
index.htm \
|