#
# Make file to produce library objects compiled with gcc
# SccsId:  @(#)makegcc	16.1 8/3/93
#

include Makefile

O		= -g -Wall -Wshadow -Wmissing-prototypes -Wnested-externs
CC		= gcc
