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

include ../../../Mkinclude

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


all: $(LIBOBJS)

install: archive ranlib

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

ranlib:
	$(RANLIB) $(DCLLIBFILE)

clean:
	$(RM) *.o *~
