1
0
Files
irix-657m-src/eoe/cmd/numa/sn/Makefile
2022-09-29 17:59:04 +03:00

28 lines
383 B
Makefile

#
#
# $Revision: 1.2 $
include $(ROOT)/usr/include/make/commondefs
#
# Alphabetized, grouped list of subdirectories.
#
SUBDIRS=gr tx
HEADERS_SUBDIRS=
EXPORTS_SUBDIRS=
default install $(COMMONTARGS): $(_FORCE)
$(SUBDIRS_MAKERULE)
headers: $(_FORCE)
$(HEADERS_SUBDIRS_MAKERULE)
exports: $(_FORCE)
$(EXPORTS_SUBDIRS_MAKERULE)
$(SUBDIRS): $(_FORCE)
cd $@; $(MAKE)
$(_FORCE):