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

(-)carat/carat-2.0/Makefile (-13 lines)
Lines 76-82 Link Here
76
     Voronoi\
76
     Voronoi\
77
     Zassen\
77
     Zassen\
78
     ZZ\
78
     ZZ\
79
     Gmp\
80
     Executables
79
     Executables
81
80
82
Autgrp: Makefile functions/Autgrp/Makefile
81
Autgrp: Makefile functions/Autgrp/Makefile
Lines 109-117 Link Here
109
Links:
108
Links:
110
	cd tables/symbol; make
109
	cd tables/symbol; make
111
	cd lib ; rm -f libfunctions.a ; ln -f -s functions.a libfunctions.a
110
	cd lib ; rm -f libfunctions.a ; ln -f -s functions.a libfunctions.a
112
	rm -f $(TOPDIR)/functions/Gmp/m_alloc.h
113
	ln -f -s $(TOPDIR)/functions/Gmp/longlong.h $(TOPDIR)/include/longlong.h
114
	ln -f -s $(TOPDIR)/functions/gmp-4.1.2 $(TOPDIR)/functions/Gmp
115
111
116
Longtools: Makefile functions/Longtools/Makefile
112
Longtools: Makefile functions/Longtools/Makefile
117
	cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
113
	cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
Lines 161-171 Link Here
161
ZZ: Makefile functions/ZZ/Makefile
157
ZZ: Makefile functions/ZZ/Makefile
162
	cd functions/ZZ; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
158
	cd functions/ZZ; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
163
159
164
Gmp:
165
	cd functions ; tar xvzf gmp-4.1.2.tar.gz
166
	cd functions/Gmp ; ./configure --prefix="$(TOPDIR)" ;\
167
         make CFLAGS="$(CFLAGS)" CC="$(CC)" install 
168
169
Executables: bin/Makefile
160
Executables: bin/Makefile
170
	if $(RANLIB_TEST) ; then $(RANLIB) lib/functions.a; else true; fi
161
	if $(RANLIB_TEST) ; then $(RANLIB) lib/functions.a; else true; fi
171
	if $(RANLIB_TEST) ; then $(RANLIB) lib/libpresentation.a; else true; fi
162
	if $(RANLIB_TEST) ; then $(RANLIB) lib/libpresentation.a; else true; fi
Lines 198-207 Link Here
198
	cd functions/Voronoi; make clean
189
	cd functions/Voronoi; make clean
199
	cd functions/Zassen; make clean
190
	cd functions/Zassen; make clean
200
	cd functions/ZZ; make clean
191
	cd functions/ZZ; make clean
201
	rm -rf functions/gmp-4.1.2
202
	rm -rf functions/Gmp
203
	rm -f lib/libgmp.a
204
	rm -f lib/*gmp*
205
	rm -f lib/libm_alloc.a
192
	rm -f lib/libm_alloc.a
206
	rm -f lib/libpresentation.a
193
	rm -f lib/libpresentation.a
207
	rm -f lib/functions.a
194
	rm -f lib/functions.a
(-)carat/carat-2.0/bin/Makefile (-2 / +2 lines)
Lines 181-191 Link Here
181
        $(SRC)/kron.c  $(LIB)
181
        $(SRC)/kron.c  $(LIB)
182
182
183
KSubgroups:  $(SRC)/sub-k-groups.c
183
KSubgroups:  $(SRC)/sub-k-groups.c
184
	$(COMP) -o KSubgroups\
184
	$(COMP) -o KSubgroups \
185
	$(SRC)/sub-k-groups.c  $(LIB)
185
	$(SRC)/sub-k-groups.c  $(LIB)
186
186
187
KSupergroups:  $(SRC)/super-k-groups.c
187
KSupergroups:  $(SRC)/super-k-groups.c
188
	$(COMP) -o KSupergroups\
188
	$(COMP) -o KSupergroups \
189
	$(SRC)/super-k-groups.c  $(LIB)
189
	$(SRC)/super-k-groups.c  $(LIB)
190
190
191
Long_solve:  $(SRC)/long_solve.c
191
Long_solve:  $(SRC)/long_solve.c

Return to bug 49282