aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/binary/xdr/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/binary/xdr/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/binary/xdr/nmakefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/dist/examples/cxx/hybrid/binary/xdr/nmakefile b/dist/examples/cxx/hybrid/binary/xdr/nmakefile
index 2930de2..0713b8a 100644
--- a/dist/examples/cxx/hybrid/binary/xdr/nmakefile
+++ b/dist/examples/cxx/hybrid/binary/xdr/nmakefile
@@ -44,6 +44,12 @@ library-sskel.cxx library-sskel.hxx library-simpl.cxx library-simpl.hxx \
--generate-parser --generate-serializer --generate-aggregate \
--generate-insertion XDR --generate-extraction XDR library.xsd
+
+# Generate.
+#
+gen: library.hxx
+
+
# Test.
#
test: driver.exe library.xml
@@ -51,7 +57,10 @@ test: driver.exe library.xml
# Clean.
#
-clean:
+cleanobj:
+ -del library-pimpl.obj library-pskel.obj library-simpl.obj \
+library-sskel.obj library.obj driver.obj driver.exe
+
+clean: cleanobj
-del library-pimpl.?xx library-pskel.?xx library-simpl.?xx \
-library-sskel.?xx library.?xx library-pimpl.obj library-pskel.obj \
-library-simpl.obj library-sskel.obj library.obj driver.obj driver.exe
+library-sskel.?xx library.?xx