IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2004, 1:37:15 PM (22 years ago)
Author:
harman
Message:

Added psMatrixVectorArithmetic to build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile

    r986 r1062  
    1212           psImageStats.o \
    1313           psMatrix.o \
     14           psMatrixVectorArithmetic.o \
    1415           psFFT.o \
    1516           psImageIO.o
     
    1718all: $(TARGET_STATIC)
    1819
    19 %.o:    %.c
     20%.o:    %.c
    2021        @echo "    Compiling $<. "
    2122        $(CC) $(CFLAGS)  -c $< -o $@
    2223
    23 libpslib.a:     $(SRC_OBJS)
     24libpslib.a:     $(SRC_OBJS)
    2425# The ar option -r is to add/replace object and -s is to create
    2526# a symbol table in the archive
     
    2728
    2829# Define PHONY target "install" which will install necessary files
    29 install: $(TARGET_STATIC) 
     30install: $(TARGET_STATIC)
    3031        install *.h $(includedir)
    3132
    3233# Define PHONY target "distclean" which will cleanup the distribution
    33 distclean:      clean
     34distclean:      clean
    3435        $(RM) ../$(TARGET_STATIC)
    3536
Note: See TracChangeset for help on using the changeset viewer.