CFLAGS=-Gd- -Se -Re -Ss -Ms -Gm+ -c -Ge- -Fo
LFLAGS=/NOFREE /NOE /EXEPACK /DLL
LLIBLS=rexx

.cpp.obj:
    icc $(CFLAGS) $<

..\bin\awget.dll: awget.obj awget.def
    ilink $(LFLAGS) awget,$@,awget, $(LLIBLS), awget.def

awget.obj: awget.c makefile

clean:
  -@erase *.obj