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
west-public
West
Commits
f78b9807
Commit
f78b9807
authored
Apr 30, 2017
by
Marco Govoni
Browse files
Changing path.
parent
6c56aa42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Libraries/Json/Makefile
View file @
f78b9807
...
...
@@ -17,7 +17,7 @@ json_module.o
#TLDEPS= bindir mods libs pw
#all : title tldeps libjson.a
all
:
title libjson.a
copy
all
:
title libjson.a
#tldeps:
# test -n "$(TLDEPS)" && ( cd ../.. ; $(MAKE) $(MFLAGS) $(TLDEPS) || exit 1) || :
...
...
@@ -26,9 +26,6 @@ libjson.a : $(JSON_OBJS)
$(AR)
$(ARFLAGS)
$@
$?
$(RANLIB)
$@
copy
:
-
cp
libjson.a ../
clean
:
-
/bin/rm
-f
*
.x
*
.o
*
.a
*
~
*
_tmp.f90
*
.d
*
.mod
*
.i
*
.L
-
/bin/rm
-f
libjson.a
...
...
Libraries/Makefile
View file @
f78b9807
...
...
@@ -9,16 +9,13 @@ json_do:
(
cd
Json
;
if
test
"
$(MAKE)
"
=
""
;
then
make
$(MFLAGS)
all
;
\
else
$(MAKE)
$(MFLAGS)
all
;
fi
)
;
fi
clean
:
json_undo
rmlib
clean
:
json_undo
json_undo
:
if
test
-d
Json
;
then
\
(
cd
Json
;
if
test
"
$(MAKE)
"
=
""
;
then
make clean
;
\
else
$(MAKE)
clean
;
fi
)
;
fi
rmlib
:
/bin/rm
-f
libjson.a
distclean
:
clean
title
:
...
...
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