1 # The default target of this Makefile is...
4 uname_S
:= $(shell sh
-c
'uname -s 2>/dev/null || echo not')
6 ifeq ($(uname_S
),Linux
)
9 ifeq ($(uname_S
),Darwin
)
12 ifneq (,$(findstring MINGW
,$(uname_S
)))
16 TARGETS
=all install uninstall install-user uninstall-user
clean
19 $(MAKE
) -C
$(SUBDIR
) $@