/**/#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
/**/#	Copyright (c) 1993 Novell, Inc. All Rights Reserved.
/**/#	  All Rights Reserved

/**/#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
/**/#	The copyright notice above does not evidence any
/**/#	actual or intended publication of such source code.

#ident	"@(#)R5Xt:util/Imakefile	1.2"
XCOMM $XConsortium: Imakefile,v 1.4 91/07/16 22:50:57 gildea Exp $
XCOMM Use -DARRAYPERSTR if you want a separate global symbol per string.
XCOMM You must manually insert ShellStr.h contents into Shell.h

/* DEFINES = -DARRAYPERSTR */ /* The default is a giant array */

StringDefs.h: makestrs.c string.list
	$(RM) $@ StringDefs.c ShellStr.h makestrs
	-$(CC) -o makestrs makestrs.c $(CFLAGS) $(LOCAL_LDFLAGS) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
	./makestrs < string.list > StringDefs.c
	$(RM) makestrs

clean::
	$(RM) StringDefs.h StringDefs.c ShellStr.h makestrs
