#include "../../elle.tmpl"

# DON'T OPTIMIZE
CFLAGS = -g

SRCS= gpc.c gpc.h gpcclip.cc gpcclip.h
OBJS= gpc.o gpcclip.o

.c .o:
    NormalLibraryObjectRule()

NormalLibraryTarget(clip,$(OBJS))

InstallLibrary(clip,$(LIBDIR))

MakeLibBatch(clip,NullParameter,$(OBJS),$(LIBDIR))

CleanMakefile()

DependTarget()
