chiark / gitweb /
working on new addrmap instead of maskmap - compiles, but have not yet implemented...
[chiark-tcl.git] / base / troglodyte-Makefile
index 6807fe49fc79238f7165db949c4665add41f1ba5..e458511a560a5fdcfd351ab5a8d52fb3c124fb77 100644 (file)
@@ -1,20 +1,24 @@
 OBJS=          tables.o \
+               tcmdiflib.o \
                hbytes.o \
+               adns.o \
                enum.o \
+               idtable.o \
+               scriptinv.o \
                ulongs.o \
                sockaddr.o \
                dgram.o \
+               tuntap.o \
                chop.o \
                hook.o \
                bcmode.o \
                misc.o \
                algtables.o \
-               serpent.o \
                crypto.o \
-               parse.o
+               parse.o \
+               addrmap.o
 
 HDRS=          hbytes.h \
-               serpent.h \
                $(AUTO_HDRS)
 
 AUTO_HDRS=     tables.h
@@ -26,7 +30,7 @@ TARGETS=      hbytes.so autocode.tcl autococo.tcl
 CC_CRYPTO=     $(CC) $(CFLAGS) $(CPPFLAGS) -O3
 CPPFLAGS=      -I../plocal/include $(TCL_MEM_DEBUG) $(CMDLINE_CPPFLAGS)
 LDFLAGS=       -L../plocal/lib
-LDLIBS=                -lnettle
+LDLIBS=                -lnettle -ladns
 CFLAGS=                -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror \
                $(OPTIMISE)
 OPTIMISE=      -O2
@@ -50,8 +54,8 @@ autoco%.tcl:  deco%gen.tcl decobogen.tcl general.tcl ./hbytes.so \
 %.o:           %.c $(HDRS)
                $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
 
-serpent.o:     serpent.c serpent.h serpentsboxes.h
-               $(CC_CRYPTO) -o $@ -c $<
+#alg.o:                alg.c alg.h alg2.h
+#              $(CC_CRYPTO) -o $@ -c $<
 
 clean:
                rm -f $(OBJS) $(TARGETS) *~ ./#*#