summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/axTLS/config/makefile.post
diff options
context:
space:
mode:
Diffstat (limited to 'libs/nixio/axTLS/config/makefile.post')
-rw-r--r--libs/nixio/axTLS/config/makefile.post19
1 files changed, 0 insertions, 19 deletions
diff --git a/libs/nixio/axTLS/config/makefile.post b/libs/nixio/axTLS/config/makefile.post
deleted file mode 100644
index 033981c4d1..0000000000
--- a/libs/nixio/axTLS/config/makefile.post
+++ /dev/null
@@ -1,19 +0,0 @@
-
-ifneq ($(MAKECMDGOALS), clean)
-ifndef CONFIG_PLATFORM_WIN32
-ifndef CONFIG_PLATFORM_SOLARIS
-# do dependencies
--include .depend
-all : .depend
-.depend: $(wildcard *.c)
- @$(CC) $(CFLAGS) -MM $^ > $@
-endif # 'not' solaris
-endif # 'not' win32
-
-ifdef CONFIG_PLATFORM_WIN32
-OBJ:=$(OBJ:.o=.obj)
-%.obj : %.c
- $(CC) $(CFLAGS) $<
-endif # win32
-
-endif # end of 'not' clean