blast: Upper-case metasyntactic variables in the usage message.
[fwd] / Makefile.am
index b41ffe7..40dd33d 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 1999/07/01 08:56:23 mdw Exp $
+## $Id: Makefile.am,v 1.8 2004/04/08 01:36:25 mdw Exp $
 ##
 ## Makefile for fw
 ##
 ## along with `fw'; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.1  1999/07/01 08:56:23  mdw
-## Initial revision
-##
-
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = mLib
-
 bin_PROGRAMS = fw
-LDADD = mLib/libmLib.a
-INCLUDES = -I$(srcdir)/mLib
+man_MANS = fw.1
+
+EXTRA_DIST = \
+       $(man_MANS) \
+       debian/changelog debian/copyright debian/control debian/rules
 
 fw_SOURCES = \
-       acl.c bres.c chan.c conf.c forward.c fw.c \
-       ident.c identify.c listener.c scan.c \
-       acl.h bres.h chan.h conf.h forward.h fw.h \
-       ident.h identify.h listener.h scan.h
+       chan.c conf.c endpt.c fw.c reffd.c scan.c \
+       chan.h conf.h endpt.h fw.h reffd.h scan.h \
+       \
+       source.c source.h target.h \
+         exec.c file.c socket.c \
+         exec.h file.h socket.h \
+       \
+       addr.h \
+         inet.c un.c \
+         inet.h un.h \
+       \
+       acl.c fattr.c identify.c privconn.c \
+       acl.h fattr.h identify.h privconn.h rlimits.h
 
 ##----- That's all, folks ---------------------------------------------------