BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / tn3270 / api / makefile
index f8e093e..4e30b96 100644 (file)
@@ -1,41 +1,24 @@
-# msdos versus unix defines
-O      = .o
-#PC_O  = .obj
-
-X      =
-#PC_X  = .exe
-
-L      =
-#PC_L  = -link
-
-CC     = cc
-#PC_CC = cl
-
-MV     = mv
-#PC_MV = rename
-
-RM     = rm -f
-#PC_RM= erase
-
-LINT_ARGS =
-#PC_LINT_ARGS = -DLINT_ARGS
-
+#
+# Copyright (c) 1988 Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that the above copyright notice and this paragraph are
+# duplicated in all such forms and that any documentation,
+# advertising materials, and other materials related to such
+# distribution and use acknowledge that the software was developed
+# by the University of California, Berkeley.  The name of the
+# University may not be used to endorse or promote products derived
+# from this software without specific prior written permission.
+# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+#
+#      @(#)makefile    4.3 (Berkeley) 6/21/90
+#
 DEBUG_FLAGS = -g
 DEBUG_FLAGS = -g
-#PC_DEBUG_FLAGS = -Zi -Od
 
 
-AR     = ar
-AR1    = cr
-AR2    =
-AR3    =
-#PC_AR = lib
-#PC_AR1        =
-#PC_AR2        = +
-#PC_AR3        = ";"
-
-RANLIB = ranlib
-#PC_RANLIB = echo "Done with "
-
-CFLAGS = ${DEBUG_FLAGS}
+CFLAGS = -I obj ${DEBUG_FLAGS}
 
 PRINT = lpr -p
 
 
 PRINT = lpr -p
 
@@ -47,29 +30,31 @@ ALLC = apilib.c api_bsd.c api_exch.c asc_ebc.c astosc.c dctype.c \
 
 ALLH = apilib.h api_exch.h asc_ebc.h astosc.h disp_asc.h dctype.h ebc_disp.h
 
 
 ALLH = apilib.h api_exch.h asc_ebc.h astosc.h disp_asc.h dctype.h ebc_disp.h
 
-ALLPRINT = ${ALLH} ${ALLC}
+
+ALLHC= ${ALLH} ${ALLC}
+ALLPRINT =     ${ALLHC}
 
 ALLSOURCE = ${ALLPRINT} makefile makefile.mak
 
 
 ALLSOURCE = ${ALLPRINT} makefile makefile.mak
 
-ALLO = apilib$O api_bsd$O api_exch$O astosc$O asc_ebc$O dctype$O \
-               disp_asc$O ebc_disp$O
+ALLO = apilib.o api_bsd.o api_exch.o astosc.o asc_ebc.o dctype.o \
+               disp_asc.o ebc_disp.o
 
 
-.c.obj:
-       ${CC} ${CFLAGS} -c $<
+#.c.obj:
+#      ${CC} ${CFLAGS} -c $<
 
 
-apiliblib.a: ${ALLO}
-       ${RM} $@
-       for i in ${ALLO}; do (${AR} ${AR1} $@ ${AR2} $$i${AR3}); done
+apilib.a: ${ALLO}
+       -rm $@
+       ${AR} ${ARFLAGS} $@ ${ALLO}
        ${RANLIB} $@
 
 .DEFAULT:
        sccs get $<
 
 clean:
        ${RANLIB} $@
 
 .DEFAULT:
        sccs get $<
 
 clean:
-       for i in ${ALLO} errs apiliblib.a makefile.bak \
+       -rm ${ALLO} errs apilib.a makefile.bak \
                disp_out asc_disp.out astosc.out disp_asc.out \
                disp_out asc_disp.out astosc.out disp_asc.out \
-               test* test$O t1* t1$O t2* t2$O; \
-                       do (${RM} $$i); done
+               astosc.OUT disp_asc.OUT \
+               test* test.o t1* t1.o t2* t2.o
 
 sccsclean:
        -sccs clean
 
 sccsclean:
        -sccs clean
@@ -78,42 +63,53 @@ sccsclean:
 action:
        ${ACTION}
 
 action:
        ${ACTION}
 
