]> git.sesse.net Git - xml-template/blobdiff - c++0x/Makefile
Add Alternate support to C++0x version, and corresponding attribute2 test.
[xml-template] / c++0x / Makefile
index ee41b660a1d5badeba31ae545166ed6c3ab4e61e..3f24295a1ffdbeb0ccb930029a650203ebb175fb 100644 (file)
@@ -14,3 +14,15 @@ clone: clone.o $(LIBS)
 
 attribute: attribute.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+attribute2: attribute2.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+namespace: namespace.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+namespace2: namespace2.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+structure: structure.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)