ofproto-dpif: Add more details to "ofproto/trace" output.
[openvswitch] / datapath / linux / Makefile.main.in
index 1edfc34120b67a7fdd526dca9fd4ee57df5ab43b..6b46c0c0bb05a02dd37ef3a0ee418b76bc613878 100644 (file)
@@ -4,6 +4,7 @@ export srcdir = @abs_srcdir@
 export top_srcdir = @abs_top_srcdir@
 export KSRC = @KBUILD@
 export VERSION = @VERSION@
+export BUILD_BRCOMPAT = @BUILD_BRCOMPAT@
 
 include $(srcdir)/../Modules.mk
 include $(srcdir)/Modules.mk
@@ -13,15 +14,34 @@ default: $(build_links)
 $(foreach s,$(sort $(foreach m,$(build_modules),$($(m)_sources))), \
   $(eval $(notdir $(s)): ; ln -s $(srcdir)/../$(s) $@))
 
-distclean: clean
-       rm -f kcompat.h
+all: default
 distdir: clean
 install:
-all: default
+install-data:
+install-exec:
+uninstall:
+install-dvi:
+install-html:
+install-info:
+install-ps:
+install-pdf:
+installdirs:
 check: all
+installcheck:
+mostlyclean:
 clean:
-       rm -f *.o *.ko *_mod.* Module.symvers *.cmd kcompat.h.new
+       rm -f *.o *.ko *.mod.* Module.symvers *.cmd kcompat.h.new
        for d in $(build_links); do if test -h $$d; then rm $$d; fi; done
+distclean: clean
+       rm -f kcompat.h
+maintainer-clean: distclean
+dvi:
+pdf:
+ps:
+info:
+html:
+tags:
+TAGS:
 
 ifneq ($(KSRC),)