- #!/bin/sh
- rm -f billdb send_billing_record
- $target_cc $target_ccopts -o billdb billdb.c bill_communication.c ../commhub/commhub.c ../commhub/client_utils.c ../common/common_defs.c -lcrypto
- $target_cc $target_ccopts -o send_billing_record send_billing_record.c ../commhub/commhub.c ../common/common_defs.c
|