Overview
Comment: | Added static and PROXY to Makefile for sretrieve |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
6be112f8aa6a4c27ebb4f7137db245d1 |
User & Date: | mrwellan on 2016-02-01 16:54:54 |
Other Links: | branch diff | manifest | tags |
Context
2016-02-01
| ||
22:32 | Set sretrieve to work with data visible to user but control data not accessible check-in: 031a5ee554 user: mrwellan tags: v1.60 | |
16:54 | Added static and PROXY to Makefile for sretrieve check-in: 6be112f8aa user: mrwellan tags: v1.60 | |
2016-01-31
| ||
23:33 | Cleaned up dependencies on sretrieve check-in: 9355c8264d user: matt tags: v1.60 | |
Changes
Modified Makefile from [b3cdbad9b2] to [82dfb16744].
︙ | ︙ | |||
217 218 219 220 221 222 223 | datashare-testing/spublish : spublish.scm $(OFILES) csc spublish.scm $(OFILES) -o datashare-testing/spublish datashare-testing/sretrieve : sretrieve.scm common.o megatest-version.o margs.o configf.o csc sretrieve.scm common.o megatest-version.o margs.o configf.o -o datashare-testing/sretrieve sretrieve/sretrieve : datashare-testing/sretrieve | | | | 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 | datashare-testing/spublish : spublish.scm $(OFILES) csc spublish.scm $(OFILES) -o datashare-testing/spublish datashare-testing/sretrieve : sretrieve.scm common.o megatest-version.o margs.o configf.o csc sretrieve.scm common.o megatest-version.o margs.o configf.o -o datashare-testing/sretrieve sretrieve/sretrieve : datashare-testing/sretrieve csc -static-libs -deploy -deployed sretrieve.scm megatest-version.o margs.o configf.o chicken-install $(PROXY) -deploy -prefix sretrieve defstruct srfi-18 format sql-de-lite \ srfi-1 posix regex regex-case srfi-69 # base64 dot-locking \ # csv-xml z3 # "(define (toplevel-command . a) #f)" readline-fix.scm : |
︙ | ︙ |