#! /bin/sh
# 
# Motif Tools Library
# $Id: xbm2res,v 1.3 1994/03/30 21:45:46 david Exp $
# 
# Written by David Flanagan.
# Copyright (c) 1992, 1993 by Dovetail Systems.
# All Rights Reserved.  See the file COPYRIGHT for details.
# This is not free software.  See the file SHAREWARE for details.
# There is no warranty for this software.  See the file WARRANTY for details.
#

sed '
/#define[ 	][ 	]*.*_width[ 	]/ {
	h
	s/#define[ 	][ 	]*\(.*\)_width[ 	].*/_Bitmaps_*\1: \\/
	p
	g
}

/;$/!{
	s/^\(.*\)$/\1\\n\\/
}
' $@
