]> git.wh0rd.org Git - dump.git/blob - rmt/Makefile.in
Version 0.4b6.
[dump.git] / rmt / Makefile.in
1 top_srcdir=     @top_srcdir@
2 srcdir=         @srcdir@
3
4 @MCONFIG@
5
6 CFLAGS=         @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
7 LDFLAGS:=       $(LDFLAGS) @STATIC@
8 LIBS=           $(GLIBS)
9
10 #DEBUG=         -DFDEBUG -DTDEBUG -DWRITEDEBUG
11 #INC=           -I../compat/include
12 #CFLAGS=                -pipe $(DEFS) $(DEBUG) $(INC) $(GINC) $(OPT)
13 #DEPLIBS=       ../compat/lib/libcompat.a
14 #LIBS=          $(GLIBS) -L../compat/lib -lcompat
15
16 PROG=           rmt
17 SRCS=           rmt.c
18 OBJS=           rmt.o
19 MAN8=           rmt.8
20
21 all::           $(PROG)
22
23 $(PROG):        $(OBJS) $(DEPLIBS)
24         $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
25
26 install::       $(PROG)
27         $(INSTALLBIN) $(PROG) $(BINDIR)
28         $(INSTALLMAN) $(srcdir)/$(MAN8) $(MANDIR)
29
30 clean::
31         rm -f $(PROG) \#* *.s *.o *.a *~ core
32
33 distclean::     clean
34         rm -f Makefile Makefile.old .depend 
35
36 # +++ Dependency line eater +++
37
38 # Makefile dependencies follow.  This must be the last section in
39 # the Makefile.in file
40 #
41