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

23 lines
345 B
Makefile

#!smake
#ident "$Revision: 1.2 $"
include $(ROOT)/usr/include/make/commondefs
LLDLIBS=-lmangle
DEM_NAME=exportsdem
DEM_CSRCS=exportsdem.c
DEM_OBJS=$(DEM_CSRCS:.c=.o)
TARGETS=showapi showrefs $(DEM_NAME)
default:$(TARGETS)
include $(COMMONRULES)
install: default
${INSTALL} -F /usr/sbin $(TARGETS)
$(DEM_NAME):$(DEM_NAME)($(DEM_OBJS))