]> git.sesse.net Git - xml-template/blobdiff - c++0x/Makefile
Make Clone and Alternate in C++0x handle embedded NULL values (kind of pointless...
[xml-template] / c++0x / Makefile
index f79d37af07ff73540ba554cb59528a2e4b4b4616..837cb06780733ff353f328f7696d17c426ac73f7 100644 (file)
@@ -15,8 +15,17 @@ 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)
+
 namespace: namespace.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
 
 namespace2: namespace2.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+structure: structure.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)