changed: class name: ConfParser -> SpaceParser

git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@402 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-04-30 13:10:55 +00:00
parent 02645de1f6
commit cd3a1b853f
7 changed files with 56 additions and 55 deletions

View File

@@ -13,10 +13,10 @@ export CXX
export CXXFLAGS
all: confparser mainparser utf8
all: space mainparser utf8
confparser: FORCE
@cd confparser ; $(MAKE) -e
space: FORCE
@cd space ; $(MAKE) -e
mainparser: FORCE
@cd mainparser ; $(MAKE) -e
@@ -29,11 +29,11 @@ FORCE:
clean:
@cd confparser ; $(MAKE) -e clean
@cd space ; $(MAKE) -e clean
@cd mainparser ; $(MAKE) -e clean
@cd utf8 ; $(MAKE) -e clean
depend:
@cd confparser ; $(MAKE) -e depend
@cd space ; $(MAKE) -e depend
@cd mainparser ; $(MAKE) -e depend
@cd utf8 ; $(MAKE) -e depend