changed library name
[unix-history] / usr / src / lib / Makefile
index 4ebeda4..ccf19a3 100644 (file)
@@ -1,12 +1,12 @@
-#      @(#)Makefile    4.2     (Berkeley)      %G%
+#      Makefile        4.11    83/11/10
 #
 DESTDIR=
 CFLAGS=        -O
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 #
 DESTDIR=
 CFLAGS=        -O
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
-SUBDIR=        libF77 libI77 libU77 libdbm libg libjobs libln libm libmp \
-       libnm libplot libtermlib sendmail vpr
+SUBDIR=        lib2648 libF77 libI77 libU77 libcurses libdbm libg libln \
+       libm libmp libnm libpc libplot libtermlib lpr sendmail
 
 # Shell scripts that need only be installed and are never removed.
 #
 
 # Shell scripts that need only be installed and are never removed.
 #
@@ -15,7 +15,7 @@ SCRIPT=       makewhatis
 # C programs that live in the current directory and do not need
 # explicit make lines.
 #
 # C programs that live in the current directory and do not need
 # explicit make lines.
 #
-STD=   getNAME makekey
+STD=   atrun getNAME makekey
 
 # C programs that live in the current directory and need explicit make lines.
 #
 
 # C programs that live in the current directory and need explicit make lines.
 #
@@ -32,8 +32,9 @@ ${STD}:
 install:
        for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 install:
        for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
-       for i in ${SCRIPT}; do (install -c $$i.sh ${DESTDIR}/etc/$$i); done
-       for i in ${STD} ${NSTD}; do (install $$i ${DESTDIR}/etc/$$i); done
+       for i in ${SCRIPT}; do (install -c $$i.sh ${DESTDIR}/usr/lib/$$i); done
+       for i in ${STD} ${NSTD}; do (install $$i ${DESTDIR}/usr/lib/$$i); done
+       install -c lib.b ${DESTDIR}/usr/lib/lib.b
 
 clean:
        rm -f a.out core *.s *.o
 
 clean:
        rm -f a.out core *.s *.o
@@ -63,6 +64,12 @@ depend:
 
 # DO NOT DELETE THIS LINE -- make depend uses it
 
 
 # DO NOT DELETE THIS LINE -- make depend uses it
 
+atrun: atrun.c
+atrun: /usr/include/stdio.h
+atrun: /usr/include/sys/param.h
+atrun: /usr/include/sys/dir.h
+atrun: /usr/include/sys/time.h
+atrun: /usr/include/sys/stat.h
 getNAME: getNAME.c
 getNAME: /usr/include/stdio.h
 makekey: makekey.c
 getNAME: getNAME.c
 getNAME: /usr/include/stdio.h
 makekey: makekey.c