#
# 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 = /build/gap/src/gap-4.11.1
include Makefile.gappkg
