IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1087


Ignore:
Timestamp:
Jun 24, 2004, 2:52:59 PM (22 years ago)
Author:
harman
Message:

Added logic for psMatrixVectorArithmetic.i to be created

File:
1 edited

Legend:

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

    r1062 r1087  
    1818all: $(TARGET_STATIC)
    1919
    20 %.o:    %.c
    21         @echo "    Compiling $<. "
    22         $(CC) $(CFLAGS)  -c $< -o $@
     20# force the creation of a psImage.i for psImage.o (to expand macros).
     21psMatrixVectorArithmetic.o: psMatrixVectorArithmetic.i
     22
     23# Rule to make static library
    2324
    2425libpslib.a:     $(SRC_OBJS)
     
    4344        splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@
    4445
     46%.i: %.c
     47        $(CC) -E $(CFLAGS) -o $@ $<
     48
     49%.o: %.i
     50        $(CC) -c $(CFLAGS) -o $@ $<
     51
    4552%.d: %.c
    4653        $(CC) -MM $(CFLAGS) $< > $@.tmp
Note: See TracChangeset for help on using the changeset viewer.