IMPDIR= $(srcdir)/config/netwarePRELUDE= prelude.oiostream.def: Makefile-rm -f iostream.defecho "description \"libiostream\"" >> iostream.defecho "screenname \"NONE\"" >> iostream.defecho "version `echo $(VERSION) | sed 's|\.|,|g'`" >> iostream.defecho "export @$(IMPDIR)/iostream.imp" >> iostream.defiostream.O: $(PRELUDE) $(LIBIOSTREAM_OBJECTS)$(CC) -Xlinker -Ur -o $@ $(PRELUDE) $(LIBIOSTREAM_OBJECTS)iostream.nlm: iostream.def iostream.O $(IMPDIR)/iostream.imp$(NLMCONV) -l $(LD) -T iostream.def iostream.O iostream.nlm