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()

clean::
	$(RM) 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
