Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
dune-uggrid
Commits
b1bff87e
Commit
b1bff87e
authored
11 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Give the directory parallel/ddd/if its own proper Makefile
parent
853f50f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
parallel/ddd/Makefile.am
+6
-9
6 additions, 9 deletions
parallel/ddd/Makefile.am
parallel/ddd/if/Makefile.am
+23
-0
23 additions, 0 deletions
parallel/ddd/if/Makefile.am
with
30 additions
and
9 deletions
configure.ac
+
1
−
0
View file @
b1bff87e
...
...
@@ -246,6 +246,7 @@ AC_CONFIG_FILES([Makefile
parallel/ddd/Makefile
parallel/ddd/basic/Makefile
parallel/ddd/basic/test/Makefile
parallel/ddd/if/Makefile
parallel/ddd/mgr/Makefile
parallel/ddd/xfer/Makefile
parallel/dddif/Makefile
...
...
This diff is collapsed.
Click to expand it.
parallel/ddd/Makefile.am
+
6
−
9
View file @
b1bff87e
# $Id$
SUBDIRS
=
basic mgr xfer
SUBDIRS
=
basic
if
mgr xfer
if
PARALLEL
...
...
@@ -33,8 +33,6 @@ CTRL = ctrl/debug.c ctrl/cons.c ctrl/stat.c
IDENT
=
ident/ident.c
IF
=
if
/ifcreate.c
if
/ifuse.c
if
/ifcmds.c
if
/ifcheck.c
if
/ifobjsc.c
PRIO
=
prio/pcmds.c
JOIN
=
join
/join.c
join
/jcmds.c
...
...
@@ -48,16 +46,15 @@ pkginclude_HEADERS = include/ddd.h
EXTRA_DIST
=
include/dddaddon.h include/ddd.h include/memmgr.h include/dddio.h
\
include/fddd.f include/dddresources.h
join
/join.h ctrl/stat.h
\
xif/if.h
if
/ifstd.ct
if
/ifcmd.ct
\
dddstr.h
xif/if.h dddstr.h
libddd2_la_SOURCES
=
$(
CTRL
)
$(
IDENT
)
$(
IF
)
$(
XFER
)
\
libddd2_la_SOURCES
=
$(
CTRL
)
$(
IDENT
)
$(
XFER
)
\
$(
PRIO
)
$(
JOIN
)
$(
MISC
)
$(
DDD
)
f77/f2c.c
libddd2_la_CPPFLAGS
=
$(
UG_2DFLAGS
)
$(
DDDFLAGS
)
libddd2_la_LIBADD
=
basic/libbasic2.la mgr/libmgr2.la xfer/libxfer2.la
libddd2_la_LIBADD
=
basic/libbasic2.la
if
/libif2.la
mgr/libmgr2.la xfer/libxfer2.la
libddd3_la_SOURCES
=
$(
CTRL
)
$(
IDENT
)
$(
IF
)
$(
XFER
)
\
libddd3_la_SOURCES
=
$(
CTRL
)
$(
IDENT
)
$(
XFER
)
\
$(
PRIO
)
$(
JOIN
)
$(
MISC
)
$(
DDD
)
f77/f2c.c
libddd3_la_CPPFLAGS
=
$(
UG_3DFLAGS
)
$(
DDDFLAGS
)
libddd3_la_LIBADD
=
basic/libbasic3.la mgr/libmgr3.la xfer/libxfer3.la
libddd3_la_LIBADD
=
basic/libbasic3.la
if
/libif3.la
mgr/libmgr3.la xfer/libxfer3.la
This diff is collapsed.
Click to expand it.
parallel/ddd/if/Makefile.am
0 → 100644
+
23
−
0
View file @
b1bff87e
# $Id$
SUBDIRS
=
if
PARALLEL
PLIB
=
libif2.la libif3.la
else
PLIB
=
endif
noinst_LTLIBRARIES
=
$(
PLIB
)
pkginclude_HEADERS
=
if
.h
EXTRA_DIST
=
ifstd.ct ifcmd.ct
SOURCES
=
ifcreate.c ifuse.c ifcmds.c ifcheck.c ifobjsc.c
libif2_la_SOURCES
=
$(
SOURCES
)
libif2_la_CPPFLAGS
=
$(
UG_2DFLAGS
)
$(
DDDFLAGS
)
libif3_la_SOURCES
=
$(
SOURCES
)
libif3_la_CPPFLAGS
=
$(
UG_3DFLAGS
)
$(
DDDFLAGS
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment