]> git.wh0rd.org - dump.git/blame - rmt/Makefile.in
Version 0.4b6.
[dump.git] / rmt / Makefile.in
CommitLineData
1227625a
SP
1top_srcdir= @top_srcdir@
2srcdir= @srcdir@
3
4@MCONFIG@
5
ddd2ef55 6CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
1227625a
SP
7LDFLAGS:= $(LDFLAGS) @STATIC@
8LIBS= $(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
16PROG= rmt
17SRCS= rmt.c
18OBJS= rmt.o
19MAN8= rmt.8
20
21all:: $(PROG)
22
23$(PROG): $(OBJS) $(DEPLIBS)
24 $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
25
26install:: $(PROG)
27 $(INSTALLBIN) $(PROG) $(BINDIR)
28 $(INSTALLMAN) $(srcdir)/$(MAN8) $(MANDIR)
29
30clean::
31 rm -f $(PROG) \#* *.s *.o *.a *~ core
32
33distclean:: 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