SCM Repository
Diff of /branches/pure-cfg/src/lib/build/mk/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 1275, Mon Jun 6 11:31:47 2011 UTC | revision 1276, Mon Jun 6 12:07:05 2011 UTC | |
---|---|---|
# | Line 37 | Line 37 |
37 | # | # |
38 | TARGET_PLATFORM = @TARGET_PLATFORM@ | TARGET_PLATFORM = @TARGET_PLATFORM@ |
39 | ||
40 | # the target source directory | |
41 | # | |
42 | TARGET_SRCDIR = $(SRCDIR)/lib/@TARGET_PLATFORM@-target | |
43 | ||
44 | # the target build options | # the target build options |
45 | # | # |
46 | BUILD_OPTIONS = @BUILD_OPTIONS@ | BUILD_OPTIONS = @BUILD_OPTIONS@ |
47 | ||
48 | # target-platform specific sources | # target-platform specific sources |
49 | # | # |
50 | TARGET_SRCS = $(notdir $(wildcard $(SRCDIR)/lib/target-@TARGET_PLATFORM@/*.c)) | TARGET_SRCS = $(notdir $(wildcard $(TARGET_SRCDIR)/*.c)) |
51 | ||
52 | # | # |
53 | # View path | # View path |
54 | # | # |
55 | VPATH = $(SRCDIR)/include:$(SRCDIR)/lib/include:$(SRCDIR)/lib/common:$(SRCDIR)/lib/@TARGET_PLATFORM@ | VPATH = $(SRCDIR)/include:$(SRCDIR)/lib/include:$(SRCDIR)/lib/common:$(TARGET_SRCDIR) |
56 | ||
57 | ||
58 | # the target library name | # the target library name |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |