X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2FMakefile.in;h=be02b670ea03e9aa360432a0ffbbd2e6f0af32de;hb=a1a744d898ec8842871dca302e6ae54d9233413f;hp=8fe7197f54885d4367ca15206f36fea456bf815b;hpb=2dfc2b7e8d543372cd1a66a3d7dc02f7f5e40b7d;p=mmh diff --git a/uip/Makefile.in b/uip/Makefile.in index 8fe7197..be02b67 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -22,7 +22,7 @@ INCLUDES = -I$(srcdir) -I$(top_srcdir) -I.. @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -LOCALLIBS = ../config/version.o ../config/config.o ../sbr/libmh.a +LOCALLIBS = ../sbr/libmh.a LINKLIBS = $(LOCALLIBS) $(LIBS) LINT = @LINT@ @@ -76,12 +76,6 @@ SRCS = ali.c aliasbr.c anno.c ap.c burst.c comp.c \ sendfiles.sh slocal.c sortm.c spost.c termsbr.c \ whatnow.c whatnowproc.c whom.c -# auxiliary files -AUX = Makefile.in - -# all files in this directory included in the distribution -DIST = $(SRCS) $(AUX) - # ========== DEFAULT TARGET ========== all: $(CMDS) $(MISC) $(SCMDS) @@ -317,10 +311,3 @@ subdir = uip Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ -distdir = ../`cat ../distname`/$(subdir) -mmhdist: $(DIST) - @echo "Copying distribution files in $(subdir)" - @for file in $(DIST); do \ - cp -p $(srcdir)/$$file $(distdir); \ - done -