usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / snmp / Makefile
blobacb0e608edb8fb6afa1f26d04e04db8f8f81cf5f
1 # Generated automatically from Makefile.top:Makefile.in:Makefile.rules by configure.
3 # Minimum environment and virtual path setup
5 SHELL = /bin/sh
6 srcdir = .
7 top_srcdir = .
8 VERSION = 5.0.9
12 # Paths
14 prefix = /usr
15 exec_prefix = /usr
16 bindir = ${exec_prefix}/bin
17 sbindir = ${exec_prefix}/sbin
18 libdir = ${exec_prefix}/lib
19 datadir = ${prefix}/share
20 includedir = ${prefix}/include/net-snmp
21 ucdincludedir = ${prefix}/include/ucd-snmp
22 mandir = ${prefix}/man
23 man1dir = $(mandir)/man1
24 man3dir = $(mandir)/man3
25 man5dir = $(mandir)/man5
26 man8dir = $(mandir)/man8
27 snmplibdir = $(datadir)/snmp
28 mibdir = $(snmplibdir)/mibs
29 persistentdir = /tmp/snmp-persist
33 # Programs
35 INSTALL = $(LIBTOOL) --mode=install /usr/bin/install -c
36 INSTALL_DATA = ${INSTALL} -m 644
37 SED = /bin/sed
38 LN_S = ln -s
39 AUTOCONF = :
40 AUTOHEADER = :
43 # Compiler arguments
45 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -Dlinux
46 EXTRACPPFLAGS = -x c
47 LDFLAGS =
48 LIBTOOL = $(SHELL) $(top_builddir)/libtool
49 EXEEXT =
51 # Misc Compiling Stuff
52 CC = mipsel-uclibc-gcc
53 # version number is prefixed by a 0 for a better shared library version number
55 # ok, use libtool proper versioning:
56 LIBCURRENT = 5
57 LIBREVISION = 9
58 LIBAGE = 0
59 # generally, LIBCURRENT should stay the same unless major changes occur.
60 # Increment REVISION every release.
61 # Increment AGE if new stuff is available.
62 LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -version-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) -o
63 LIB_EXTENSION = la
64 LIB_VERSION =
65 LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(libdir)
66 LINK = $(LIBTOOL) --mode=link $(CC)
67 # RANLIB = mipsel-uclibc-ranlib
68 RANLIB = :
70 # libtool definitions
71 .SUFFIXES: .c .o .lo
72 .c.lo:
73 $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
75 # Makefile.in (at the root of net-snmp)
78 top_builddir = .
80 SUBDIRS = snmplib agent apps local man mibs
81 TESTDIRS = testing
83 CPP = mipsel-uclibc-gcc -E \
84 -Iinclude -I$(srcdir)/include -I$(srcdir)/agent/mibgroup -I. -I$(srcdir) \
85 -DDONT_INC_STRUCTS -DBINDIR=$(bindir) \
86 $(EXTRACPPFLAGS)
88 INSTALLHEADERS=version.h
89 INCLUDESUBDIR=system
90 INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h darwin.h \
91 dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd.h generic.h hpux.h \
92 irix.h linux.h mips.h netbsd.h openbsd.h solaris2.6.h solaris2.7.h \
93 solaris2.8.h solaris2.9.h solaris.h sunos.h svr5.h sysv.h ultrix4.h
94 INCLUDESUBDIR2=machine
95 INCLUDESUBDIRHEADERS2=generic.h
96 INSTALLBUILTHEADERS=include/net-snmp/net-snmp-config.h
97 INSTALLBINSCRIPTS=net-snmp-config
98 INSTALLUCDHEADERS=ucd-snmp-config.h version.h mib_module_config.h
101 # other install rules.
103 OTHERINSTALL=copypersistentfiles
104 COPY_PERSISTENT_FILES=no
105 PERSISTENT_DIRECTORY=/tmp/snmp-persist
106 UCDPERSISTENT_DIRECTORY=/var/ucd-snmp
109 # perl specific
111 # yes, order matters here. default_store must occur before anything else
112 PERLMODULES=default_store SNMP ASN OID agent
113 PERLARGS=
116 # targets
118 all: sedscript EXAMPLE.conf standardall
120 start-flag:
121 @touch build-in-progress-flag
123 end-flag:
124 @rm -f build-in-progress-flag > /dev/null 2>&1
127 # local build rules
129 sedscript: sedscript.in include/net-snmp/net-snmp-config.h $(srcdir)/agent/mibgroup/mibdefs.h
130 $(CPP) $(srcdir)/sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript
131 echo 's#DATADIR#$(datadir)#g' >> sedscript
132 echo 's#LIBDIR#$(libdir)#g' >> sedscript
133 echo 's#BINDIR#$(bindir)#g' >> sedscript
134 echo 's#PERSISTENT_DIRECTORY#$(PERSISTENT_DIRECTORY)#g' >> sedscript
135 echo 's#SYSCONFDIR#$(sysconfdir)#g' >> sedscript
137 EXAMPLE.conf: sedscript EXAMPLE.conf.def
138 $(SED) -f sedscript $(srcdir)/EXAMPLE.conf.def > EXAMPLE.conf
140 docs: docsdir mancp
142 docsdir: docsdox docsmunge
144 docsdox: doxygen.conf
145 srcdir=$(srcdir) doxygen $(srcdir)/doxygen.conf
147 docsmunge:
148 find docs/html -name \*.html -exec perl -p -i -e 's/Generated on/<!--#include virtual=\"\/sfbutton.html\" --><br>Generated on\n/; s/<body/<body bgcolor=white/' {} \;
151 mancp:
152 @for i in docs/man/man3/* ; do \
153 cp $$i man/netsnmp_`basename $$i` ; \
154 done
157 # extra install rules
160 copypersistentfiles:
161 @if test "$(COPY_PERSISTENT_FILES)" = "yes" -a -d $(UCDPERSISTENT_DIRECTORY) -a ! -d $(PERSISTENT_DIRECTORY) ; then \
162 cp -pr $(UCDPERSISTENT_DIRECTORY) $(PERSISTENT_DIRECTORY) ; \
163 echo "copying $(UCDPERSISTENT_DIRECTORY) to $(PERSISTENT_DIRECTORY)" ; \
166 # test targets
168 test: all testdirs
169 ( cd testing; $(MAKE) test )
171 testdirs:
172 for i in $(TESTDIRS) ; do \
173 ( cd $$i ; $(MAKE) ) ; \
174 if test $$? != 0 ; then \
175 exit 1 ; \
176 fi \
177 done
179 distall: ${srcdir}/configure ${srcdir}/include/net-snmp/net-snmp-config.h
181 OTHERCLEANTARGETS=EXAMPLE.conf sedscript
182 OTHERCLEANTODOS=perlclean
185 # perl specific build rules
187 perlmodules: perlmakefiles
188 @(cd perl ; $(MAKE)) ; \
189 if test $$? != 0 ; then \
190 exit 1 ; \
193 perlmakefiles:
194 @if test ! -f perl/Makefile; then \
195 (dir=`pwd`; \
196 cd perl ; \
197 perl Makefile.PL -NET-SNMP-IN-SOURCE=true -NET-SNMP-CONFIG="sh $$dir/net-snmp-config") $(PERLARGS) ; \
200 perlinstall:
201 @(cd perl ; $(MAKE) install) ; \
202 if test $$? != 0 ; then \
203 exit 1 ; \
206 perltest:
207 @(cd perl ; $(MAKE) test) ; \
208 if test $$? != 0 ; then \
209 exit 1 ; \
212 perlclean:
213 @if test -f perl/Makefile; then \
214 ( cd perl ; $(MAKE) clean ) ; \
218 # make distclean completely removes all traces of building including
219 # any files generated by configure itself.
221 distclean: clean configclean tarclean
223 makefileclean:
224 rm -f Makefile snmplib/Makefile \
225 agent/Makefile agent/mibgroup/Makefile \
226 agent/helpers/Makefile \
227 apps/Makefile apps/snmpnetstat/Makefile \
228 man/Makefile mibs/Makefile ov/Makefile \
229 local/Makefile testing/Makefile
231 configclean: makefileclean
232 rm -f config.cache config.status config.log \
233 libtool include/net-snmp/net-snmp-config.h \
234 net-snmp-config configure-summary
235 rm -f mibs/.index
236 rm -f include/net-snmp/agent/mib_module_config.h \
237 snmplib/snmpsm_init.h \
238 agent/mibgroup/mib_module_includes.h \
239 agent/mibgroup/mib_module_inits.h \
240 agent/mibgroup/mib_module_shutdown.h \
241 agent/mibgroup/mib_module_dot_conf.h
242 rm -f *.core
245 # Configure script related targets
247 touchit:
248 touch configure include/net-snmp/net-snmp-config.h.in
249 touch config.status
250 touch stamp-h stamp-h.in
252 Makefile: Makefile.in config.status Makefile.rules Makefile.top
253 @if test "x$(NOAUTODEPS)" = "x"; then \
254 ./config.status; \
255 else \
256 echo "WARNING: not running config.status"; \
259 $(srcdir)/include/net-snmp/net-snmp-config.h.in: stamp-h.in
260 $(srcdir)/stamp-h.in: configure.in acconfig.h
261 @if test "x$(NOAUTODEPS)" = "x" -a "x$(AUTOHEADER)" != "x:"; then \
262 cd ${srcdir} && LC_COLLATE=C $(AUTOHEADER); \
263 echo timestamp > ${srcdir}/stamp-h.in; \
264 else \
265 echo "WARNING: not running autoheader"; \
268 include/net-snmp/net-snmp-config.h: stamp-h
269 stamp-h: include/net-snmp/net-snmp-config.h.in config.status
270 @if test "x$(NOAUTODEPS)" = "x"; then \
271 ./config.status; \
272 echo timestamp > stamp-h; \
273 else \
274 echo "WARNING: not running config.status"; \
277 $(srcdir)/configure: configure.in aclocal.m4
278 @if test "x$(NOAUTODEPS)" = "x" -a "x$(AUTOCONF)" != "x:"; then \
279 cd ${srcdir} && $(AUTOCONF); \
280 echo "Please run configure now."; \
281 sh -c exit 2; \
282 else \
283 echo "WARNING: not running autoconf"; \
286 config.status: configure
287 @if test "x$(NOAUTODEPS)" = "x"; then \
288 ./config.status --recheck; \
289 else \
290 echo "WARNING: not running config.status --recheck"; \
294 # Emacs TAGS file
296 TAGS:
297 find $(srcdir) -name '*.[ch]' -print | etags -
300 # Internal distribution packaging, etc.
302 version:
303 @if test "x$(VERSION)" = "x"; then \
304 echo "you need to supply a VERSION string."; \
305 exit 2; \
307 ${srcdir}/agent/mibgroup/versiontag $(VERSION) reverse
309 tag:
310 @if test "x$(VERSION)" = "x"; then \
311 echo "you need to supply a VERSION string."; \
312 exit 2; \
314 ${srcdir}/agent/mibgroup/versiontag $(VERSION) tag
316 tar:
317 @if test "x$(VERSION)" = "x"; then \
318 echo "you need to supply a VERSION string."; \
319 exit 2; \
321 ${srcdir}/agent/mibgroup/versiontag $(VERSION) tar
323 tarclean:
324 @if test -x ${srcdir}/agent/mibgroup/versiontag ; then \
325 ${srcdir}/agent/mibgroup/versiontag Ext clean ; \
328 commentcheck:
329 grep -n // `find $(srcdir)/ -name \*.\[ch\]` | egrep -v "(ftp|http|/win32/)"
331 dist: version tag tar
333 FAQ.html:
334 local/FAQ2HTML FAQ
336 .PHONY: docs docsdir mancp testdirs test TAGS
337 # note: tags and docs are phony to force rebulding
340 # standard target definitions. Set appropriate variables to make use of them.
342 # note: the strange use of the "it" variable is for shell parsing when
343 # there is no targets to install for that rule.
346 # the standard items to build: libraries, bins, and sbins
347 STANDARDTARGETS =$(INSTALLLIBS) $(INSTALLBINPROGS) $(INSTALLSBINPROGS)
348 STANDARDCLEANTARGETS=$(INSTALLLIBS) $(INSTALLBINPROGS) $(INSTALLSBINPROGS) $(INSTALLUCDLIBS)
350 standardall: subdirs $(STANDARDTARGETS)
352 subdirs:
353 @if test "$(SUBDIRS)" != ""; then \
354 it="$(SUBDIRS)" ; \
355 for i in $$it ; do \
356 echo "making all in `pwd`/$$i"; \
357 ( cd $$i ; $(MAKE) ) ; \
358 if test $$? != 0 ; then \
359 exit 1 ; \
360 fi \
361 done \
364 install: installlocalheaders \
365 installlocallibs \
366 installlocalbin installlocalsbin \
367 installsubdirs $(OTHERINSTALL)
369 installprogs: installbin installsbin
372 # headers
374 # set INSTALLHEADERS to a list of things to install in each makefile.
375 # set INSTALLBUILTHEADERS to a list of things to install from builddir
376 # set INSTALLSUBDIRHEADERS and INSTALLSUBDIR to subdirectory headers
377 # set INSTALLSUBDIRHEADERS2 and INSTALLSUBDIR2 to more subdirectory headers
378 # set INSTALLBUILTSUBDIRHEADERS and INSTALLBUILTSUBDIR to a list from builddir
380 installheaders: installlocalheaders installsubdirheaders
382 installlocalheaders:
383 @if test "$(INSTALLHEADERS)" != "" ; then \
384 echo creating directory $(includedir) ; \
385 it="$(INSTALLHEADERS)" ; \
386 $(SHELL) $(top_srcdir)/mkinstalldirs $(includedir) ; \
387 for i in $$it ; do \
388 $(INSTALL) $(top_srcdir)/include/net-snmp/$$i $(includedir) ; \
389 echo "installing $$i in $(includedir)" ; \
390 done \
392 @if test "$(INSTALLBUILTHEADERS)" != "" ; then \
393 echo creating directory $(includedir) ; \
394 it="$(INSTALLBUILTHEADERS)" ; \
395 $(SHELL) $(top_srcdir)/mkinstalldirs $(includedir) ; \
396 for i in $$it ; do \
397 $(INSTALL) $$i $(includedir) ; \
398 echo "installing $$i in $(includedir)" ; \
399 done \
401 @if test "$(INCLUDESUBDIRHEADERS)" != "" ; then \
402 echo creating directory $(includedir)/$(INCLUDESUBDIR) ; \
403 it="$(INCLUDESUBDIRHEADERS)" ; \
404 $(SHELL) $(top_srcdir)/mkinstalldirs $(includedir)/$(INCLUDESUBDIR) ; \
405 for i in $$it ; do \
406 $(INSTALL) $(top_srcdir)/include/net-snmp/$(INCLUDESUBDIR)/$$i $(includedir)/$(INCLUDESUBDIR) ; \
407 echo "installing $$i in $(includedir)/$(INCLUDESUBDIR)" ; \
408 done \
410 @if test "$(INCLUDESUBDIRHEADERS2)" != "" ; then \
411 echo creating directory $(includedir)/$(INCLUDESUBDIR2) ; \
412 it="$(INCLUDESUBDIRHEADERS2)" ; \
413 $(SHELL) $(top_srcdir)/mkinstalldirs $(includedir)/$(INCLUDESUBDIR2) ; \
414 for i in $$it ; do \
415 $(INSTALL) $(top_srcdir)/include/net-snmp/$(INCLUDESUBDIR2)/$$i $(includedir)/$(INCLUDESUBDIR2) ; \
416 echo "installing $$i in $(includedir)/$(INCLUDESUBDIR2)" ; \
417 done \
419 @if test "$(INSTALLBUILTSUBDIRHEADERS)" != "" ; then \
420 echo creating directory $(includedir)/$(INSTALLBUILTSUBDIR) ; \
421 it="$(INSTALLBUILTSUBDIRHEADERS)" ; \
422 $(SHELL) $(top_srcdir)/mkinstalldirs $(includedir)/$(INSTALLBUILTSUBDIR) ; \
423 for i in $$it ; do \
424 $(INSTALL) $$i $(includedir)/$(INSTALLBUILTSUBDIR) ; \
425 echo "installing $$i in $(includedir)/$(INSTALLBUILTSUBDIR)" ; \
426 done \
429 installsubdirheaders:
430 @if test "$(SUBDIRS)" != ""; then \
431 it="$(SUBDIRS)" ; \
432 for i in $$it ; do \
433 echo "making installheaders in `pwd`/$$i"; \
434 ( cd $$i ; $(MAKE) installheaders) ; \
435 if test $$? != 0 ; then \
436 exit 1 ; \
437 fi \
438 done \
441 installucdheaders:
442 @if test "$(INSTALLUCDHEADERS)" != "" ; then \
443 echo creating directory $(ucdincludedir) ; \
444 it="$(INSTALLUCDHEADERS)" ; \
445 $(SHELL) $(top_srcdir)/mkinstalldirs $(ucdincludedir) ; \
446 for i in $$it ; do \
447 $(INSTALL) $(top_srcdir)/include/ucd-snmp/$$i $(ucdincludedir) ; \
448 echo "installing $$i in $(ucdincludedir)" ; \
449 done \
453 # libraries
455 # set INSTALLLIBS to a list of things to install in each makefile.
457 installlibs: installlocallibs installsubdirlibs
459 installlocallibs: $(INSTALLLIBS)
460 @if test "$(INSTALLLIBS)" != ""; then \
461 it="$(INSTALLLIBS)" ; \
462 $(SHELL) $(top_srcdir)/mkinstalldirs $(libdir) ; \
463 $(INSTALL) $(INSTALLLIBS) $(libdir) ; \
464 for i in $$it ; do \
465 echo "installing $$i in $(libdir)"; \
466 $(RANLIB) $(libdir)/$$i ; \
467 done ; \
468 $(LIB_LDCONFIG_CMD) ; \
471 installucdlibs: $(INSTALLUCDLIBS)
472 @if test "$(INSTALLUCDLIBS)" != ""; then \
473 it="$(INSTALLUCDLIBS)" ; \
474 $(SHELL) $(top_srcdir)/mkinstalldirs $(libdir) ; \
475 $(INSTALL) $(INSTALLUCDLIBS) $(libdir) ; \
476 for i in $$it ; do \
477 echo "installing $$i in $(libdir)"; \
478 $(RANLIB) $(libdir)/$$i ; \
479 done ; \
480 $(LIB_LDCONFIG_CMD) ; \
483 installsubdirlibs:
484 @if test "$(SUBDIRS)" != ""; then \
485 it="$(SUBDIRS)" ; \
486 for i in $$it ; do \
487 echo "making installlibs in `pwd`/$$i"; \
488 ( cd $$i ; $(MAKE) installlibs) ; \
489 if test $$? != 0 ; then \
490 exit 1 ; \
491 fi \
492 done \
496 # normal bin binaries
498 # set INSTALLBINPROGS to a list of things to install in each makefile.
500 installbin: installlocalbin installsubdirbin
502 installlocalbin: $(INSTALLBINPROGS)
503 @if test "$(INSTALLBINPROGS) $(INSTALLBINSCRIPTS)" != " "; then \
504 $(SHELL) $(top_srcdir)/mkinstalldirs $(bindir) ; \
505 it="$(INSTALLBINPROGS) $(INSTALLBINSCRIPTS)" ; \
506 $(INSTALL) $(INSTALLBINPROGS) $(INSTALLBINSCRIPTS) $(bindir) ; \
507 for i in $$it ; do \
508 echo "installing $$i in $(bindir)"; \
509 done \
512 installsubdirbin:
513 @if test "$(SUBDIRS)" != ""; then \
514 it="$(SUBDIRS)" ; \
515 for i in $$it ; do \
516 echo "making installbin in `pwd`/$$i"; \
517 ( cd $$i ; $(MAKE) installbin) ; \
518 if test $$? != 0 ; then \
519 exit 1 ; \
520 fi \
521 done \
525 # sbin binaries
527 # set INSTALLSBINPROGS to a list of things to install in each makefile.
529 installsbin: installlocalsbin installsubdirsbin
531 installlocalsbin: $(INSTALLSBINPROGS)
532 @if test "$(INSTALLSBINPROGS)" != ""; then \
533 it="$(INSTALLSBINPROGS)" ; \
534 $(SHELL) $(top_srcdir)/mkinstalldirs $(sbindir) ; \
535 $(INSTALL) $(INSTALLSBINPROGS) $(sbindir) ; \
536 for i in $$it ; do \
537 echo "installing $$i in $(sbindir)"; \
538 done \
541 installsubdirsbin:
542 @if test "$(SUBDIRS)" != ""; then \
543 it="$(SUBDIRS)" ; \
544 for i in $$it ; do \
545 echo "making installsbin in `pwd`/$$i"; \
546 ( cd $$i ; $(MAKE) installsbin) ; \
547 if test $$? != 0 ; then \
548 exit 1 ; \
549 fi \
550 done \
554 # general make install target for subdirs
556 installsubdirs:
557 @if test "$(SUBDIRS)" != ""; then \
558 it="$(SUBDIRS)" ; \
559 for i in $$it ; do \
560 echo "making install in `pwd`/$$i"; \
561 ( cd $$i ; $(MAKE) install) ; \
562 if test $$? != 0 ; then \
563 exit 1 ; \
564 fi \
565 done \
569 # cleaning targets
571 clean: cleansubdirs $(OTHERCLEANTODOS)
572 rm -f core ${OBJS} ${LOBJS} $(STANDARDCLEANTARGETS) $(OTHERCLEANTARGETS)
573 rm -rf .libs
575 cleansubdirs:
576 @if test "$(SUBDIRS)" != ""; then \
577 it="$(SUBDIRS)" ; \
578 for i in $$it ; do \
579 echo "making clean in `pwd`/$$i"; \
580 ( cd $$i ; $(MAKE) clean) ; \
581 if test $$? != 0 ; then \
582 exit 1 ; \
583 fi \
584 done \
587 lint:
588 lint -nhx $(CSRCS)
591 # wacky dependency building.
593 depend: dependdirs
594 @if test -f Makefile.depend ; then \
595 makedepend `echo $(CPPFLAGS) | sed 's/-f[-a-z]*//g'` -o .lo $(srcdir)/*.c $(srcdir)/*/*.c ; \
599 nosysdepend: nosysdependdirs
600 @if test -f Makefile.depend ; then \
601 makedepend `echo $(CPPFLAGS) | sed 's/-f[-a-z]*//g'` -o .lo $(srcdir)/*.c $(srcdir)/*/*.c ; \
602 perl -n -i.bak $(top_srcdir)/makenosysdepend.pl Makefile ; \
605 distdepend: nosysdepend distdependdirs
606 @if test -f Makefile.depend ; then \
607 perl $(top_srcdir)/makefileindepend.pl ; \
610 dependdirs:
611 @if test "$(SUBDIRS)" != ""; then \
612 it="$(SUBDIRS)" ; \
613 for i in $$it ; do \
614 echo "making depend in `pwd`/$$i"; \
615 ( cd $$i ; $(MAKE) depend) ; \
616 if test $$? != 0 ; then \
617 exit 1 ; \
618 fi \
619 done \
622 nosysdependdirs:
623 @if test "$(SUBDIRS)" != ""; then \
624 it="$(SUBDIRS)" ; \
625 for i in $$it ; do \
626 echo "making nosysdepend in `pwd`/$$i"; \
627 ( cd $$i ; $(MAKE) nosysdepend) ; \
628 if test $$? != 0 ; then \
629 exit 1 ; \
630 fi \
631 done \
634 distdependdirs:
635 @if test "$(SUBDIRS)" != ""; then \
636 it="$(SUBDIRS)" ; \
637 for i in $$it ; do \
638 echo "making distdepend in `pwd`/$$i"; \
639 ( cd $$i ; $(MAKE) distdepend) ; \
640 if test $$? != 0 ; then \
641 exit 1 ; \
642 fi \
643 done \
646 # These aren't real targets, let gnu's make know that.
647 .PHONY: clean cleansubdirs lint \
648 install installprogs installheaders installlibs \
649 installbin installsbin installsubdirs \
650 all subdirs standardall \
651 depend nosysdepend distdepend dependdirs nosysdependdirs distdependdirs