IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

added dependency files to avoid false error when they are generated.

File:
1 edited

Legend:

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

    r919 r986  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-08 19:08:40 $
     5##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-10 20:40:26 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6464clean:
    6565        @echo "    Deleting intermediate files for 'collections'"
    66         $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*) $(SRC_OBJS:.o=.i)
     66        $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.i)
    6767
    6868%.lint: %.c
     
    7676
    7777%.d: %.c
    78         $(CC) -M $(CFLAGS) $< > $@.tmp
     78        $(CC) -MM $(CFLAGS) $< > $@.tmp
    7979        sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@
    8080        $(RM) -f $@.tmp
Note: See TracChangeset for help on using the changeset viewer.