Changeset 1264 for trunk/psLib/src/dataManip/Makefile
- Timestamp:
- Jul 22, 2004, 10:42:54 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r1216 r1264 5 5 TARGET_STATIC = libpslib.a 6 6 include ../Makefile.Globals 7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. 7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image 8 8 9 9 SRC_OBJS = psStats.o \ 10 10 psFunctions.o \ 11 psImageStats.o \12 11 psMatrix.o \ 13 12 psMatrixVectorArithmetic.o \ 14 13 psFFT.o \ 15 psImageIO.o \16 14 psMinimize.o \ 17 psImageManip.o18 15 19 16 all: $(TARGET_STATIC)
Note:
See TracChangeset
for help on using the changeset viewer.
