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.

Location:
trunk/psLib/src/sysUtils
Files:
7 added
1 edited

Legend:

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

    r886 r986  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-05 19:12:51 $
     5##  $Revision: 1.16 $  $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
     
    6363clean:
    6464        @echo "    Deleting intermediate files for 'sysUtils'"
    65         $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*)
     65        $(RM) $(SRC_OBJS) *.lint
    6666
    6767%.lint: %.c
     
    6969
    7070%.d: %.c
    71         $(CC) -M $(CFLAGS) $< > $@.tmp
     71        $(CC) -MM $(CFLAGS) $< > $@.tmp
    7272        sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@
    73         $(RM) -f $@.$$$$
     73        $(RM) -f $@.tmp
    7474
    7575include $(SRC_OBJS:.o=.d)
Note: See TracChangeset for help on using the changeset viewer.