-test:  apiliblib.a test$O
-       ${CC} ${CFLAGS} -o $@ test$O apiliblib.a
+test:  apilib.a test.o
+       ${CC} ${CFLAGS} -o $@ test.o apilib.a
 
 
-t1:    apiliblib.a t1$O
-       ${CC} ${CFLAGS} -o $@ t1$O apiliblib.a
+t1:    apilib.a t1.o
+       ${CC} ${CFLAGS} -o $@ t1.o apilib.a
 
 
-t2:    apiliblib.a t2$O
-       ${CC} ${CFLAGS} -o $@ t2$O apiliblib.a
+t2:    apilib.a t2.o
+       ${CC} ${CFLAGS} -o $@ t2.o apilib.a
 
 print:
        ${PRINT} ${ALLPRINT}
 
 
 print:
        ${PRINT} ${ALLPRINT}
 
+clist: ${ALLC}
+       @for i in ${ALLC} ; \
+               do (echo ${DIRPATH}$$i); done
+
+hclist:        ${ALLHC}
+       @for i in ${ALLHC} ; \
+               do (echo ${DIRPATH}$$i); done
 
 sourcelist:    ${ALLSOURCE}
        @for i in ${ALLSOURCE}; \
                do (echo ${DIRPATH}$$i); done
 
 
 sourcelist:    ${ALLSOURCE}
        @for i in ${ALLSOURCE}; \
                do (echo ${DIRPATH}$$i); done
 
-astosc.out:    ../ctlr/function.h ../ctlr/hostctlr.h ../ctlr/$(KBD)
-       (cd ../tools; make mkastosc )
-       ${RM} $@
-       ../tools/mkastosc < ../ctlr/$(KBD) > $@
-
-asc_disp.out:  ebc_disp$O
-       (cd ../tools; make mkastods )
-       ${RM} $@
+astosc.OUT:    ../ctlr/function.h ../ctlr/hostctlr.h ../ctlr/$(KBD)
+       (cd ${.CURDIR}/../tools; make mkastosc )
+       -rm $@ astosc.out
+       ../tools/mkastosc ${.CURDIR}/../ctlr/hostctlr.h \
+               ${.CURDIR}/../ctlr/function.h < \
+                               ${.CURDIR}/../ctlr/$(KBD) > $@
+       ln $@ astosc.out
+
+asc_disp.out:  ebc_disp.o
+       (cd ${.CURDIR}/../tools; make mkastods )
+       -rm $@
        ../tools/mkastods > $@
 
        ../tools/mkastods > $@
 
-disp_asc.out:  ebc_disp$O
-       (cd ../tools; make mkdstoas )
-       ${RM} $@
+disp_asc.OUT:  ebc_disp.o
+       (cd ${.CURDIR}/../tools; make mkdstoas )
+       -rm $@ disp_asc.out
        ../tools/mkdstoas > $@
        ../tools/mkdstoas > $@
+       ln $@ disp_asc.out
 
 depend:
        grep '^#include' ${ALLC} | grep -v '<' | \
        sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' \
 
 depend:
        grep '^#include' ${ALLC} | grep -v '<' | \
        sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' \
-           -e 's/\.c/$$O/' | \
+           -e 's/\.c/$.o/' | \
        awk ' { if ($$1 != prev) { print rec; rec = $$0; prev = $$1; } \
                else { if (length(rec $$2) > 78) { print rec; rec = $$0; } \
                       else rec = rec " " $$2 } } \
        awk ' { if ($$1 != prev) { print rec; rec = $$0; prev = $$1; } \
                else { if (length(rec $$2) > 78) { print rec; rec = $$0; } \
                       else rec = rec " " $$2 } } \
@@ -125,14 +121,14 @@ depend:
        -rm -f makefile.bak
        cp makefile makefile.bak
        ed - makefile < eddep
        -rm -f makefile.bak
        cp makefile makefile.bak
        ed - makefile < eddep
-       rm eddep makedep
+       -rm eddep makedep
 
 # DO NOT DELETE THIS LINE
 
 
 # DO NOT DELETE THIS LINE
 
-apilib$O: ../api/api.h apilib.h
-api_bsd$O: ../api/api.h api_exch.h
-api_exch$O: api_exch.h
-asc_ebc$O: asc_ebc.h
-astosc$O: ../general/general.h ../ctlr/function.h astosc.h astosc.out
-dctype$O: dctype.h
-disp_asc$O: disp_asc.h asc_disp.out disp_asc.out
+apilib.o: ../ctlr/api.h apilib.h
+api_bsd.o: ../ctlr/api.h api_exch.h
+api_exch.o: ../general/general.h api_exch.h
+asc_ebc.o: asc_ebc.h
+astosc.o: ../general/general.h ../ctlr/function.h astosc.h astosc.OUT
+dctype.o: dctype.h
+disp_asc.o: disp_asc.h asc_disp.out disp_asc.OUT