Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49282 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-7 lines)
Lines 21-28 Link Here
21
############################################################################
21
############################################################################
22
22
23
23
24
TOPDIR=/usr/local/carat
25
CC = gcc
26
24
27
# There are some special preprocessor flags which set some
25
# There are some special preprocessor flags which set some
28
# memory diagnostics:
26
# memory diagnostics:
Lines 31-37 Link Here
31
# have a general control whats going on. THIS IS VERY SLOW.
30
# have a general control whats going on. THIS IS VERY SLOW.
32
# For the normal user we recommend neither to use -DDIAG1 nor -DDIAG2!
31
# For the normal user we recommend neither to use -DDIAG1 nor -DDIAG2!
33
32
34
CFLAGS = -g -Wall -DDIAG1 -fwritable-strings # for a HP-UX-machine using gcc (momo)
35
                                       # the flag -fwritable-strings is
33
                                       # the flag -fwritable-strings is
36
                                       # required for the use with gcc
34
                                       # required for the use with gcc
37
35
Lines 75-81 Link Here
75
     Voronoi\
73
     Voronoi\
76
     Zassen\
74
     Zassen\
77
     ZZ\
75
     ZZ\
78
     Gmp\
79
     Executables
76
     Executables
80
77
81
Autgrp: Makefile functions/Autgrp/Makefile
78
Autgrp: Makefile functions/Autgrp/Makefile
Lines 107-115 Link Here
107
Links:
104
Links:
108
	cd tables/symbol; make
105
	cd tables/symbol; make
109
	cd lib ; rm -f libfunctions.a ; ln -f -s functions.a libfunctions.a
106
	cd lib ; rm -f libfunctions.a ; ln -f -s functions.a libfunctions.a
110
	rm -f $(TOPDIR)/functions/Gmp/m_alloc.h
111
	ln -f -s $(TOPDIR)/functions/Gmp/longlong.h $(TOPDIR)/include/longlong.h
112
	ln -f -s $(TOPDIR)/functions/gmp-4.2.1 $(TOPDIR)/functions/Gmp
113
107
114
Longtools: Makefile functions/Longtools/Makefile
108
Longtools: Makefile functions/Longtools/Makefile
115
	cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
109
	cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)

Return to bug 49282