Annotation of researchv10no/cmd/map/libmap/Makefile, revision 1.1

1.1     ! root        1: 
        !             2: # .o's ordered for a nonrandom library
        !             3: OBJ= aitoff.o albers.o azequalarea.o elliptic.o azequidist.o  \
        !             4: bicentric.o bonne.o conic.o cylequalarea.o cylindrical.o fisheye.o \
        !             5: gall.o guyou.o harrison.o hex.o homing.o lagrange.o lambert.o \
        !             6: laue.o mercator.o mollweide.o newyorker.o polyconic.o simpleconic.o \
        !             7: sinusoidal.o tetra.o perspective.o orthographic.o trapezoidal.o \
        !             8: rectangular.o twocirc.o cuts.o ccubrt.o cubrt.o elco2.o complex.o zcoord.o 
        !             9: 
        !            10: # ignore error on systems without ranlib
        !            11: 
        !            12: ../libmap.a: ../map.h $(OBJ)
        !            13:        ar cr ../libmap.a $(OBJ)
        !            14:        ranlib ../libmap.a 2>/dev/null || true
        !            15: 
        !            16: clean:
        !            17:        rm -f *.o
        !            18: 
        !            19: %.o: %.c
        !            20:        $(CC) $(CFLAGS) -I.. -c $*.c

unix.superglobalmegacorp.com

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