dnsmasq: stay close as possible to master branch
[tomato.git] / release / src-rt-6.x.4708 / router / bridge / Makefile.in
blob60285139ea4706e4ef11b282c1a417de7ce76264
2 DESTDIR=
3 KERNEL_HEADERS=-I@KERNEL_HEADERS@
5 INSTALL=@INSTALL@
7 prefix=@prefix@
8 exec_prefix=@exec_prefix@
9 bindir=@bindir@
10 sbindir=@sbindir@
11 mandir=@mandir@
12 distdir = $(PACKAGE)-$(VERSION)
14 SUBDIRS=libbridge brctl doc
16 all:
17 for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x ; done
19 clean:
20 for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x clean ; done
22 distclean: clean
23 rm -f config.log
24 rm -f config.cache
25 rm -f config.status
27 maintainer-clean: distclean
28 rm -f Makefile
29 rm -f brctl/Makefile
30 rm -f libbridge/Makefile
31 rm -f doc/Makefile
33 install:
34 for x in $(SUBDIRS); do $(MAKE) $(MFLAGS) -C $$x install; done