X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2FMakefile.in;h=be02b670ea03e9aa360432a0ffbbd2e6f0af32de;hb=66aa5fa11f02d91364b6954bda61cba1674770fe;hp=bf23531685d34d9eceb0ab795551199150c715b8;hpb=58cf09aa36e9f7f352a127158bbf1c5678bc6ed8;p=mmh diff --git a/uip/Makefile.in b/uip/Makefile.in index bf23531..be02b67 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -17,11 +17,12 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ +# add include dir .. for config.h when building in different directory +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@ @@ -75,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) @@ -316,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 -