view rvinterf/libg23/Makefile @ 369:e2a05eb3129f

OSL: the bogus event group code appears to be unused aside from the os_EvGrpInit() call in os_Initialize(), so let's table it aside for now, and thus spare the boatload of compiler warnings.
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 29 May 2014 06:41:52 +0000
parents 28b4d3c9e85d
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	fmtdispatch.o fmtfunc.o
LIB=	libg23.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs