IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2004, 12:21:00 PM (22 years ago)
Author:
desonia
Message:

moved psErrorCodes.dat up a directory.

File:
1 edited

Legend:

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

    r1653 r1764  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-08-28 01:18:28 $
     5##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-09 22:21:00 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626# Set CFLAGS used by the implicit rule to compile .c
    2727
    28 CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I../dataManip -I../collections
     28CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I../dataManip -I../collections -I..
    2929
    3030# Define the source objects
     
    3939
    4040OBJS = $(addprefix makedir/,$(SRC_OBJS))
     41
     42HEADERS = $(SRC_OBJS:.o=.h)
    4143
    4244# Define PHONY target "all" which will make all the necessary items
     
    5456
    5557install: $(TARGET_STATIC)
    56         install *.h $(includedir)
     58        install $(HEADERS) $(includedir)
    5759
    5860# Define PHONY target "distclean" which will cleanup the distribution
Note: See TracChangeset for help on using the changeset viewer.