# Makefile for OpenVMS (GNU Make)
#
# $Revision$
#
#
# This file is part of adasockets port to OpenVMS
#

.PHONY: all distclean clean
.DEFAULT: all



FILES=	stream_listener.adb\
	stream_sender.adb\
	listener.adb\
	multi.adb\
	tcprelay.adb


all: $(FILES:.adb=.exe)



%.exe: %.adb
	gnat make /search=([-.src]) $<


distclean:
	del/noconf/log *.ali;*, *.obj;*, *.exe;*


clean:
	del/noconf/log *.ali;*, *.obj;*



syntax highlighted by Code2HTML, v. 0.9.1