X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/1fae9e73f62b3543accd1f800d324de446b94d7b..f0822345a23524444df900e19b58c0b930e76cbf:/Makefile.in?ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 4ec39da..867245d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,6 +48,9 @@ OBJS = stats.o cleankey.o $(CORE_OBJS) $(KEYDB_OBJ) all: .depend $(PROGS) testparse maxpath sixdegrees splitkeys onak.conf \ $(BACKENDS) +test: onak $(BACKENDS) + @./runtests + install: $(PROGS) onak.conf $(BACKENDS) install -d $(DESTDIR)/@bindir@ install -d $(DESTDIR)/@libdir@/onak/backends @@ -74,13 +77,13 @@ keydctl: keydctl.o onak-conf.o ll.o log.o $(CC) $(LDFLAGS) $(PROGS_LDFLAGS_EXTRA) \ -o keydctl keydctl.o onak-conf.o ll.o log.o $(LIBS) -libkeydb_db4.so: keydb_db4.o +libkeydb_db4.so: keydb_db4.o $(CORE_OBJS) $(CC) -shared $(DB4LIBS) -o libkeydb_db4.so keydb_db4.o $(CORE_OBJS) -libkeydb_pg.so: keydb_pg.o +libkeydb_pg.so: keydb_pg.o $(CORE_OBJS) $(CC) -shared $(PQLIBS) -o libkeydb_pg.so keydb_pg.o $(CORE_OBJS) -libkeydb_%.so: keydb_%.o +libkeydb_%.so: keydb_%.o $(CORE_OBJS) $(CC) -shared -o $@ $< $(CORE_OBJS) splitkeys: splitkeys.o $(CORE_OBJS) $(KEYDB_OBJ)