CC= gcc AR= ar INCLUDE= -I../include #DEBUG=1 ifdef DEBUG CCOPT= -Wall -g -DDEBUG=$(DEBUG) else CCOPT= -O3 -Wall -m486 -g endif # Override default RCS handing by MAKE. Here, a common RCS directory is used, # so tell MAKE where it is! #% :: ../RCS/%,v # $(CHECKOUT,v)