#
# Makefile rules for the profiling package
#
KEXT_NAME = profiling
KEXT_SOURCES = src/profiling.cc src/md5.cc
KEXT_LDFLAGS = -lstdc++

# include shared GAP package build system
GAPPATH = /startdir/src/gap
include Makefile.gappkg
