summaryrefslogtreecommitdiffstats
path: root/tdb/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tdb/rules.mk')
-rw-r--r--tdb/rules.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/tdb/rules.mk b/tdb/rules.mk
deleted file mode 100644
index 7b765625d..000000000
--- a/tdb/rules.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-.SUFFIXES: .i _wrap.c
-
-.i_wrap.c:
- $(SWIG) -O -Wall -python -keyword $<
-
-showflags::
- @echo 'tdb will be compiled with flags:'
- @echo ' CFLAGS = $(CFLAGS)'
- @echo ' CPPFLAGS = $(CPPFLAGS)'
- @echo ' LDFLAGS = $(LDFLAGS)'
- @echo ' LIBS = $(LIBS)'
-
-.SUFFIXES: .c .o
-
-.c.o:
- @echo Compiling $*.c
- @mkdir -p `dirname $@`
- @$(CC) $(PICFLAG) $(CFLAGS) -c $< -o $@
-
-distclean::
- rm -f *~ */*~