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

22 lines
397 B
Makefile

#!smake
#
# $Id: Makefile,v 1.4 1997/10/24 06:26:20 markgw Exp $
#
PCP_SRC_DEPTH = ../..
include $(ROOT)/usr/include/make/commondefs
include $(PCP_SRC_DEPTH)/include/commondefs
WARNOFF =
C++FILES = VkPCPtimer.c++
LC++DEFS = $(DEBUG) -fullwarn $(WARNOFF) $(PCP_INC_PATH)
LC++OPTS = -I$(ROOT)/usr/include/Vk -woff 3262
default: $(C++FILES) $(OBJECTS)
include $(COMMONRULES)
install: default