Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
b8230ce6
Commit
b8230ce6
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-12-03 13:13:46 by beppe] Empty log message
Original author: beppe Date: 2003-12-03 13:13:46+00:00
parent
e8313146
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
b8230ce6
...
...
@@ -81,6 +81,18 @@ endif
INSTALL
:=
$(
shell
which
install
)
all
:
cduce dtd2cduce validate
install
:
all
mkdir
-p
$(PREFIX)
/bin/
mkdir
-p
$(PREFIX)
/man/man1/
$(INSTALL)
-m755
cduce
$(EXE)
dtd2cduce
$(EXE)
$(PREFIX)
/bin/
$(INSTALL)
-m644
doc/cduce.1
$(PREFIX)
/man/man1/
uninstall
:
rm
$(PREFIX)
/bin/cduce
$(EXE)
$(PREFIX)
/bin/dtd2cduce
$(EXE)
$(PREFIX)
/man/man1/cduce.1
help
:
@
echo
"GOALS"
@
echo
" cduce : compiles the CDuce command line interpreter"
...
...
@@ -102,19 +114,6 @@ help:
@
echo
" OCURL=true: build ocurl support [false]"
all
:
cduce dtd2cduce validate
install
:
all
mkdir
-p
$(PREFIX)
/bin/
mkdir
-p
$(PREFIX)
/man/man1/
$(INSTALL)
-m755
cduce
$(EXE)
dtd2cduce
$(EXE)
$(PREFIX)
/bin/
$(INSTALL)
-m644
doc/cduce.1
$(PREFIX)
/man/man1/
uninstall
:
rm
$(PREFIX)
/bin/cduce
$(EXE)
$(PREFIX)
/bin/dtd2cduce
$(EXE)
$(PREFIX)
/man/man1/cduce.1
# Source directories
DIRS
=
misc parser schema typing types compile runtime driver query
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment