Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GPIAG-Software
IFOS3D
Commits
0d8bc3d5
Commit
0d8bc3d5
authored
Apr 05, 2016
by
Tilman Steinweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added superordinate Makefile
Makefile to install ifos3d with the included library
parent
9a469bc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
par/Makefile
par/Makefile
+38
-0
No files found.
par/Makefile
0 → 100644
View file @
0d8bc3d5
# This is par/Makefile
#--------------------------------------------------
# the command "make" or "make install" installs the
# cseife library and the main code of ifos3d
#--------------------------------------------------
default
:
../ ifos3d
.PHONY
:
libcseife
libcseife
:
$(MAKE)
-C
../libcseife
install
.PHONY
:
ifos3d
ifos3d
:
libcseife
ifdef
MODEL
$(MAKE)
-C
../src/ ifos3d
MODELi_SCR
=
$(MODEL)
else
$(MAKE)
-C
../src/ ifos3d
endif
.PHONY
:
install
install
:
clean-bin ifos3d
.PHONY
:
clean
clean
:
rm
-rf
../bin/
*
$(MAKE)
-C
../libcseife clean
$(MAKE)
-C
../src/ clean
.PHONY
:
clean-bin
clean-bin
:
rm
-rf
../bin/
*
.PHONY
:
reinstall
reinstall
:
clean ifos3d
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