]> 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 f3c0dc4e3bcd055d5640350346a2e18a3d2adab0..3f24295a1ffdbeb0ccb930029a650203ebb175fb 100644 (file)
@@ -15,5 +15,14 @@ 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)