|
|
@ -585,7 +585,7 @@ uninstall:
|
|
|
|
rm -f $(patsubst %.3,$(MAN3DIR)/%.3,$(notdir $(wildcard */*.3)))
|
|
|
|
rm -f $(patsubst %.3,$(MAN3DIR)/%.3,$(notdir $(wildcard */*.3)))
|
|
|
|
rm -f $(LIBDIR)/libowfat.a
|
|
|
|
rm -f $(LIBDIR)/libowfat.a
|
|
|
|
|
|
|
|
|
|
|
|
VERSION=libowfat-0.19
|
|
|
|
VERSION=libowfat-0.20
|
|
|
|
CURNAME=libowfat-0.19
|
|
|
|
CURNAME=libowfat-0.19
|
|
|
|
|
|
|
|
|
|
|
|
tar: clean rename
|
|
|
|
tar: clean rename
|
|
|
@ -654,6 +654,12 @@ havesigio.h: trysigio.c
|
|
|
|
if $(DIET) $(CC) $(CFLAGS) -c trysigio.c >/dev/null 2>&1; then echo "#define HAVE_SIGIO"; fi > $@
|
|
|
|
if $(DIET) $(CC) $(CFLAGS) -c trysigio.c >/dev/null 2>&1; then echo "#define HAVE_SIGIO"; fi > $@
|
|
|
|
-rm -f trysigio.o
|
|
|
|
-rm -f trysigio.o
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
havealloca.h: tryalloca.c
|
|
|
|
|
|
|
|
-rm -f $@
|
|
|
|
|
|
|
|
echo "#include <stdlib.h>" > $@
|
|
|
|
|
|
|
|
if $(DIET) $(CC) $(CFLAGS) -c tryalloca.c >/dev/null 2>&1; then echo "#include <alloca.h>"; fi >> $@
|
|
|
|
|
|
|
|
-rm -f tryalloca.o
|
|
|
|
|
|
|
|
|
|
|
|
iopause.h: iopause.h1 iopause.h2 trypoll.c
|
|
|
|
iopause.h: iopause.h1 iopause.h2 trypoll.c
|
|
|
|
-rm -f $@
|
|
|
|
-rm -f $@
|
|
|
|
if $(DIET) $(CC) $(CFLAGS) -o t trypoll.c >/dev/null 2>&1; then cp iopause.h2 iopause.h; else cp iopause.h1 iopause.h; fi
|
|
|
|
if $(DIET) $(CC) $(CFLAGS) -o t trypoll.c >/dev/null 2>&1; then cp iopause.h2 iopause.h; else cp iopause.h1 iopause.h; fi
|
|
|
|