Rework LuCI build system
[project/luci.git] / libs / nixio / axTLS / config / makefile.post
diff --git a/libs/nixio/axTLS/config/makefile.post b/libs/nixio/axTLS/config/makefile.post
deleted file mode 100644 (file)
index 033981c..0000000
+++ /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