Changeset 571 for trunk/archive/pslib/src/Utils/Makefile
- Timestamp:
- May 3, 2004, 4:28:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/Makefile
r446 r571 1 1 CC = cc -std=c99 2 2 CFLAGS = -Wall -g -I$(PSLIB_DIR)/include -I$(FFTW_DIR)/include 3 DYLIB = dylib 4 DYLIB_LDFLAGS = "-undefined suppress -flat_namespace -dynamiclib"; 3 5 4 6 PSLIB_DIR = ../.. 5 7 6 8 OBJS = array.o dlist.o error.o hash.o logmsg.o memory.o misc.o trace.o 9 10 .PHONY : all 11 all : $(PSLIB_DIR)/lib/libUtils.a libUtils.$(DYLIB) 12 13 libUtils.$(DYLIB) : $(OBJS) 14 $(LD) -o libUtils.$(DYLIB) $(DYLIB_LDFLAGS) $(OBJS) 15 mv libUtils.$(DYLIB) $(PSLIB_DIR)/lib 7 16 8 17 $(PSLIB_DIR)/lib/libUtils.a : $(OBJS)
Note:
See TracChangeset
for help on using the changeset viewer.
