Changeset 1764
- Timestamp:
- Sep 9, 2004, 12:21:00 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 1 added
- 1 deleted
- 4 edited
-
collections/Makefile (modified) (2 diffs)
-
dataManip/Makefile (modified) (3 diffs)
-
image/Makefile (modified) (4 diffs)
-
psErrorCodes.dat (added)
-
sysUtils/Makefile (modified) (3 diffs)
-
sysUtils/psErrorCodes.dat (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r1761 r1764 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1. 29$ $Name: not supported by cvs2svn $6 ## $Date: 2004-09-09 2 1:59:03$5 ## $Revision: 1.30 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-09 22:21:00 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 # Set CFLAGS used by the implicit rule to compile .c 27 27 28 CFLAGS := $(CFLAGS_RELOC) -I../sysUtils 28 CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I.. 29 29 30 30 # Define the source objects -
trunk/psLib/src/dataManip/Makefile
r1624 r1764 5 5 TARGET_STATIC = libpslib.a 6 6 include ../Makefile.Globals 7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image 7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image -I.. 8 8 9 9 SRC_OBJS = psStats.o \ … … 15 15 16 16 OBJS = $(addprefix makedir/,$(SRC_OBJS)) 17 17 18 HEADERS = $(SRC_OBJS:.o=.h) 19 18 20 all: $(TARGET_STATIC) 19 21 … … 30 32 # Define PHONY target "install" which will install necessary files 31 33 install: $(TARGET_STATIC) 32 install *.h$(includedir)34 install $(HEADERS) $(includedir) 33 35 34 36 # Define PHONY target "distclean" which will cleanup the distribution -
trunk/psLib/src/image/Makefile
r1653 r1764 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1. 4$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 8-28 01:18:28$5 ## $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-09 22:21:00 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 # Set CFLAGS used by the implicit rule to compile .c 27 27 28 CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I../dataManip -I../collections 28 CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I../dataManip -I../collections -I.. 29 29 30 30 # Define the source objects … … 39 39 40 40 OBJS = $(addprefix makedir/,$(SRC_OBJS)) 41 42 HEADERS = $(SRC_OBJS:.o=.h) 41 43 42 44 # Define PHONY target "all" which will make all the necessary items … … 54 56 55 57 install: $(TARGET_STATIC) 56 install *.h$(includedir)58 install $(HEADERS) $(includedir) 57 59 58 60 # Define PHONY target "distclean" which will cleanup the distribution -
trunk/psLib/src/sysUtils/Makefile
r1748 r1764 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1.2 1$ $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 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 # Set CFLAGS used by the implicit rule to compile .c 27 27 28 CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include 28 CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I.. 29 29 30 30 # Define the source objects … … 46 46 all: $(TARGET_STATIC) 47 47 48 psErrorCodes.h: psErrorCodes.dat48 psErrorCodes.h: ../psErrorCodes.dat 49 49 perl ../parseErrorCodes.pl --data=$? $@ 50 50 51 psErrorCodes.c: psErrorCodes.dat51 psErrorCodes.c: ../psErrorCodes.dat 52 52 perl ../parseErrorCodes.pl --data=$? $@ 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
