Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-08-06 19:24:26 +0000
committereutarass2010-08-06 19:24:26 +0000
commit48c4b7844055f1343c5c2b67bd6d02140dddc80a (patch)
treedff7c261f58399c8cced6b36f5272e12a6acfd04
parent58cf6ed2be455d74f029cf7d9ef71cbc7ff8cefa (diff)
downloadorg.eclipse.tcf.agent-48c4b7844055f1343c5c2b67bd6d02140dddc80a.tar.gz
org.eclipse.tcf.agent-48c4b7844055f1343c5c2b67bd6d02140dddc80a.tar.xz
org.eclipse.tcf.agent-48c4b7844055f1343c5c2b67bd6d02140dddc80a.zip
TCF Agent: added new makefile target - libtcf, to be able to build only the library, without executable files
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ac233df..46ccb51e 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ endif
override CFLAGS += $(OPTS)
all: $(EXECS)
+libtcf: $(BINDIR)/libtcf$(EXTLIB)
$(BINDIR)/libtcf$(EXTLIB) : $(OFILES)
$(AR) -rc $@ $^

Back to the top