PLUGIN_INSTALLDIR=/usr/local/lib/gkrellm/plugins

LOCALEDIR ?= /usr/share/locale

export PLUGIN_INSTALLDIR LOCALEDIR

enable_nls=1
export enable_nls

all:
	(cd po && ${MAKE} all)
	(cd src && ${MAKE} )

alsa5:
	(cd po && ${MAKE} all)
	(cd src && ${MAKE} alsa5=1)

install:
	(cd po && ${MAKE} install)
	(cd src && ${MAKE} install)

clean:
	(cd po && ${MAKE} clean)
	(cd src && ${MAKE} clean)
