Skip to content
Snippets Groups Projects
Commit 80e89c7e authored by Unknown (abagchi)'s avatar Unknown (abagchi)
Browse files

Included EnumVal in the list of samples

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171437 13f79535-47bb-0310-9956-ffa450edef68
parent f8d9f9eb
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@
#
#
# $Log$
# Revision 1.4 1999/11/30 21:35:21 abagchi
# Included EnumVal in the list of samples
#
# Revision 1.3 1999/11/12 20:31:22 rahulj
# Replaced XML4CROOT with XERCESCROOT.
#
......@@ -74,6 +77,7 @@ Redirect_DIR=Redirect
MemParse_DIR=MemParse
PParse_DIR=PParse
StdInParse_DIR=StdInParse
EnumVal_DIR=EnumVal
LIB_DIR=${XERCESCROOT}/lib
PLATFORM = @platform@
......@@ -82,7 +86,7 @@ CXXFLAGS = @cxxflags@
CFLAGS = @cflags@
PREFIX = @prefix@
all: saxprint saxcount domprint domcount redirect memparse pparse stdinparse
all: saxprint saxcount domprint domcount redirect memparse pparse stdinparse enumval
saxprint:
@echo Building "SAXPrint"
......@@ -116,6 +120,10 @@ stdinparse:
@echo Building "StdInParse"
cd $(StdInParse_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
enumval:
@echo Building "EnumVal"
cd $(EnumVal_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
clean:
cd $(SAXPrint_DIR) && $(MAKE) $@ && cd ..
cd $(SAXCount_DIR) && $(MAKE) $@ && cd ..
......@@ -125,6 +133,7 @@ clean:
cd $(Redirect_DIR) && $(MAKE) $@ && cd ..
cd $(PParse_DIR) && $(MAKE) $@ && cd ..
cd $(StdInParse_DIR) && $(MAKE) $@ && cd ..
cd $(EnumVal_DIR) && $(MAKE) $@ && cd ..
distclean:
cd $(SAXPrint_DIR) && $(MAKE) $@ && cd ..
......@@ -135,6 +144,7 @@ distclean:
cd $(Redirect_DIR) && $(MAKE) $@ && cd ..
cd $(PParse_DIR) && $(MAKE) $@ && cd ..
cd $(StdInParse_DIR) && $(MAKE) $@ && cd ..
cd $(EnumVal_DIR) && $(MAKE) $@ && cd ..
rm -f Makefile config.cache config.log config.status
rm -f *~ core
......@@ -60,5 +60,6 @@ DOMPrint/Makefile \
MemParse/Makefile \
Redirect/Makefile \
PParse/Makefile \
StdInParse/Makefile])
StdInParse/Makefile \
EnumVal/Makefile])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment