SCM Repository
Diff of /branches/vis12/src/lib/build/mk/build_gmk.in
Parent Directory
|
Revision Log
|
Patch
revision 2034, Fri Oct 12 14:52:19 2012 UTC | revision 2035, Fri Oct 12 21:03:15 2012 UTC | |
---|---|---|
# | Line 36 | Line 36 |
36 | LDFLAGS = | LDFLAGS = |
37 | CPPFLAGS = @CPPFLAGS@ $(INCLUDES) | CPPFLAGS = @CPPFLAGS@ $(INCLUDES) |
38 | ||
39 | COMMON_SRCS = image.c input.c eigen2x2.c eigen3x3.c dyn-seq.c util.c | COMMON_SRCS = image.c input.c eigen2x2.c eigen3x3.c dyn-seq.c util.c nrrd.c |
40 | ||
41 | SRCS = $(COMMON_SRCS) $(TARGET_SRCS) | SRCS = $(COMMON_SRCS) $(TARGET_SRCS) |
42 | OBJS = $(patsubst %.c,%.o,$(SRCS)) | OBJS = $(patsubst %.c,%.o,$(SRCS)) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |