chiark / gitweb /
settling on interface to cdb binding
[chiark-tcl.git] / base / troglodyte-Makefile
index 765d5e45997366f09822f31b3f8e60aa728d88ba..ed38b04b765d538a63a24ac72a83de8f787b08c2 100644 (file)
@@ -1,19 +1,6 @@
-OBJS=          hbytes.o \
-               enum.o
 
-HDRS=          hbytes.h
-
-TARGETS=       hbytes.so
-
-CFLAGS=        -g -Wall -O
-
-all:           $(TARGETS)
-
-hbytes.so:     $(OBJS)
-               $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -shared $(OBJS) $(LDLIBS)
-
-%.o:           %.c $(HDRS)
-               $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
+#alg.o:                alg.c alg.h alg2.h
+#              $(CC_CRYPTO) -o $@ -c $<
 
 clean:
                rm -f $(OBJS) $(TARGETS) *~ ./#*#