SCM Repository
Diff of /branches/vis12/src/lib/build/mk/build_gmk.in
Parent Directory
|
Revision Log
|
Patch
revision 1732, Tue Mar 13 14:08:41 2012 UTC | revision 1733, Tue Mar 13 14:09: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 | COMMON_SRCS = image.c input.c eigen2x2.c eigen3x3.c dyn-seq.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 |