Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GPIAG-Software
IFOS3D
Commits
0d8bc3d5
Commit
0d8bc3d5
authored
Apr 05, 2016
by
Tilman Steinweg
Browse files
added superordinate Makefile
Makefile to install ifos3d with the included library
parent
9a469bc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment