/* Copyright (C) 1992, Digital Equipment Corporation                         */
/* All rights reserved.                                                      */
/* See the file COPYRIGHT for a full description.                            */

/* Last modified on Mon Apr 13 12:58:31 PDT 1992 by muller                   */

all:: M3Config.m3

M3Config.m3: SOURCE_DIR/M3Config.m3 $(LIB_USE)/config
	sed -e 's:PUB:$(PUB_USE):g' -e 's:LIB:$(LIB_USE):g' \
		< SOURCE_DIR/M3Config.m3 > M3Config.m3

Interface (M3Config)
PGM_SOURCES ++= M3Config.m3



