IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2316


Ignore:
Timestamp:
Nov 10, 2004, 8:25:40 AM (22 years ago)
Author:
harman
Message:

Added psConfigure files

File:
1 edited

Legend:

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

    r1764 r2316  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.22 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-09 22:21:00 $
     5##  $Revision: 1.23 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-11-10 18:25:40 $
    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../collections -I../dataManip -I../sysUtils -I../include -I..
     28CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I../astronomy -I../image -I..
    2929
    3030# Define the source objects
    31  
    32 SRC_OBJS = psMemory.o    \
    33            psError.o     \
    34            psTrace.o     \
    35            psLogMsg.o    \
    36            psAbort.o     \
    37            psString.o    \
    38            psErrorCodes.o
     31
     32SRC_OBJS = psMemory.o     \
     33           psError.o      \
     34           psTrace.o      \
     35           psLogMsg.o     \
     36           psAbort.o      \
     37           psString.o     \
     38           psConfigure.o  \
     39           psErrorCodes.o
    3940
    4041OBJS = $(addprefix makedir/,$(SRC_OBJS))
     
    6566# Define PHONY target "install" which will install necessary files
    6667
    67 install: $(TARGET_STATIC) 
     68install: $(TARGET_STATIC)
    6869        install $(HEADERS) $(includedir)
    6970
Note: See TracChangeset for help on using the changeset viewer.