# Copyright (C) 1996,1997 Robert Hhne, see COPYING.RH for details 
# This file is part of RHIDE. 
ifeq ($(strip $(RHIDESRC)),)
error You must set the environment variable RHIDESRC
endif

srcdir=$(RHIDESRC)/libtvgdb/stream
VPATH=$(srcdir)

project=

po_files=
src_files=$(po_files) \
	swatchli.cc \
	makefile
cfg_files=
update_files=

subdirs=
po_subdirs=
obj_subdirs=

all install clean:

include $(RHIDESRC)/common.mak
