]> granicus.if.org Git - strace/commitdiff
2002-12-29 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 01:09:27 +0000 (01:09 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 01:09:27 +0000 (01:09 +0000)
* sunos4/Makefile.in: File removed.
* svr4/Makefile.in: File removed.

sunos4/Makefile.in [deleted file]
svr4/Makefile.in [deleted file]

diff --git a/sunos4/Makefile.in b/sunos4/Makefile.in
deleted file mode 100644 (file)
index 3b3f7fe..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# $Id$
-#
-
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-CC = @CC@
-CPP = @CPP@
-SHELL = /bin/sh
-
-DEFS = @DEFS@
-LDLIBS = @LIBS@
-
-CFLAGS = -g
-LDFLAGS = -g
-WARNFLAGS = @WARNFLAGS@
-
-CPPFLAGS =
-INCLUDES = -I. -I.. -I$(srcdir)
-
-includedir = @includedir@
-
-all: ioctlent.h errnoent.h signalent.h syscallent.h
-
-ioctlent.raw: ioctlent.sh
-       $(SHELL) $(srcdir)/ioctlent.sh $(includedir) >$@
-
-ioctlent.h: ioctlent.raw ioctlsort
-       ./ioctlsort >$@
-
-ioctlsort: ioctlsort.o
-       $(CC) $(LDFLAGS) ioctlsort.o -o ioctlsort
-
-ioctlsort.o: ../ioctlsort.c ioctlent.raw
-       $(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c $(srcdir)/../ioctlsort.c
-
-errnoent.h: ../errnoent.sh $(includedir)/sys/errno.h
-       $(SHELL) $(srcdir)/../errnoent.sh $(includedir)/sys/errno.h >$@
-
-signalent.h: ../signalent.sh $(includedir)/sys/signal.h
-       $(SHELL) $(srcdir)/../signalent.sh $(includedir)/sys/signal.h >$@
-
-#syscallent.h: ../syscallent.sh $(includedir)/sys/syscall.h
-syscallent.h:
-       $(SHELL) $(srcdir)/../syscallent.sh $(includedir)/sys/syscall.h >$@
-
-clean:
-       rm -f ioctlent.c *.raw *.tmp *.o ioctlsort
-
-distclean: clean
-       rm -f Makefile
-
-realclean: distclean
-       rm -f ioctlent.h errnoent.h signalent.h
-
diff --git a/svr4/Makefile.in b/svr4/Makefile.in
deleted file mode 100644 (file)
index f52f440..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-#
-# $Id$
-#
-
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-CC = @CC@
-CPP = @CPP@
-SHELL = /bin/sh
-
-DEFS = @DEFS@
-LDLIBS = @LIBS@
-
-CFLAGS = -g
-LDFLAGS = -g
-WARNFLAGS = @WARNFLAGS@
-
-CPPFLAGS =
-INCLUDES = -I. -I.. -I$(srcdir)
-
-includedir = @includedir@
-
-all: ioctlent.h errnoent.h signalent.h syscallent.h
-
-ioctlent.c: ioctlent.sh
-       $(SHELL) $(srcdir)/ioctlent.sh $(includedir) >$@
-
-ioctlent.raw: ioctlent.c
-       $(CPP) ioctlent.c | sed 1,/xyzzy/d >$@
-
-ioctlent.h: ioctlent.raw ioctlsort
-       ./ioctlsort >$@
-
-ioctlsort: ioctlsort.o
-       $(CC) $(LDFLAGS) ioctlsort.o -o ioctlsort
-
-ioctlsort.o: ../ioctlsort.c ioctlent.raw
-       $(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c $(srcdir)/../ioctlsort.c
-
-errnoent.h: ../errnoent.sh $(includedir)/sys/errno.h
-       $(SHELL) $(srcdir)/../errnoent.sh $(includedir)/sys/errno.h >$@
-
-signalent.h: ../signalent.sh $(includedir)/sys/signal.h
-       $(SHELL) $(srcdir)/../signalent.sh $(includedir)/sys/signal.h >$@
-
-#syscallent.h: ../syscallent.sh $(includedir)/sys/syscall.h
-syscallent.h:
-       $(SHELL) $(srcdir)/../syscallent.sh $(includedir)/sys/syscall.h >$@
-
-clean:
-       rm -f ioctlent.c *.raw *.tmp *.o ioctlsort
-
-distclean: clean
-       rm -f Makefile
-
-maintainer-clean: distclean
-       rm -f ioctlent.h errnoent.h signalent.h