summaryrefslogtreecommitdiff
path: root/am-tools.mk
diff options
context:
space:
mode:
Diffstat (limited to 'am-tools.mk')
-rw-r--r--am-tools.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/am-tools.mk b/am-tools.mk
deleted file mode 100644
index 35fe16482b..0000000000
--- a/am-tools.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-CCLD = $(CC)
-AM_CPPFLAGS += -MT $@ -MD -MP -MF $(@D)/$(DEPDIR)/$(basename $(@F)).P$(patsubst .%,%,$(suffix $(@F)))
-
-COMPILE = $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(ALL_LIBTOOLFLAGS) --mode=compile $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(ALL_LIBTOOLFLAGS) --mode=link $(CCLD) $(ALL_CFLAGS) $(ALL_LDFLAGS) -o $@