]> code.citadel.org Git - citadel.git/blobdiff - webcit/Makefile.in
automatically regenerate Makefile when Makefile.in changes
[citadel.git] / webcit / Makefile.in
index fca74cf24b277bf2e52dc19c48aa23102a5a987e..517e946343e58c39d3356e0920fbfb5072884340 100644 (file)
@@ -1,10 +1,12 @@
 # $Id$
 
+AUTOCONF=@AUTOCONF@
 CC=@CC@
 CFLAGS=@CFLAGS@
 DEFS=@DEFS@
 LIBOBJS=@LIBOBJS@
 LIBS=@LIBS@
+srcdir=@srcdir@
 
 # End of configuration section
 
@@ -66,3 +68,12 @@ roomops.o: roomops.c webcit.h child.h
 
 messages.o: messages.c webcit.h child.h
        $(CC) $(CFLAGS) $(DEFS) -c messages.c
+
+Makefile: $(srcdir)/Makefile.in config.status
+       CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
+
+config.status: $(srcdir)/configure
+       $(SHELL) ./config.status --recheck
+
+$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/aclocal.m4
+       cd $(srcdir) && $(AUTOCONF)