change name of header file from pc2.h to inline.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 19 Aug 1984 09:04:55 +0000 (01:04 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 19 Aug 1984 09:04:55 +0000 (01:04 -0800)
SCCS-vsn: sys/vax/inline/Makefile 1.2
SCCS-vsn: sys/vax/inline/libcpats.c 1.2
SCCS-vsn: sys/vax/inline/main.c 1.2
SCCS-vsn: sys/vax/inline/machpats.c 1.2

usr/src/sys/vax/inline/Makefile
usr/src/sys/vax/inline/libcpats.c
usr/src/sys/vax/inline/machpats.c
usr/src/sys/vax/inline/main.c

index 04867f9..ddacdb8 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    1.1     (Berkeley)      84/08/18
+#      @(#)Makefile    1.2     (Berkeley)      84/08/18
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -7,7 +7,7 @@ LFLAGS=
 
 # The program itself
 #
 
 # The program itself
 #
-PROG=  pc2
+PROG=  inline
 
 # Sources
 #
 
 # Sources
 #
@@ -19,7 +19,7 @@ OBJS= main.o machdep.o machpats.o libcpats.o langpats.o
 
 # Header files
 #
 
 # Header files
 #
-HDRS=  pc2.h
+HDRS=  inline.h
 
 ${PROG}: ${OBJS} ${HDRS}
        cc ${LFLAGS} -o ${PROG} ${OBJS}
 
 ${PROG}: ${OBJS} ${HDRS}
        cc ${LFLAGS} -o ${PROG} ${OBJS}
@@ -28,7 +28,7 @@ ${OBJS}:
        cc ${CFLAGS} ${INCPATH} -c $*.c
 
 install: ${PROG}
        cc ${CFLAGS} ${INCPATH} -c $*.c
 
 install: ${PROG}
-       install ${PROG} ${DESTDIR}/usr/lib/${PROG}
+       install ${PROG} ../inline
 
 clean:
        rm -f a.out core ${OBJS} ${PROG}
 
 clean:
        rm -f a.out core ${OBJS} ${PROG}
@@ -55,11 +55,11 @@ depend:
 # DO NOT DELETE THIS LINE -- make depend uses it
 
 
 # DO NOT DELETE THIS LINE -- make depend uses it
 
 
-main.o: main.c /usr/include/stdio.h /usr/include/ctype.h ./pc2.h
+main.o: main.c /usr/include/stdio.h /usr/include/ctype.h ./inline.h
 machdep.o: machdep.c /usr/include/stdio.h /usr/include/ctype.h
 machdep.o: machdep.c /usr/include/stdio.h /usr/include/ctype.h
-machpats.o: machpats.c ./pc2.h
-libcpats.o: libcpats.c ./pc2.h
-langpats.o: langpats.c ./pc2.h
+machpats.o: machpats.c ./inline.h
+libcpats.o: libcpats.c ./inline.h
+langpats.o: langpats.c ./inline.h
 # DEPENDENCIES MUST END AT END OF FILE
 # IF YOU PUT STUFF HERE IT WILL GO AWAY
 # see make depend above
 # DEPENDENCIES MUST END AT END OF FILE
 # IF YOU PUT STUFF HERE IT WILL GO AWAY
 # see make depend above
index e78a5c8..a1f45f7 100644 (file)
@@ -1,10 +1,10 @@
 /* Copyright (c) 1984 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1984 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)libcpats.c 1.1     (Berkeley)      %G%";
+static char sccsid[] = "@(#)libcpats.c 1.2     (Berkeley)      %G%";
 #endif not lint
 
 #endif not lint
 
-#include "pc2.h"
+#include "inline.h"
 
 /*
  * Pattern table for the C library.
 
 /*
  * Pattern table for the C library.
index 94bc702..8ceea3f 100644 (file)
@@ -1,10 +1,10 @@
 /* Copyright (c) 1984 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1984 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)machpats.c 1.1     (Berkeley)      %G%";
+static char sccsid[] = "@(#)machpats.c 1.2     (Berkeley)      %G%";
 #endif not lint
 
 #endif not lint
 
-#include "pc2.h"
+#include "inline.h"
 
 /*
  * Pattern table for special VAX instructions.
 
 /*
  * Pattern table for special VAX instructions.
index 0fe8eec..0b6f6b1 100644 (file)
@@ -1,12 +1,12 @@
 /* Copyright (c) 1984 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1984 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     1.1     (Berkeley)      %G%";
+static char sccsid[] = "@(#)main.c     1.2     (Berkeley)      %G%";
 #endif not lint
 
 #include <stdio.h>
 #include <ctype.h>
 #endif not lint
 
 #include <stdio.h>
 #include <ctype.h>
-#include "pc2.h"
+#include "inline.h"
 
 main(argc, argv)
        int argc;
 
 main(argc, argv)
        int argc;