Changeset 2316 for trunk/psLib/src/sysUtils/Makefile
- Timestamp:
- Nov 10, 2004, 8:25:40 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/Makefile
r1764 r2316 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1.2 2$ $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 $ 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 -I.. 28 CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I../astronomy -I../image -I.. 29 29 30 30 # 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 32 SRC_OBJS = psMemory.o \ 33 psError.o \ 34 psTrace.o \ 35 psLogMsg.o \ 36 psAbort.o \ 37 psString.o \ 38 psConfigure.o \ 39 psErrorCodes.o 39 40 40 41 OBJS = $(addprefix makedir/,$(SRC_OBJS)) … … 65 66 # Define PHONY target "install" which will install necessary files 66 67 67 install: $(TARGET_STATIC) 68 install: $(TARGET_STATIC) 68 69 install $(HEADERS) $(includedir) 69 70
Note:
See TracChangeset
for help on using the changeset viewer.
