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
tsoc
openmm
Commits
1bf94ae2
Commit
1bf94ae2
authored
Aug 19, 2009
by
Michael Sherman
Browse files
Fix examples Makefile for Linux.
parent
74aff2d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/Makefile
examples/Makefile
+2
-2
No files found.
examples/Makefile
View file @
1bf94ae2
...
@@ -47,11 +47,11 @@ all : $(ALL_PROGS)
...
@@ -47,11 +47,11 @@ all : $(ALL_PROGS)
g++
$(CFLAGS)
-I
$(INCLUDE_DIR)
$<
-L
$(LIB_DIR)
$(LIBS)
-o
$*
g++
$(CFLAGS)
-I
$(INCLUDE_DIR)
$<
-L
$(LIB_DIR)
$(LIBS)
-o
$*
HelloArgonInC
:
HelloArgonInC.c
HelloArgonInC
:
HelloArgonInC.c
g++
$(CFLAGS)
HelloArgonInC.c
\
g++
$(CFLAGS)
-I
$(INCLUDE_DIR)
HelloArgonInC.c
\
-L
$(LIB_DIR)
$(LIBS)
-o
HelloArgonInC
-L
$(LIB_DIR)
$(LIBS)
-o
HelloArgonInC
HelloSodiumChlorideInC
:
HelloSodiumChlorideInC.c
HelloSodiumChlorideInC
:
HelloSodiumChlorideInC.c
g++
$(CFLAGS)
HelloSodiumChlorideInC.c
\
g++
$(CFLAGS)
-I
$(INCLUDE_DIR)
HelloSodiumChlorideInC.c
\
-L
$(LIB_DIR)
$(LIBS)
-o
HelloSodiumChlorideInC
-L
$(LIB_DIR)
$(LIBS)
-o
HelloSodiumChlorideInC
HelloArgonInFortran
:
HelloArgonInFortran.f90 openmm.mod
HelloArgonInFortran
:
HelloArgonInFortran.f90 openmm.mod
...
...
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