You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/suite3270/files/Makefile.in

11 lines
288 B

# DO NOT STARE AT THE SUN
VER = @VER@
_SUBDIRS = @SUBDIRS@
SUBDIRS = $(_SUBDIRS:=-$(VER))
all:
%:; $(MAKE) `printf '%s_$@_ ' $(SUBDIRS)`
_words = $(subst _, ,$1)
_dir = $(firstword $(call _words,$@))
_targ = $(lastword $(call _words,$@))
%_:; $(MAKE) -C $(_dir) $(_targ) $(EXTRA_TARGETS)