SCM Repository
Diff of /trunk/src/lib/build/mk/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 1115, Thu May 5 04:42:18 2011 UTC | revision 1232, Mon May 16 23:37:52 2011 UTC | |
---|---|---|
# | Line 39 | Line 39 |
39 | ||
40 | # target-platform specific sources | # target-platform specific sources |
41 | # | # |
42 | TARGET_SRCS = $(wildcard $(SRCDIR)/lib/@TARGET_PLATFORM@/*.c) | TARGET_SRCS = $(notdir $(wildcard $(SRCDIR)/lib/@TARGET_PLATFORM@/*.c)) |
43 | ||
44 | # | |
45 | # View path | |
46 | # | |
47 | VPATH = $(SRCDIR)/include:$(SRCDIR)/lib/include:$(SRCDIR)/lib/common:$(SRCDIR)/lib/@TARGET_PLATFORM@ | |
48 | ||
49 | ||
50 | # the target library name | # the target library name |
51 | # | # |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |