/[LeafOK_CVS]/lbbs/Makefile.in
ViewVC logotype

Diff of /lbbs/Makefile.in

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

Revision 1.5 by sysadm, Fri Mar 18 16:01:22 2005 UTC Revision 1.6 by sysadm, Fri Apr 8 11:11:11 2005 UTC
# Line 33  POST_INSTALL = : Line 33  POST_INSTALL = :
33  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
34  PRE_UNINSTALL = :  PRE_UNINSTALL = :
35  POST_UNINSTALL = :  POST_UNINSTALL = :
36  subdir = .  build_triplet = @build@
37    host_triplet = @host@
38  DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \  DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39          $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \          $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
40          ChangeLog INSTALL NEWS depcomp install-sh missing          ChangeLog INSTALL NEWS config.guess config.sub depcomp \
41            install-sh ltmain.sh missing
42    subdir = .
43  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44  am__aclocal_m4_deps = $(top_srcdir)/configure.in  am__aclocal_m4_deps = $(top_srcdir)/configure.in
45  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
# Line 71  ACLOCAL = @ACLOCAL@ Line 74  ACLOCAL = @ACLOCAL@
74  AMDEP_FALSE = @AMDEP_FALSE@  AMDEP_FALSE = @AMDEP_FALSE@
75  AMDEP_TRUE = @AMDEP_TRUE@  AMDEP_TRUE = @AMDEP_TRUE@
76  AMTAR = @AMTAR@  AMTAR = @AMTAR@
77    AR = @AR@
78  AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
79  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
80  AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
# Line 80  CCDEPMODE = @CCDEPMODE@ Line 84  CCDEPMODE = @CCDEPMODE@
84  CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
85  CPP = @CPP@  CPP = @CPP@
86  CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
87    CXX = @CXX@
88    CXXCPP = @CXXCPP@
89    CXXDEPMODE = @CXXDEPMODE@
90    CXXFLAGS = @CXXFLAGS@
91  CYGPATH_W = @CYGPATH_W@  CYGPATH_W = @CYGPATH_W@
92  DEFS = @DEFS@  DEFS = @DEFS@
93  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
94    ECHO = @ECHO@
95  ECHO_C = @ECHO_C@  ECHO_C = @ECHO_C@
96  ECHO_N = @ECHO_N@  ECHO_N = @ECHO_N@
97  ECHO_T = @ECHO_T@  ECHO_T = @ECHO_T@
98  EGREP = @EGREP@  EGREP = @EGREP@
99  EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
100    F77 = @F77@
101    FFLAGS = @FFLAGS@
102  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
103  INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
104  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
# Line 95  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_P Line 106  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_P
106  LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
107  LIBOBJS = @LIBOBJS@  LIBOBJS = @LIBOBJS@
108  LIBS = @LIBS@  LIBS = @LIBS@
109    LIBTOOL = @LIBTOOL@
110    LN_S = @LN_S@
111  LTLIBOBJS = @LTLIBOBJS@  LTLIBOBJS = @LTLIBOBJS@
112  MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
113  OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
# Line 105  PACKAGE_STRING = @PACKAGE_STRING@ Line 118  PACKAGE_STRING = @PACKAGE_STRING@
118  PACKAGE_TARNAME = @PACKAGE_TARNAME@  PACKAGE_TARNAME = @PACKAGE_TARNAME@
119  PACKAGE_VERSION = @PACKAGE_VERSION@  PACKAGE_VERSION = @PACKAGE_VERSION@
120  PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
121    RANLIB = @RANLIB@
122  SET_MAKE = @SET_MAKE@  SET_MAKE = @SET_MAKE@
123  SHELL = @SHELL@  SHELL = @SHELL@
124  STRIP = @STRIP@  STRIP = @STRIP@
125  VERSION = @VERSION@  VERSION = @VERSION@
126    ac_ct_AR = @ac_ct_AR@
127  ac_ct_CC = @ac_ct_CC@  ac_ct_CC = @ac_ct_CC@
128    ac_ct_CXX = @ac_ct_CXX@
129    ac_ct_F77 = @ac_ct_F77@
130    ac_ct_RANLIB = @ac_ct_RANLIB@
131  ac_ct_STRIP = @ac_ct_STRIP@  ac_ct_STRIP = @ac_ct_STRIP@
132  am__fastdepCC_FALSE = @am__fastdepCC_FALSE@  am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
133  am__fastdepCC_TRUE = @am__fastdepCC_TRUE@  am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
134    am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
135    am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
136  am__include = @am__include@  am__include = @am__include@
137  am__leading_dot = @am__leading_dot@  am__leading_dot = @am__leading_dot@
138  am__quote = @am__quote@  am__quote = @am__quote@
139  am__tar = @am__tar@  am__tar = @am__tar@
140  am__untar = @am__untar@  am__untar = @am__untar@
141  bindir = @bindir@  bindir = @bindir@
142    build = @build@
143  build_alias = @build_alias@  build_alias = @build_alias@
144    build_cpu = @build_cpu@
145    build_os = @build_os@
146    build_vendor = @build_vendor@
147  datadir = @datadir@  datadir = @datadir@
148  exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
149    host = @host@
150  host_alias = @host_alias@  host_alias = @host_alias@
151    host_cpu = @host_cpu@
152    host_os = @host_os@
153    host_vendor = @host_vendor@
154  includedir = @includedir@  includedir = @includedir@
155  infodir = @infodir@  infodir = @infodir@
156  install_sh = @install_sh@  install_sh = @install_sh@
# Line 138  sbindir = @sbindir@ Line 166  sbindir = @sbindir@
166  sharedstatedir = @sharedstatedir@  sharedstatedir = @sharedstatedir@
167  sysconfdir = @sysconfdir@  sysconfdir = @sysconfdir@
168  target_alias = @target_alias@  target_alias = @target_alias@
169  EXTRA_DIST = README INSTALL makedist.sh  EXTRA_DIST = AUTHORS README INSTALL makedist.sh
170  SUBDIRS = src utils  SUBDIRS = src utils
171  CLEANFILES = @EXTRA_CLEAN@  CLEANFILES = @EXTRA_CLEAN@
172  all: all-recursive  all: all-recursive
# Line 177  $(top_srcdir)/configure:  $(am__configur Line 205  $(top_srcdir)/configure:  $(am__configur
205          cd $(srcdir) && $(AUTOCONF)          cd $(srcdir) && $(AUTOCONF)
206  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
207          cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)          cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
208    
209    mostlyclean-libtool:
210            -rm -f *.lo
211    
212    clean-libtool:
213            -rm -rf .libs _libs
214    
215    distclean-libtool:
216            -rm -f libtool
217  uninstall-info-am:  uninstall-info-am:
218    
219  # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
# Line 472  maintainer-clean-generic: Line 509  maintainer-clean-generic:
509          @echo "it deletes files that may require special tools to rebuild."          @echo "it deletes files that may require special tools to rebuild."
510  clean: clean-recursive  clean: clean-recursive
511    
512  clean-am: clean-generic mostlyclean-am  clean-am: clean-generic clean-libtool mostlyclean-am
513    
514  distclean: distclean-recursive  distclean: distclean-recursive
515          -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
516          -rm -f Makefile          -rm -f Makefile
517  distclean-am: clean-am distclean-generic distclean-tags  distclean-am: clean-am distclean-generic distclean-libtool \
518            distclean-tags
519    
520  dvi: dvi-recursive  dvi: dvi-recursive
521    
# Line 507  maintainer-clean-am: distclean-am mainta Line 545  maintainer-clean-am: distclean-am mainta
545    
546  mostlyclean: mostlyclean-recursive  mostlyclean: mostlyclean-recursive
547    
548  mostlyclean-am: mostlyclean-generic  mostlyclean-am: mostlyclean-generic mostlyclean-libtool
549    
550  pdf: pdf-recursive  pdf: pdf-recursive
551    
# Line 522  uninstall-am: uninstall-info-am Line 560  uninstall-am: uninstall-info-am
560  uninstall-info: uninstall-info-recursive  uninstall-info: uninstall-info-recursive
561    
562  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
563          check-am clean clean-generic clean-recursive ctags \          check-am clean clean-generic clean-libtool clean-recursive \
564          ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \          ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
565          dist-tarZ dist-zip distcheck distclean distclean-generic \          dist-shar dist-tarZ dist-zip distcheck distclean \
566          distclean-recursive distclean-tags distcleancheck distdir \          distclean-generic distclean-libtool distclean-recursive \
567          distuninstallcheck dvi dvi-am html html-am info info-am \          distclean-tags distcleancheck distdir distuninstallcheck dvi \
568          install install-am install-data install-data-am \          dvi-am html html-am info info-am install install-am \
569          install-data-local install-exec install-exec-am install-info \          install-data install-data-am install-data-local install-exec \
570          install-info-am install-man install-strip installcheck \          install-exec-am install-info install-info-am install-man \
571          installcheck-am installdirs installdirs-am maintainer-clean \          install-strip installcheck installcheck-am installdirs \
572          maintainer-clean-generic maintainer-clean-recursive \          installdirs-am maintainer-clean maintainer-clean-generic \
573          mostlyclean mostlyclean-generic mostlyclean-recursive pdf \          maintainer-clean-recursive mostlyclean mostlyclean-generic \
574          pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \          mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
575          uninstall-info-am          tags tags-recursive uninstall uninstall-am uninstall-info-am
576    
577    
578  install-data-local:  install-data-local:


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1