X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=rmt%2FMakefile.in;h=e0983021e60e382ec7d3190c5a0a081d0b244c35;hb=d6967896bc4e18f9b4359a2ef5be5c0f1bcc456a;hp=973d9425adb1db318a0efd7a301924091e6b49e3;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052;p=dump.git diff --git a/rmt/Makefile.in b/rmt/Makefile.in index 973d942..e098302 100644 --- a/rmt/Makefile.in +++ b/rmt/Makefile.in @@ -1,3 +1,5 @@ +# $Id: Makefile.in,v 1.4 1999/10/11 13:31:14 stelian Exp $ + top_srcdir= @top_srcdir@ srcdir= @srcdir@ @@ -18,17 +20,21 @@ SRCS= rmt.c OBJS= rmt.o MAN8= rmt.8 -all:: $(PROG) +all:: $(PROG) rmt.8 $(PROG): $(OBJS) $(DEPLIBS) $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS) -install:: $(PROG) +rmt.8: rmt.8.in + sed -e "s|__DATE__|$(DATE)|g" \ + -e "s|__VERSION__|$(VERSION)|g" $< > $@ + +install:: all $(INSTALLBIN) $(PROG) $(BINDIR) $(INSTALLMAN) $(srcdir)/$(MAN8) $(MANDIR) clean:: - rm -f $(PROG) \#* *.s *.o *.a *~ core + rm -f $(PROG) \#* *.s *.o *.a *~ core rmt.8 distclean:: clean rm -f Makefile Makefile.old .depend