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