SRCS= main.c aux_widgets.c
OBJS= main.o aux_widgets.o

#ifdef IngrArchitecture
INCLUDES = -I../include -I../term -I../canvas
NormalLibraryTarget(client,main.o aux_widgets.o)
DependTarget()
#endif

#ifndef IngrArchitecture
/*
 * The "forceMakefile" rule was in R3. For some reason, we couldn't
 * find it again in R4, so we put it back. This is a useful rule so
 * I don't know why it was nuked in the first place.
 */
forceMakefile::
	-@if [ -f Makefile ]; then \
		echo "$(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
		$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) imakeflags
#endif
