Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
dd4999a1
Commit
dd4999a1
authored
Nov 06, 2000
by
dimitri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build problems
parent
8b520502
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
19 additions
and
18 deletions
+19
-18
INSTALL
INSTALL
+2
-2
README
README
+2
-2
VERSION
VERSION
+1
-1
Makefile.in
addon/configgen/Makefile.in
+2
-2
Makefile.in
addon/doxywizard/Makefile.in
+2
-2
configure
configure
+1
-0
doxygen.spec
packages/rpm/doxygen.spec
+1
-1
Makefile.in
qtools/Makefile.in
+2
-2
Makefile.in
src/Makefile.in
+6
-6
No files found.
INSTALL
View file @
dd4999a1
DOXYGEN Version 1.2.3-2000110
5
DOXYGEN Version 1.2.3-2000110
6
Please read the installation section of the manual for instructions.
--------
Dimitri van Heesch (0
5
November 2000)
Dimitri van Heesch (0
6
November 2000)
README
View file @
dd4999a1
DOXYGEN Version 1.2.3-2000110
5
DOXYGEN Version 1.2.3-2000110
6
Please read INSTALL for compilation instructions.
...
...
@@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at
Enjoy,
Dimitri van Heesch (0
5
November 2000)
Dimitri van Heesch (0
6
November 2000)
VERSION
View file @
dd4999a1
1.2.3-2000110
5
1.2.3-2000110
6
addon/configgen/Makefile.in
View file @
dd4999a1
...
...
@@ -16,7 +16,7 @@ all: Makefile.configgen config.h config.l
$(MAKE)
-f
Makefile.configgen
$@
Makefile.configgen
:
configgen.pro
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
configgen.pro
>
Makefile.configgen
$(ENV)
$(PERL)
$(TMAKE)
configgen.pro
>
Makefile.configgen
config.h
:
$(CFGGEN_DIR)/configgen config_templ.h
$(CFGGEN_DIR)
/configgen config_templ.h
>
config.h
...
...
@@ -28,7 +28,7 @@ $(CFGGEN_DIR)/configgen: Makefile.configgen configgen.cpp
$(MAKE)
-f
Makefile.configgen
tmake
:
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
configgen.pro
>
Makefile.configgen
$(ENV)
$(PERL)
$(TMAKE)
configgen.pro
>
Makefile.configgen
install
:
$(CP)
config.l config.h ../../src
...
...
addon/doxywizard/Makefile.in
View file @
dd4999a1
...
...
@@ -18,7 +18,7 @@ all: $(CFGGENBIN_DIR)/configgen config.h config.l doxywizard.cpp doxywizard.h \
$(MAKE)
-f
Makefile.doxywizard
$@
Makefile.doxywizard
:
doxywizard.pro doxywizard.t
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxywizard.pro
>
Makefile.doxywizard
$(ENV)
$(PERL)
$(TMAKE)
doxywizard.pro
>
Makefile.doxywizard
config.l
:
$(CFGGENBIN_DIR)/configgen $(CFGGENSRC_DIR)/config_templ.l
$(CFGGENBIN_DIR)
/configgen
$(CFGGENSRC_DIR)
/config_templ.l
>
config.l
...
...
@@ -36,7 +36,7 @@ $(CFGGENBIN_DIR)/configgen: $(CFGGENSRC_DIR)/configgen.cpp
$(MAKE)
-C
$(CFGGENSRC_DIR)
tmake
:
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxywizard.pro
>
Makefile.doxywizard
$(ENV)
$(PERL)
$(TMAKE)
doxywizard.pro
>
Makefile.doxywizard
clean
:
Makefile.doxywizard
$(MAKE)
-f
Makefile.doxywizard clean
...
...
configure
View file @
dd4999a1
...
...
@@ -328,6 +328,7 @@ test -f .tmakeconfig && rm .tmakeconfig
cat
>
.makeconfig
<<
EOF
DOXYGEN =
$PWD
TMAKEPATH =
$PWD
/tmake/lib/
$f_platform
ENV = env TMAKEPATH=\
$(
TMAKEPATH
)
TMAKE =
$PWD
/tmake/bin/tmake
MAKE =
$f_make
PERL =
$f_perl
...
...
packages/rpm/doxygen.spec
View file @
dd4999a1
Name: doxygen
Version: 1.2.3-2000110
5
Version: 1.2.3-2000110
6
Summary: documentation system for C, C++ and IDL
Release: 1
Source0: doxygen-%{version}.src.tar.gz
...
...
qtools/Makefile.in
View file @
dd4999a1
...
...
@@ -17,10 +17,10 @@ all: Makefile.qtools Makefile
$(MAKE)
-f
Makefile.qtools
$@
Makefile.qtools
:
qtools.pro
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
qtools.pro
>
Makefile.qtools
$(ENV)
$(PERL)
$(TMAKE)
qtools.pro
>
Makefile.qtools
tmake
:
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
qtools.pro
>
Makefile.qtools
$(ENV)
$(PERL)
$(TMAKE)
qtools.pro
>
Makefile.qtools
clean
:
Makefile.qtools
$(MAKE)
-f
Makefile.qtools clean
...
...
src/Makefile.in
View file @
dd4999a1
...
...
@@ -20,18 +20,18 @@ all: Makefile.doxygen Makefile.doxytag Makefile.doxysearch Makefile
$(MAKE)
-f
Makefile.doxysearch
$@
Makefile.doxygen
:
doxygen.pro doxygen.t
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxygen.pro
>
Makefile.doxygen
$(ENV)
$(PERL)
$(TMAKE)
doxygen.pro
>
Makefile.doxygen
Makefile.doxytag
:
doxytag.pro doxytag.t
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxytag.pro
>
Makefile.doxytag
$(ENV)
$(PERL)
$(TMAKE)
doxytag.pro
>
Makefile.doxytag
Makefile.doxysearch
:
doxysearch.pro
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxysearch.pro
>
Makefile.doxysearch
$(ENV)
$(PERL)
$(TMAKE)
doxysearch.pro
>
Makefile.doxysearch
tmake
:
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxygen.pro
>
Makefile.doxygen
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxytag.pro
>
Makefile.doxytag
export
TMAKEPATH
=
$(TMAKEPATH)
;
$(PERL)
$(TMAKE)
doxysearch.pro
>
Makefile.doxysearch
$(ENV)
$(PERL)
$(TMAKE)
doxygen.pro
>
Makefile.doxygen
$(ENV)
$(PERL)
$(TMAKE)
doxytag.pro
>
Makefile.doxytag
$(ENV)
$(PERL)
$(TMAKE)
doxysearch.pro
>
Makefile.doxysearch
clean
:
Makefile.doxygen Makefile.doxytag Makefile.doxysearch
$(MAKE)
-f
Makefile.doxygen clean
...
...
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