Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
15f6388d
Commit
15f6388d
authored
Mar 29, 2007
by
Uwe Schulzweida
Browse files
move prog to app
parent
aa41a8d0
Changes
9
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
15f6388d
...
...
@@ -9,6 +9,10 @@
/README -text
/acinclude.m4 -text
/aclocal.m4 -text
app/Makefile.am -text
app/Makefile.in -text
app/cdi.c -text
app/createtable.c -text
config/config.guess -text
config/config.sub -text
config/default -text
...
...
@@ -73,10 +77,6 @@ examples/cdi_read_f.f -text
examples/cdi_write.c -text
examples/cdi_write_f.f -text
examples/compf -text
prog/Makefile.am -text
prog/Makefile.in -text
prog/cdi.c -text
prog/createtable.c -text
src/Makefile.am -text
src/Makefile.in -text
src/basetime.c -text
...
...
Makefile.am
View file @
15f6388d
## Process this file with automake to produce Makefile.in
#
SUBDIRS
=
src
prog
examples tests
SUBDIRS
=
src
app
examples tests
#
EXTRA_DIST
=
config/default doc/cdi_cman.pdf doc/cdi_fman.pdf
#
...
...
Makefile.in
View file @
15f6388d
...
...
@@ -82,7 +82,7 @@ am__quote = @am__quote@
install_sh
=
@install_sh@
#
SUBDIRS
=
src
prog
examples tests
SUBDIRS
=
src
app
examples tests
#
EXTRA_DIST
=
config/default doc/cdi_cman.pdf doc/cdi_fman.pdf
#
...
...
prog
/Makefile.am
→
app
/Makefile.am
View file @
15f6388d
File moved
prog
/Makefile.in
→
app
/Makefile.in
View file @
15f6388d
File moved
prog
/cdi.c
→
app
/cdi.c
View file @
15f6388d
File moved
prog
/createtable.c
→
app
/createtable.c
View file @
15f6388d
File moved
configure
View file @
15f6388d
...
...
@@ -5443,7 +5443,7 @@ FC=$F77
ac_config_files
=
"
$ac_config_files
Makefile src/Makefile
prog
/Makefile tests/Makefile examples/Makefile"
ac_config_files
=
"
$ac_config_files
Makefile src/Makefile
app
/Makefile tests/Makefile examples/Makefile"
cat
>
confcache
<<
\
_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
...
...
@@ -5988,7 +5988,7 @@ do
# Handling of arguments.
"Makefile" ) CONFIG_FILES="
$CONFIG_FILES
Makefile" ;;
"src/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
src/Makefile" ;;
"
prog
/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
prog
/Makefile" ;;
"
app
/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
app
/Makefile" ;;
"tests/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
tests/Makefile" ;;
"examples/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
examples/Makefile" ;;
"depfiles" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
depfiles" ;;
...
...
configure.ac
View file @
15f6388d
...
...
@@ -195,4 +195,4 @@ AC_SUBST([FC],$F77)
AC_SUBST([CFINT])
AC_SUBST([AR])
AC_OUTPUT(Makefile src/Makefile
prog
/Makefile tests/Makefile examples/Makefile)
AC_OUTPUT(Makefile src/Makefile
app
/Makefile tests/Makefile examples/Makefile)
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