Changeset 1764 for trunk/psLib/src/image/Makefile
- Timestamp:
- Sep 9, 2004, 12:21:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.
