IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 563


Ignore:
Timestamp:
May 1, 2004, 4:41:21 PM (22 years ago)
Author:
gusciora
Message:

First version of the basic stats routines.

Location:
trunk/psLib/src
Files:
5 added
1 edited

Legend:

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

    r436 r563  
    33endif
    44
    5 TARGET = libpsDataManip.a
     5TARGET = psStats.o libpsDataManip.a
    66
    77all: $(TARGET)
     
    1313%.o: %.c
    1414        @echo "    Compiling $<. "
    15         $(CC) $(CFLAGS) -I$(includedir) -c $< -o $@
     15        $(CC) $(CFLAGS) -I../../include -c $< -o $@
    1616
    1717libpsDataManip.a: $(SRC_OBJS)
Note: See TracChangeset for help on using the changeset viewer.