aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/extras/Makefile b/extras/Makefile
index 9ec7edf..f2b04d4 100644
--- a/extras/Makefile
+++ b/extras/Makefile
@@ -9,25 +9,6 @@ include ../config.mk
# Utilities
OBJ=$(EXTRA:=.o)
all: clean $(EXTRA)
-
-config:
- @echo "CFLAGS = $(CFLAGS)"
- @echo "CC = $(CC)"
- @echo "DESTDIR = $(DESTDIR)"
- @echo "PREFIX = $(PREFIX)"
- @echo "INCLUDE_EXTRA = $(INCLUDE_EXTRA)"
-
$(EXTRA): $(@:=.o)
-$(OBJ): config
-
-.o:
- $(CC) $(CFLAGS) $< ../common/common.c -o $@
-
-.c.o:
- @[ -e $< ] || echo "$@ is not implemented." ;
- $(CC) $(CFLAGS) $(NOLINKER) $< -o $@
-
-# Cleaning
-clean:
- rm -f *.o version.h $(EXTRA)
+include ../common.mk