Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / include / openflow / automake.mk
index b8dbc71..2938642 100644 (file)
@@ -1,20 +1,53 @@
 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
 
 if HAVE_PYTHON
-all-local: include/openflow/openflow.h.stamp
-include/openflow/openflow.h.stamp: \
-       include/openflow/openflow.h build-aux/check-structs
-       $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h
-       touch $@
-DISTCLEANFILES += include/openflow/openflow.h.stamp
+SUFFIXES += .h .hstamp
 
-all-local: include/openflow/nicira-ext.h.stamp
-include/openflow/nicira-ext.h.stamp: include/openflow/openflow.h include/openflow/nicira-ext.h build-aux/check-structs
-       $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h $(srcdir)/include/openflow/nicira-ext.h
+.h.hstamp:
+       $(run_python) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $<
        touch $@
-DISTCLEANFILES += include/openflow/nicira-ext.h.stamp
+
+HSTAMP_FILES = \
+       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.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-1.2.h \
+       include/openflow/openflow-1.3.h
 endif
 
 EXTRA_DIST += build-aux/check-structs