- #!/bin/sh
- tinyscheme_opts="-fpic -I. -c -g -Wno-char-subscripts -O -DUSE_STRLWR=1 -DSTANDALONE=0 -DUSE_DL=0 -DUSE_MATH=0 -DUSE_ASCII_NAMES=0 -DUSE_ERROR_HOOK=1 -DUSE_TRACING=1 "
- rm -f passdb scheme.o
- #$target_cc $tinyscheme_opts tinyscheme1.39/scheme.c
- $target_cc $tinyscheme_opts tinyscheme/scheme.c
- $target_cc $target_ccopts -g -o passdb passdb.c rfid_decoder.c pass_communication.c rules.c fareqr.c b64.c ../common/common_defs.c ../common/gpsmath.c ../commhub/commhub.c ../commhub/client_utils.c scheme.o -lm -lz -lssl -lcrypto
- rm -f send_magstripe
- $target_cc $target_ccopts -o send_magstripe send_magstripe.c ../commhub/commhub.c ../common/common_defs.c
|