SOURCES      = makedepend.c include.c parse.c pr.c cppsetup.c
HEADERFILES  = def.h imakemdep.h
SUPPORTFILES = cpp.ed makedepend.opt makefile.
DOCFILES     = mkdepend.doc mkdepend.man readme.vms
SHAREFILE    = mkdepend.vms_share
OBJS         = makedepend.obj,include.obj,parse.obj,pr.obj,cppsetup.obj
SHARE        = vms_share
DELETE       = del
MV           = rename
LFLAGS	     = $(DEBUG)
LD           = link $(LFLAGS)
TAR	     = tar
LIBS	     = makedepend/opt
CFLAGS	     = $(DEBUG) $(NOOPT)

makedepend.exe : $(OBJS) $(SOURCES)
	$(LD) $(OBJS),$(LIBS)

clean	: 
	$(DELETE) *.obj;*,*.exe;*,*.bak;*,*.vms_share;*,*.tar;*

DEPEND	:
	$(MKDEPEND) $(SOURCES)

# Source file dependencies - do not delete this line 


makedepend.obj	:	def.h SYS$LIBRARY:stdio.h SYS$LIBRARY:ctype.h \
	SYS$LIBRARY:unixio.h SYS$LIBRARY:file.h SYS$LIBRARY:types.h \
	SYS$LIBRARY:stat.h SYS$LIBRARY:signal.h imakemdep.h

include.obj	:	def.h SYS$LIBRARY:stdio.h SYS$LIBRARY:ctype.h \
	SYS$LIBRARY:unixio.h SYS$LIBRARY:file.h SYS$LIBRARY:types.h \
	SYS$LIBRARY:stat.h

parse.obj	:	def.h SYS$LIBRARY:stdio.h SYS$LIBRARY:ctype.h \
	SYS$LIBRARY:unixio.h SYS$LIBRARY:file.h SYS$LIBRARY:types.h \
	SYS$LIBRARY:stat.h SYS$LIBRARY:signal.h

pr.obj	:	def.h SYS$LIBRARY:stdio.h SYS$LIBRARY:ctype.h SYS$LIBRARY:unixio.h \
	SYS$LIBRARY:file.h SYS$LIBRARY:types.h SYS$LIBRARY:stat.h

cppsetup.obj	:	def.h SYS$LIBRARY:stdio.h SYS$LIBRARY:ctype.h \
	SYS$LIBRARY:unixio.h SYS$LIBRARY:file.h SYS$LIBRARY:types.h \
	SYS$LIBRARY:stat.h
