#!/bin/sh -x
gcc -I../include -DSOLARIS -c -o tfile.o tfile.c
gcc -I../include -DSOLARIS -c -o tunix.o tunix.c
gcc -I../include -DSOLARIS -c -o tnet.o tnet.c
gcc -I../include -DSOLARIS -c -o stubs.o stubs.c
#gcc -I../include -DSOLARIS -c -o dsname.o dsname.c
gcc -I../include -DSOLARIS -c -o interface.o interface.c
gcc -I../include -DSOLARIS -c -o rpcall.o rpcall.c
gcc -I../include -DSOLARIS -c -o conv_mgr.o conv_mgr.c
gcc -I../include -DSOLARIS -c -o host.o host.c
#gcc -I../include -DSOLARIS -c -o announce.o announce.c
#gcc -I../include -DSOLARIS -c -o dsc_enter.o dsc_enter.c
gcc -I../include -DSOLARIS -c -o tmem.o tmem.c
gcc -I../include -DSOLARIS -c -o res_module.o res_module.c
gcc -I../include -DSOLARIS -c -o auth_dum.o auth_dum.c
gcc -I../include -DSOLARIS -c -o ../ets/rpc_et.o ../ets/rpc_et.c
gcc -I../include -DSOLARIS -c -o ../ets/usp_et.o ../ets/usp_et.c
gcc -I../include -DSOLARIS -c -o ../ets/dsc_et.o ../ets/dsc_et.c
ar cru libds.a tfile.o tunix.o tnet.o stubs.o interface.o rpcall.o conv_mgr.o host.o tmem.o res_module.o auth_dum.o ../ets/usp_et.o ../ets/rpc_et.o ../ets/dsc_et.o
ranlib libds.a
