X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fautomake.mk;h=ac7412b76af05aa2fe6bb4563089e6f1e9e71028;hb=04f68eb209dadedf204e8b7f378e43c76fd02f36;hp=b8dbc71b3ba8c498c1f498c47ae89f048b561827;hpb=a4af00400a835eb87569ba40e21874c05e872c0f;p=openvswitch diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk index b8dbc71b..ac7412b7 100644 --- a/include/openflow/automake.mk +++ b/include/openflow/automake.mk @@ -1,20 +1,33 @@ noinst_HEADERS += \ include/openflow/nicira-ext.h \ + include/openflow/openflow-1.0.h \ + include/openflow/openflow-1.1.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: + $(PYTHON) $(srcdir)/build-aux/check-structs -I$(srcdir)/include $< touch $@ -DISTCLEANFILES += include/openflow/nicira-ext.h.stamp + +HSTAMP_FILES = \ + include/openflow/nicira.hstamp \ + include/openflow/openflow-1.0.hstamp \ + include/openflow/openflow-1.1.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/nicira-ext.hstamp: \ + include/openflow/openflow-1.0.h \ + include/openflow/openflow-1.1.h \ + include/openflow/openflow-common.h \ + include/openflow/openflow.h endif EXTRA_DIST += build-aux/check-structs