IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1764


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

moved psErrorCodes.dat up a directory.

Location:
trunk/psLib/src
Files:
1 added
1 deleted
4 edited

Legend:

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

    r1761 r1764  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.29 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-09 21:59:03 $
     5##  $Revision: 1.30 $  $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
     28CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I..
    2929
    3030# Define the source objects
  • trunk/psLib/src/dataManip/Makefile

    r1624 r1764  
    55TARGET_STATIC  = libpslib.a
    66include ../Makefile.Globals
    7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image
     7CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image -I..
    88
    99SRC_OBJS = psStats.o  \
     
    1515 
    1616OBJS = $(addprefix makedir/,$(SRC_OBJS))
    17          
     17 
     18HEADERS = $(SRC_OBJS:.o=.h)
     19         
    1820all: $(TARGET_STATIC)
    1921
     
    3032# Define PHONY target "install" which will install necessary files
    3133install: $(TARGET_STATIC)
    32         install *.h $(includedir)
     34        install $(HEADERS) $(includedir)
    3335
    3436# Define PHONY target "distclean" which will cleanup the distribution
  • 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
  • trunk/psLib/src/sysUtils/Makefile

    r1748 r1764  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-09 02:24:18 $
     5##  $Revision: 1.22 $  $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../collections -I../dataManip -I../sysUtils -I../include
     28CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I..
    2929
    3030# Define the source objects
     
    4646all: $(TARGET_STATIC)
    4747
    48 psErrorCodes.h: psErrorCodes.dat
     48psErrorCodes.h: ../psErrorCodes.dat
    4949        perl ../parseErrorCodes.pl --data=$? $@
    5050
    51 psErrorCodes.c: psErrorCodes.dat
     51psErrorCodes.c: ../psErrorCodes.dat
    5252        perl ../parseErrorCodes.pl --data=$? $@
    5353
Note: See TracChangeset for help on using the changeset viewer.