Overview
Comment: | Mostly updated Makefile.installall |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
e6173687266c5f7f25dcb75a937d5aac |
User & Date: | matt on 2016-02-03 22:24:17 |
Other Links: | branch diff | manifest | tags |
Context
2016-02-04
| ||
13:44 | Deleting common.o from process check-in: a69eae02d7 user: ritikaag tags: v1.60 | |
2016-02-03
| ||
22:24 | Mostly updated Makefile.installall check-in: e617368726 user: matt tags: v1.60 | |
21:39 | Mostly updated Makefile.installall check-in: 838e4161b7 user: matt tags: v1.60 | |
Changes
Modified utils/Makefile.installall from [73ea5ebea4] to [854a5318e0].
︙ | |||
94 95 96 97 98 99 100 | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | - + | ifeq ($(ISARCHX86_64),) ARCHSIZE= else ARCHSIZE=64_ endif CSCLIBS=$(shell echo $(LD_LIBRARY_PATH) | sed 's/:/ -L/g') |
︙ | |||
188 189 190 191 192 193 194 195 196 197 198 199 200 201 | 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | + + | CSC_OPTIONS="-I$(PREFIX)/include -L$(PREFIX)/lib" $(CHICKEN_INSTALL) $(PROX) sqlite3 #====================================================================== # N A N O M S G #====================================================================== # https://github.com/nanomsg/nanomsg/releases/download/0.6-beta/nanomsg-0.6-beta.tar.gz # https://github.com/nanomsg/nanomsg/releases/download/0.8-beta/nanomsg-0.8-beta.tar.gz nanomsg-0.6-beta.tar.gz : wget http://download.nanomsg.org/nanomsg-0.6-beta.tar.gz nanomsg-0.6-beta/COPYING : nanomsg-0.6-beta.tar.gz tar xf nanomsg-0.6-beta.tar.gz $(PREFIX)/bin/nanocat : nanomsg-0.6-beta/COPYING |
︙ | |||
277 278 279 280 281 282 283 | 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 | - + | mkdir -p iup cd iup && if [ -e makeall.sh ];then fossil update $(IUPBRANCH); else fossil open ../iuplib.fossil;fossil update $(IUPBRANCH); fi iup/alldone : iup/makeall.sh $(PREFIX)/include/iup.h $(PREFIX)/lib/libiup.so cd iup && ./makeall.sh $(IUPCONFIG) $(PREFIX)/lib/libiup.so $(PREFIX)/include/iup.h : iup/installall.sh iup/alldone |
︙ |