Annotation of researchv10dc/cmd/worm/scsi/tcl/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # This Makefile is for use when distributing Tcl to the outside world.
                      3: # It is simplified so that it doesn't include any Sprite-specific stuff.
                      4: # For HP-UX systems, use the second, commented-out, form of LIBS below.
                      5: #
                      6: 
                      7: LIBS =
                      8: #LIBS = -lBSD
                      9: 
                     10: CFLAGS = -g -I. -DTCL_VERSION=\"3.3\" -I/usr/include/bsd
                     11: 
                     12: OBJS = tclAssem.o tclBasic.o tclCmdAH.o tclCmdIZ.o tclExpr.o \
                     13:        tclGlob.o tclHistory.o tclProc.o tclUtil.o
                     14: 
                     15: LIBOBJS = panic.o strerror.o strtol.o strtoul.o strspn.o \
                     16:        strpbrk.o strchr.o strstr.o
                     17: 
                     18: CSRCS = tclAssem.c tclBasic.c tclCmdAH.c tclCmdIZ.c tclExpr.c \
                     19:        tclGlob.c tclHistory.c tclProc.c tclUtil.c
                     20: 
                     21: tcl.a: ${OBJS} ${LIBOBJS}
                     22:        rm -f tcl.a
                     23:        ar cr tcl.a ${OBJS} ${LIBOBJS}
                     24:        #ranlib tcl.a
                     25: 
                     26: tclTest: tclTest.o tcl.a
                     27:        cc tclTest.o tcl.a ${LIBS} -o tclTest
                     28: 
                     29: clean:
                     30:        rm -f ${OBJS} ${LIBOBJS} tcl.a tclTest.o tclTest

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.