/[pupa]/bugcomm/Makefile.in
ViewVC logotype

Diff of /bugcomm/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by okuji, Thu Jul 25 14:09:40 2002 UTC revision 1.2 by okuji, Mon Jul 29 12:37:02 2002 UTC
# Line 59  AMTAR = @AMTAR@ Line 59  AMTAR = @AMTAR@
59  AWK = @AWK@  AWK = @AWK@
60  BUGCOMM_SUBDIRS = @BUGCOMM_SUBDIRS@  BUGCOMM_SUBDIRS = @BUGCOMM_SUBDIRS@
61  CC = @CC@  CC = @CC@
62    CGIDIR = @CGIDIR@
63  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
64  EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
65  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
# Line 66  MAINT = @MAINT@ Line 67  MAINT = @MAINT@
67  OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
68  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
69  RANLIB = @RANLIB@  RANLIB = @RANLIB@
70    RUBY = @RUBY@
71    RUBYDIR = @RUBYDIR@
72  VERSION = @VERSION@  VERSION = @VERSION@
73  am__include = @am__include@  am__include = @am__include@
74  am__quote = @am__quote@  am__quote = @am__quote@
# Line 73  install_sh = @install_sh@ Line 76  install_sh = @install_sh@
76    
77  AUTOMAKE_OPTIONS = 1.5  AUTOMAKE_OPTIONS = 1.5
78  SUBDIRS = @BUGCOMM_SUBDIRS@  SUBDIRS = @BUGCOMM_SUBDIRS@
79  DIST_SUBDIRS = clients  DIST_SUBDIRS = clients server
80  EXTRA_DIST = DESIGN sample.conf  EXTRA_DIST = DESIGN sample.conf
81  subdir = .  subdir = .
82  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
# Line 238  GZIP_ENV = --best Line 241  GZIP_ENV = --best
241  distdir: $(DISTFILES)  distdir: $(DISTFILES)
242          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
243          mkdir $(distdir)          mkdir $(distdir)
244            $(mkinstalldirs) $(distdir)/server
245          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
246            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file; then d=.; else d=$(srcdir); fi; \
247            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26