"Fossies" - the Fresh Open Source Software Archive

Member "npadmin-0.14/Makefile.in" (12 Feb 2003, 13611 Bytes) of package /linux/misc/old/npadmin-0.14.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
    4 # This Makefile.in is free software; the Free Software Foundation
    5 # gives unlimited permission to copy and/or distribute it,
    6 # with or without modifications, as long as this notice is preserved.
    7 
    8 # This program is distributed in the hope that it will be useful,
    9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   11 # PARTICULAR PURPOSE.
   12 
   13 
   14 SHELL = @SHELL@
   15 
   16 srcdir = @srcdir@
   17 top_srcdir = @top_srcdir@
   18 VPATH = @srcdir@
   19 prefix = @prefix@
   20 exec_prefix = @exec_prefix@
   21 
   22 bindir = @bindir@
   23 sbindir = @sbindir@
   24 libexecdir = @libexecdir@
   25 datadir = @datadir@
   26 sysconfdir = @sysconfdir@
   27 sharedstatedir = @sharedstatedir@
   28 localstatedir = @localstatedir@
   29 libdir = @libdir@
   30 infodir = @infodir@
   31 mandir = @mandir@
   32 includedir = @includedir@
   33 oldincludedir = /usr/include
   34 
   35 DESTDIR =
   36 
   37 pkgdatadir = $(datadir)/@PACKAGE@
   38 pkglibdir = $(libdir)/@PACKAGE@
   39 pkgincludedir = $(includedir)/@PACKAGE@
   40 
   41 top_builddir = .
   42 
   43 ACLOCAL = @ACLOCAL@
   44 AUTOCONF = @AUTOCONF@
   45 AUTOMAKE = @AUTOMAKE@
   46 AUTOHEADER = @AUTOHEADER@
   47 
   48 INSTALL = @INSTALL@
   49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
   50 INSTALL_DATA = @INSTALL_DATA@
   51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   52 transform = @program_transform_name@
   53 
   54 NORMAL_INSTALL = :
   55 PRE_INSTALL = :
   56 POST_INSTALL = :
   57 NORMAL_UNINSTALL = :
   58 PRE_UNINSTALL = :
   59 POST_UNINSTALL = :
   60 CC = @CC@
   61 CXX = @CXX@
   62 LDFLAGS = @LDFLAGS@
   63 MAKEINFO = @MAKEINFO@
   64 PACKAGE = @PACKAGE@
   65 VERSION = @VERSION@
   66 WARNS = @WARNS@
   67 __needs_excepthand_flag = @__needs_excepthand_flag@
   68 
   69 CXXFLAGS = @CXXFLAGS@ @WARNS@
   70 
   71 bin_PROGRAMS = npadmin
   72 
   73 npadmin_SOURCES = argflags.h ber.C ber.h beroid.C berseq.C compat.h \
   74 	npaconsts.h npadmin.C npahelpers.C npahelpers.h npaoids.h \
   75         npastructs.h oidseq.C oidseq.h printmib.C printmib.h session.C \
   76         session.h structfill.C structfill.h getopt.h getopt.c getopt1.c \
   77 	snmpsock.h snmpsock.C getopt.h getopt.c getopt1.c
   78 
   79 
   80 npadmin_LDADD = @LIBOBJS@
   81 
   82 EXTRA_DIST = npadmin.1 npadmin.spec TODO
   83 
   84 man_MANS = npadmin.1
   85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   86 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   87 CONFIG_HEADER = config.h
   88 CONFIG_CLEAN_FILES =  npadmin.spec
   89 PROGRAMS =  $(bin_PROGRAMS)
   90 
   91 
   92 DEFS = @DEFS@ -I. -I$(srcdir) -I.
   93 CPPFLAGS = @CPPFLAGS@
   94 LIBS = @LIBS@
   95 npadmin_OBJECTS =  ber.o beroid.o berseq.o npadmin.o npahelpers.o \
   96 oidseq.o printmib.o session.o structfill.o getopt.o getopt1.o \
   97 snmpsock.o getopt.o getopt1.o
   98 npadmin_DEPENDENCIES =  @LIBOBJS@
   99 npadmin_LDFLAGS = 
  100 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  101 CXXLD = $(CXX)
  102 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
  103 CFLAGS = @CFLAGS@
  104 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  105 CCLD = $(CC)
  106 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  107 man1dir = $(mandir)/man1
  108 MANS = $(man_MANS)
  109 
  110 NROFF = nroff
  111 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
  112 Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.h.in \
  113 configure configure.in install-sh memcmp.c missing mkinstalldirs \
  114 npadmin.spec.in snprintf.c
  115 
  116 
  117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  118 
  119 TAR = gtar
  120 GZIP_ENV = --best
  121 SOURCES = $(npadmin_SOURCES)
  122 OBJECTS = $(npadmin_OBJECTS)
  123 
  124 all: all-redirect
  125 .SUFFIXES:
  126 .SUFFIXES: .C .S .c .o .s
  127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  128 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  129 
  130 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  131 	cd $(top_builddir) \
  132 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  133 
  134 $(ACLOCAL_M4):  configure.in 
  135 	cd $(srcdir) && $(ACLOCAL)
  136 
  137 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  138 	$(SHELL) ./config.status --recheck
  139 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  140 	cd $(srcdir) && $(AUTOCONF)
  141 
  142 config.h: stamp-h
  143 	@if test ! -f $@; then \
  144 		rm -f stamp-h; \
  145 		$(MAKE) stamp-h; \
  146 	else :; fi
  147 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  148 	cd $(top_builddir) \
  149 	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
  150 	     $(SHELL) ./config.status
  151 	@echo timestamp > stamp-h 2> /dev/null
  152 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  153 	@if test ! -f $@; then \
  154 		rm -f $(srcdir)/stamp-h.in; \
  155 		$(MAKE) $(srcdir)/stamp-h.in; \
  156 	else :; fi
  157 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  158 	cd $(top_srcdir) && $(AUTOHEADER)
  159 	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  160 
  161 mostlyclean-hdr:
  162 
  163 clean-hdr:
  164 
  165 distclean-hdr:
  166 	-rm -f config.h
  167 
  168 maintainer-clean-hdr:
  169 npadmin.spec: $(top_builddir)/config.status npadmin.spec.in
  170 	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  171 
  172 mostlyclean-binPROGRAMS:
  173 
  174 clean-binPROGRAMS:
  175 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  176 
  177 distclean-binPROGRAMS:
  178 
  179 maintainer-clean-binPROGRAMS:
  180 
  181 install-binPROGRAMS: $(bin_PROGRAMS)
  182 	@$(NORMAL_INSTALL)
  183 	$(mkinstalldirs) $(DESTDIR)$(bindir)
  184 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
  185 	  if test -f $$p; then \
  186 	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
  187 	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  188 	  else :; fi; \
  189 	done
  190 
  191 uninstall-binPROGRAMS:
  192 	@$(NORMAL_UNINSTALL)
  193 	list='$(bin_PROGRAMS)'; for p in $$list; do \
  194 	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  195 	done
  196 
  197 .c.o:
  198 	$(COMPILE) -c $<
  199 
  200 .s.o:
  201 	$(COMPILE) -c $<
  202 
  203 .S.o:
  204 	$(COMPILE) -c $<
  205 
  206 mostlyclean-compile:
  207 	-rm -f *.o core *.core
  208 
  209 clean-compile:
  210 
  211 distclean-compile:
  212 	-rm -f *.tab.c
  213 
  214 maintainer-clean-compile:
  215 
  216 npadmin: $(npadmin_OBJECTS) $(npadmin_DEPENDENCIES)
  217 	@rm -f npadmin
  218 	$(CXXLINK) $(npadmin_LDFLAGS) $(npadmin_OBJECTS) $(npadmin_LDADD) $(LIBS)
  219 .C.o:
  220 	$(CXXCOMPILE) -c $<
  221 
  222 install-man1:
  223 	$(mkinstalldirs) $(DESTDIR)$(man1dir)
  224 	@list='$(man1_MANS)'; \
  225 	l2='$(man_MANS)'; for i in $$l2; do \
  226 	  case "$$i" in \
  227 	    *.1*) list="$$list $$i" ;; \
  228 	  esac; \
  229 	done; \
  230 	for i in $$list; do \
  231 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
  232 	  else file=$$i; fi; \
  233 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  234 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  235 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  236 	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
  237 	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
  238 	done
  239 
  240 uninstall-man1:
  241 	@list='$(man1_MANS)'; \
  242 	l2='$(man_MANS)'; for i in $$l2; do \
  243 	  case "$$i" in \
  244 	    *.1*) list="$$list $$i" ;; \
  245 	  esac; \
  246 	done; \
  247 	for i in $$list; do \
  248 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  249 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  250 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  251 	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
  252 	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
  253 	done
  254 install-man: $(MANS)
  255 	@$(NORMAL_INSTALL)
  256 	$(MAKE) $(AM_MAKEFLAGS) install-man1
  257 uninstall-man:
  258 	@$(NORMAL_UNINSTALL)
  259 	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
  260 
  261 tags: TAGS
  262 
  263 ID: $(HEADERS) $(SOURCES) $(LISP)
  264 	list='$(SOURCES) $(HEADERS)'; \
  265 	unique=`for i in $$list; do echo $$i; done | \
  266 	  awk '    { files[$$0] = 1; } \
  267 	       END { for (i in files) print i; }'`; \
  268 	here=`pwd` && cd $(srcdir) \
  269 	  && mkid -f$$here/ID $$unique $(LISP)
  270 
  271 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  272 	tags=; \
  273 	here=`pwd`; \
  274 	list='$(SOURCES) $(HEADERS)'; \
  275 	unique=`for i in $$list; do echo $$i; done | \
  276 	  awk '    { files[$$0] = 1; } \
  277 	       END { for (i in files) print i; }'`; \
  278 	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  279 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  280 
  281 mostlyclean-tags:
  282 
  283 clean-tags:
  284 
  285 distclean-tags:
  286 	-rm -f TAGS ID
  287 
  288 maintainer-clean-tags:
  289 
  290 distdir = $(PACKAGE)-$(VERSION)
  291 top_distdir = $(distdir)
  292 
  293 # This target untars the dist file and tries a VPATH configuration.  Then
  294 # it guarantees that the distribution is self-contained by making another
  295 # tarfile.
  296 distcheck: dist
  297 	-rm -rf $(distdir)
  298 	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  299 	mkdir $(distdir)/=build
  300 	mkdir $(distdir)/=inst
  301 	dc_install_base=`cd $(distdir)/=inst && pwd`; \
  302 	cd $(distdir)/=build \
  303 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
  304 	  && $(MAKE) $(AM_MAKEFLAGS) \
  305 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  306 	  && $(MAKE) $(AM_MAKEFLAGS) check \
  307 	  && $(MAKE) $(AM_MAKEFLAGS) install \
  308 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  309 	  && $(MAKE) $(AM_MAKEFLAGS) dist
  310 	-rm -rf $(distdir)
  311 	@banner="$(distdir).tar.gz is ready for distribution"; \
  312 	dashes=`echo "$$banner" | sed s/./=/g`; \
  313 	echo "$$dashes"; \
  314 	echo "$$banner"; \
  315 	echo "$$dashes"
  316 dist: distdir
  317 	-chmod -R a+r $(distdir)
  318 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  319 	-rm -rf $(distdir)
  320 dist-all: distdir
  321 	-chmod -R a+r $(distdir)
  322 	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  323 	-rm -rf $(distdir)
  324 distdir: $(DISTFILES)
  325 	-rm -rf $(distdir)
  326 	mkdir $(distdir)
  327 	-chmod 777 $(distdir)
  328 	@for file in $(DISTFILES); do \
  329 	  d=$(srcdir); \
  330 	  if test -d $$d/$$file; then \
  331 	    cp -pr $$d/$$file $(distdir)/$$file; \
  332 	  else \
  333 	    test -f $(distdir)/$$file \
  334 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  335 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  336 	  fi; \
  337 	done
  338 ber.o: ber.C ber.h compat.h config.h
  339 beroid.o: beroid.C ber.h compat.h config.h
  340 berseq.o: berseq.C ber.h compat.h config.h
  341 getopt.o: getopt.c config.h
  342 getopt1.o: getopt1.c config.h getopt.h
  343 memcmp.o: memcmp.c
  344 npadmin.o: npadmin.C config.h getopt.h compat.h structfill.h session.h \
  345 	ber.h oidseq.h snmpsock.h argflags.h npaoids.h npaconsts.h \
  346 	npastructs.h npahelpers.h printmib.h
  347 npahelpers.o: npahelpers.C argflags.h npaconsts.h npastructs.h npaoids.h \
  348 	structfill.h session.h ber.h compat.h config.h oidseq.h \
  349 	snmpsock.h
  350 oidseq.o: oidseq.C oidseq.h ber.h compat.h config.h structfill.h \
  351 	session.h snmpsock.h
  352 printmib.o: printmib.C printmib.h session.h ber.h compat.h config.h \
  353 	oidseq.h snmpsock.h npaconsts.h npastructs.h npaoids.h \
  354 	argflags.h npahelpers.h structfill.h
  355 session.o: session.C getopt.h compat.h config.h ber.h session.h oidseq.h \
  356 	snmpsock.h argflags.h
  357 snmpsock.o: snmpsock.C snmpsock.h getopt.h
  358 structfill.o: structfill.C structfill.h session.h ber.h compat.h \
  359 	config.h oidseq.h snmpsock.h
  360 
  361 info-am:
  362 info: info-am
  363 dvi-am:
  364 dvi: dvi-am
  365 check-am: all-am
  366 check: check-am
  367 installcheck-am:
  368 installcheck: installcheck-am
  369 all-recursive-am: config.h
  370 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  371 
  372 install-exec-am: install-binPROGRAMS
  373 install-exec: install-exec-am
  374 
  375 install-data-am: install-man
  376 install-data: install-data-am
  377 
  378 install-am: all-am
  379 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  380 install: install-am
  381 uninstall-am: uninstall-binPROGRAMS uninstall-man
  382 uninstall: uninstall-am
  383 all-am: Makefile $(PROGRAMS) $(MANS) config.h
  384 all-redirect: all-am
  385 install-strip:
  386 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  387 installdirs:
  388 	$(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
  389 
  390 
  391 mostlyclean-generic:
  392 
  393 clean-generic:
  394 
  395 distclean-generic:
  396 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  397 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  398 
  399 maintainer-clean-generic:
  400 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
  401 		mostlyclean-compile mostlyclean-tags \
  402 		mostlyclean-generic
  403 
  404 mostlyclean: mostlyclean-am
  405 
  406 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
  407 		clean-generic mostlyclean-am
  408 
  409 clean: clean-am
  410 
  411 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
  412 		distclean-tags distclean-generic clean-am
  413 
  414 distclean: distclean-am
  415 	-rm -f config.status
  416 
  417 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
  418 		maintainer-clean-compile maintainer-clean-tags \
  419 		maintainer-clean-generic distclean-am
  420 	@echo "This command is intended for maintainers to use;"
  421 	@echo "it deletes files that may require special tools to rebuild."
  422 
  423 maintainer-clean: maintainer-clean-am
  424 	-rm -f config.status
  425 
  426 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  427 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  428 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  429 mostlyclean-compile distclean-compile clean-compile \
  430 maintainer-clean-compile install-man1 uninstall-man1 install-man \
  431 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
  432 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
  433 installcheck-am installcheck all-recursive-am install-exec-am \
  434 install-exec install-data-am install-data install-am install \
  435 uninstall-am uninstall all-redirect all-am all installdirs \
  436 mostlyclean-generic distclean-generic clean-generic \
  437 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  438 
  439 
  440 rpms: distcheck rpms-nocheck
  441 
  442 rpms-nocheck:
  443 	rpm -ta @PACKAGE@-@VERSION@.tar.gz
  444 	cp /usr/src/redhat/SRPMS/@PACKAGE@-@VERSION@-*.rpm .
  445 	cp /usr/src/redhat/RPMS/*/@PACKAGE@-@VERSION@-*.*.rpm .
  446 
  447 tag: distcheck tag-nocheck
  448 
  449 tag-nocheck:
  450 	cvs tag release-`echo "@VERSION@" | sed -e 's/\./-/g'`
  451 	cvs diff -r release-`echo "@VERSION@" | sed -e 's/\./-/g'` > .tagdiff; exit 0
  452 	@[ ! -s .tagdiff ] || { rm -f .tagdiff; echo "Tagging unsuccessful"; exit 1 }
  453 	@rm -f .tagdiff
  454 
  455 release: distcheck rpms-nocheck tag-nocheck
  456 
  457 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  458 # Otherwise a system limit (for SysV at least) may be exceeded.
  459 .NOEXPORT: