More spring-cleaning.
[dragonfly/netmp.git] / contrib / libio / config / netware.mt
blob339a865717c032aaa4f018ccd1d1ad18b7d189b6
1 IMPDIR= $(srcdir)/config/netware
3 PRELUDE=        prelude.o
5 iostream.def:   Makefile
6         -rm -f iostream.def
7         echo "description \"libiostream\"" >> iostream.def
8         echo "screenname \"NONE\"" >> iostream.def
9         echo "version `echo $(VERSION) | sed 's|\.|,|g'`" >> iostream.def
10         echo "export @$(IMPDIR)/iostream.imp" >> iostream.def
12 iostream.O:     $(PRELUDE) $(LIBIOSTREAM_OBJECTS)
13         $(CC) -Xlinker -Ur -o $@ $(PRELUDE) $(LIBIOSTREAM_OBJECTS)
15 iostream.nlm:   iostream.def iostream.O $(IMPDIR)/iostream.imp
16         $(NLMCONV) -l $(LD) -T iostream.def iostream.O iostream.nlm