]> git.sesse.net Git - xml-template/blobdiff - c++0x/Makefile
Add attribute-empty test for C++0x, which passes.
[xml-template] / c++0x / Makefile
index f3c0dc4e3bcd055d5640350346a2e18a3d2adab0..79c4024809ab25a41ad7763f1a25277c1f54f1ec 100644 (file)
@@ -15,5 +15,20 @@ clone: clone.o $(LIBS)
 attribute: attribute.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
 
+attribute2: attribute2.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+attribute3: attribute3.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+attribute-empty: attribute-empty.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)