IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2004, 10:52:14 AM (22 years ago)
Author:
desonia
Message:

added dependency generation to makefiles.

File:
1 edited

Legend:

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

    r920 r987  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.11 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-08 19:12:05 $
     5##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-10 20:52:14 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040clean:
    4141        @echo "    Deleting executable and binary files for 'test/collections'"
    42         $(RM) $(TARGET) *.o *.lint *.i *.d
     42        $(RM) $(TARGET) *.o *.lint *.i
    4343
    4444%.o : %.i
     
    5858
    5959%.d: %.c
    60         $(CC) -M $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp
     60        $(CC) -MM $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp
    6161        sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@
    6262        $(RM) -f $@.tmp
Note: See TracChangeset for help on using the changeset viewer.