# Copyright (C) by GFD-Dennou Club, 1999-2000.  All rights reserved. 
#
#       Makefile for grpack
#

include ../../../Mkinclude

LIBNAME		= grpack
LIBCSRCS	= gropn.c  grinit.c grsvpt.c grswnd.c grssim.c grsmpl.c \
		  grstxy.c grstrn.c grstrf.c
LIBFSRCS	=
LIBSRCS		= $(LIBCSRCS) $(LIBFSRCS)
LIBCOBJS	= gropn.o  grinit.o grsvpt.o grswnd.o grssim.o grsmpl.o \
		  grstxy.o grstrn.o grstrf.o
LIBFOBJS	=
LIBOBJS		= $(LIBCOBJS) $(LIBFOBJS)


all: $(LIBOBJS)

install: archive ranlib

archive:
	@$(AR) $(ARFLAGS) $(DCLLIBFILE) $(LIBOBJS)

ranlib:
	$(RANLIB) $(DCLLIBFILE)

clean:
	$(RM) *.o *~
