source:
to-imperative/trunk/libstdc++-stub/Makefile
@
1233
Last change on this file since 1233 was 62, checked in by pooh, 21 years ago | |
---|---|
|
|
File size: 185 bytes |
Line | |
---|---|
1 | include $(TOPDIR)/rules.mk |
2 | |
3 | LIBSTUB = libstdc++.a |
4 | LIBSTUB_MODULES = stub.o |
5 | |
6 | all:: $(LIBSTUB) |
7 | |
8 | clean:: |
9 | rm -f $(LIBSTUB) $(LIBSTUB_MODULES) |
10 | |
11 | $(LIBSTUB): $(LIBSTUB_MODULES) |
12 | ar cru $@ $? |
Note: See TracBrowser
for help on using the repository browser.