Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
466ff7b4
Commit
466ff7b4
authored
Aug 05, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix codegen and codegen/tests generate/compile order
parent
e9f6064b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
15 deletions
+9
-15
Makefile.am
Utilities/codegen/Makefile.am
+1
-1
Makefile.am
Utilities/codegen/tests/Makefile.am
+8
-5
testgen.sh
Utilities/codegen/tests/testgen.sh
+0
-9
No files found.
Utilities/codegen/Makefile.am
View file @
466ff7b4
SUBDIRS
=
tests
SUBDIRS
=
.
tests
bin_SCRIPTS
=
@PACKAGE@-codegen
...
...
Utilities/codegen/tests/Makefile.am
View file @
466ff7b4
...
...
@@ -2,9 +2,13 @@ noinst_PROGRAMS = test
test_LDADD
=
$(top_builddir)
/lib/libUniSet.la
test_SOURCES
=
TestGen_SK.cc TestGen.cc TestGen-main.cc
TestGen_SK.cc TestGen-main.cc
:
../@PACKAGE@-codegen testgen.src.xml ../*.xsl
chmod
'a+x'
../@PACKAGE@-codegen
./testgen.sh
GENERATED
=
TestGen_SK.h TestGen_SK.cc TestGen-main.cc
$(GENERATED)
:
../@PACKAGE@-codegen testgen.src.xml ../*.xsl
sh ../uniset-codegen
--local-include
-l
--path
../
--ask
-n
TestGen testgen.src.xml
clean-local
:
rm
-rf
*
_SK.cc
*
_SK.h
*
-main
.cc
\ No newline at end of file
rm
-rf
$(GENERATED)
all-local
:
$(GENERATED)
Utilities/codegen/tests/testgen.sh
deleted
100755 → 0
View file @
e9f6064b
#!/bin/sh
cd
..
./uniset-codegen
--local-include
-l
--ask
-n
TestGen tests/testgen.src.xml
mv
-f
TestGen
*
tests/
cd
-
\ No newline at end of file
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