X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fautomake.mk;h=2938642f1e1c2fb7b0785ce2b6342a5575d9a963;hb=7d78f21c057ff50a823220d809ac38c3d907243c;hp=f037a2b981cb43884e774a10d2220b3bd1172a46;hpb=87ea5e5e26c97598cd66ef64c8386afac2b77fff;p=sliver-openvswitch.git diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk index f037a2b98..2938642f1 100644 --- a/include/openflow/automake.mk +++ b/include/openflow/automake.mk @@ -2,6 +2,9 @@ noinst_HEADERS += \ include/openflow/nicira-ext.h \ include/openflow/openflow-1.0.h \ include/openflow/openflow-1.1.h \ + include/openflow/openflow-1.2.h \ + include/openflow/openflow-1.3.h \ + include/openflow/openflow-1.4.h \ include/openflow/openflow-common.h \ include/openflow/openflow.h @@ -9,24 +12,42 @@ if HAVE_PYTHON SUFFIXES += .h .hstamp .h.hstamp: - $(PYTHON) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $< + $(run_python) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $< touch $@ HSTAMP_FILES = \ - include/openflow/nicira.hstamp \ + include/openflow/nicira-ext.hstamp \ include/openflow/openflow-1.0.hstamp \ include/openflow/openflow-1.1.hstamp \ + include/openflow/openflow-1.2.hstamp \ + include/openflow/openflow-1.3.hstamp \ + include/openflow/openflow-1.4.hstamp \ + include/openflow/openflow-common.hstamp \ include/openflow/openflow.hstamp +CLEANFILES += $(HSTAMP_FILES) ALL_LOCAL += $(HSTAMP_FILES) $(HSTAMP_FILES): build-aux/check-structs -include/openflow/openflow-1.0.hstamp: include/openflow/openflow-common.h -include/openflow/openflow-1.1.hstamp: include/openflow/openflow-common.h +include/openflow/openflow-1.0.hstamp: \ + include/openflow/openflow-common.h +include/openflow/openflow-1.1.hstamp: \ + include/openflow/openflow-common.h +include/openflow/openflow-1.2.hstamp: \ + include/openflow/openflow-common.h \ + include/openflow/openflow-1.1.h +include/openflow/openflow-1.3.hstamp: \ + include/openflow/openflow-common.h \ + include/openflow/openflow-1.1.h \ + include/openflow/openflow-1.2.h +include/openflow/openflow-1.4.hstamp: \ + include/openflow/openflow-1.4.h include/openflow/nicira-ext.hstamp: \ + include/openflow/openflow.h \ + include/openflow/openflow-common.h \ include/openflow/openflow-1.0.h \ include/openflow/openflow-1.1.h \ - include/openflow/openflow-common.h \ - include/openflow/openflow.h + include/openflow/openflow-1.2.h \ + include/openflow/openflow-1.3.h endif EXTRA_DIST += build-aux/check-structs