IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2004, 11:59:03 AM (22 years ago)
Author:
desonia
Message:

changed the format of the log message, per bugzilla report #189.

File:
1 edited

Legend:

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

    r1420 r1761  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.28 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-08-09 20:29:43 $
     5##  $Revision: 1.29 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-09 21:59:03 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040OBJS = $(addprefix makedir/,$(SRC_OBJS))
    4141
     42HEADERS = $(SRC_OBJS:.o=.h)
     43
     44
    4245# Define PHONY target "all" which will make all the necessary items
    4346
     
    5457
    5558install: $(TARGET_STATIC)
    56         install *.h $(includedir)
     59        install $(HEADERS) $(includedir)
     60
     61psCollectionsErrors.h: psCollectionsErrors.dat
     62        perl ../parseErrorCodes.pl --data=$? $@
    5763
    5864# Define PHONY target "distclean" which will cleanup the distribution
Note: See TracChangeset for help on using the changeset viewer.