blob: 10325a18c3cb79a393f9fb856218bac9f80ebb23 [file] [log] [blame]
SUBDIRS =
if BUILD_JVMTI_AGENT
SUBDIRS += jvmti
endif
if BUILD_JVMPI_AGENT
SUBDIRS += jvmpi
endif
install-exec-hook:
@getent passwd oprofile >/dev/null || ( \
echo "****************************************************************" ; \
echo "* WARNING:" ; \
echo "* Create the 'oprofile' user account to enable profiling of JITed code." ; \
echo "****************************************************************") ;
@getent group oprofile >/dev/null || ( \
echo "****************************************************************" ; \
echo "* WARNING:" ; \
echo "* Create the 'oprofile' group to enable profiling of JITed code." ; \
echo "****************************************************************") ;
@test -z `id -gn oprofile 2>/dev/null` || \
test `id -gn oprofile 2>/dev/null` = "oprofile" || ( \
echo "****************************************************************" ; \
echo "* WARNING:" ; \
echo "* The special user 'oprofile' must have the default group set to 'oprofile'." ; \
echo "****************************************************************") ;