X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/09a06b84370268b712de43ef3ff71c47f48e9b6e..2277ca1a2098f784630d4c50f8ff0327bf7ac685:/dynamic/Makefile.in diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 5a68a1a..87b95d7 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -1,6 +1,11 @@ # dynamic/Makefile - dynamic library Makefile # -# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson +# This file is +# Copyright (C) 1997-1999 Ian Jackson +# +# It is part of adns, which is +# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +24,7 @@ srcdir= @srcdir@ VPATH= @srcdir@ -TARGETS= $(SHLIBFILE) +TARGETS= $(SHLIBFILE) $(SHLIBSONAME) $(SHLIBFORLINK) include $(srcdir)/../settings.make include $(srcdir)/../src/adns.make @@ -31,6 +36,12 @@ install: uninstall: rm -f $(lib_dir)/$(SHLIBFILE) +$(SHLIBFORLINK): + ln -s $(SHLIBSONAME) $(SHLIBFORLINK) + +$(SHLIBSONAME): + ln -s $(SHLIBFILE) $(SHLIBSONAME) + $(SHLIBFILE): $(ALLOBJS) rm -f $@ $(MKSHLIB_1) $@ $(MKSHLIB_2) $(ALLOBJS) $(LDLIBS) $(MKSHLIB_3)