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/Makefile (-9 lines)
Lines 69-77 Link Here
69
     Tools\
69
     Tools\
70
     Voronoi\
70
     Voronoi\
71
     Zassen\
71
     Zassen\
72
     ZZ\
72
     ZZ\
73
     Gmp\
74
     Executables
73
     Executables
75
74
76
Autgrp: Makefile functions/Autgrp/Makefile
75
Autgrp: Makefile functions/Autgrp/Makefile
77
	cd functions/Autgrp; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
76
	cd functions/Autgrp; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
Lines 102-111 Link Here
102
101
103
Links:
102
Links:
104
	cd tables/symbol; make
103
	cd tables/symbol; make
105
	cd lib ; rm -f libfunctions.a ; ln -f -s functions.a libfunctions.a
104
	cd lib ; rm -f libfunctions.a ; ln -f -s functions.a libfunctions.a
106
	rm -f $(TOPDIR)/functions/Gmp/m_alloc.h
107
	ln -f -s $(TOPDIR)/include/m_alloc.h $(TOPDIR)/functions/Gmp/m_alloc.h
108
105
109
Longtools: Makefile functions/Longtools/Makefile
106
Longtools: Makefile functions/Longtools/Makefile
110
	cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
107
	cd functions/Longtools; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
111
108
Lines 150-161 Link Here
150
147
151
ZZ: Makefile functions/ZZ/Makefile
148
ZZ: Makefile functions/ZZ/Makefile
152
	cd functions/ZZ; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
149
	cd functions/ZZ; make CC="$(CC)" CFLAGS="$(CFLAGS)" TOPDIR=$(TOPDIR)
153
150
154
Gmp: functions/Gmp/Makefile
155
	cd functions/Gmp ; ./configure --prefix=../.. ;\
156
         make CFLAGS="$(CFLAGS)" CC="$(CC)" libgmp.a ; mv libgmp.a ../../lib
157
158
Executables: bin/Makefile
151
Executables: bin/Makefile
159
	if $(RANLIB_TEST) ; then $(RANLIB) lib/functions.a; else true; fi
152
	if $(RANLIB_TEST) ; then $(RANLIB) lib/functions.a; else true; fi
160
	if $(RANLIB_TEST) ; then $(RANLIB) lib/libpresentation.a; else true; fi
153
	if $(RANLIB_TEST) ; then $(RANLIB) lib/libpresentation.a; else true; fi
161
	if $(RANLIB_TEST) ; then $(RANLIB) lib/libm_alloc.a; else true; fi
154
	if $(RANLIB_TEST) ; then $(RANLIB) lib/libm_alloc.a; else true; fi
Lines 185-194 Link Here
185
	cd functions/Tools; make clean
178
	cd functions/Tools; make clean
186
	cd functions/Voronoi; make clean
179
	cd functions/Voronoi; make clean
187
	cd functions/Zassen; make clean
180
	cd functions/Zassen; make clean
188
	cd functions/ZZ; make clean
181
	cd functions/ZZ; make clean
189
	cd functions/Gmp; make clean
190
	rm -f lib/libgmp.a
191
	rm -f lib/libm_alloc.a
182
	rm -f lib/libm_alloc.a
192
	rm -f lib/libpresentation.a
183
	rm -f lib/libpresentation.a
193
	rm -f lib/functions.a
184
	rm -f lib/functions.a
194
	rm -f lib/libgraph.a
185
	rm -f lib/libgraph.a

Return to bug 49282