IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2004, 4:43:59 PM (22 years ago)
Author:
harman
Message:

Added Doxygen comments

File:
1 edited

Legend:

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

    r437 r438  
    1313    psBitMask.o \
    1414    psSort.o \
     15
     16INCLUDES = -I$(includedir)
     17
     18%.o: %.c
     19        @echo "    Compiling $<. "
     20        $(CC) $(CFLAGS) $(INCLUDE_GLOBAL) $(INCLUDES) -c $< -o $@
    1521
    1622libpsCollections.a: $(SRC_OBJS)
Note: See TracChangeset for help on using the changeset viewer.