SCM Repository
Diff of /branches/pure-cfg/src/lib/build/mk/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 1094, Wed May 4 17:54:09 2011 UTC | revision 1095, Wed May 4 18:05:00 2011 UTC | |
---|---|---|
# | Line 45 | Line 45 |
45 | # | # |
46 | TARGET = diderot-@BUILD_TARGET@.o | TARGET = diderot-@BUILD_TARGET@.o |
47 | ||
48 | .PHONY: build local-install install | |
49 | build: $(TARGET) | build: $(TARGET) |
50 | ||
51 | local-install: $(TARGET) | local-install: $(TARGET) |
# | Line 56 | Line 57 |
57 | # Include common definitions for run-time builds | # Include common definitions for run-time builds |
58 | # | # |
59 | include ../mk/build.gmk | include ../mk/build.gmk |
$(TARGET): $(OBJS) | ||
$(LD) -r -o $(TARGET) $(OBJS) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |