SRCS	= block.c get.c internal.c main.c put.c usp_et.h
USPOBJS	= main.o block.o get.o put.o internal.o usp_et.o

GeneralLibraryTarget(usp, $(USPOBJS))
InstallGeneralLibrary(usp, $(UTILLIBDIR))
InstallNonExec(usp.h, $(UTILINCDIR))
InstallNonExec(usp_et.h, $(UTILINCDIR))

GeneralLibraryObjectRule()

DependTarget()

CleanFiles(usp_et.c usp_et.h)

# Magic dependencies
usp_et.c usp_et.h: usp_et.et

# XXX This should depend on usp_et.h, but that doesn't work.  ???
main.o: usp_et.h usp_et.o

