-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.am
36 lines (25 loc) · 1.21 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#Include commands common to every Makefile.am
include $(top_srcdir)/config/makefile_templates/demo_drivers
# Name of executable
check_PROGRAMS=jeffery_orbit rigid_sphere_in_channel
# Sources for executable
jeffery_orbit_SOURCES = jeffery_orbit.cc my_taylor_hood_elements.h
# Required libraries:
# $(FLIBS) is included in case the solver involves fortran sources.
jeffery_orbit_LDADD = -L@libdir@ \
-lsolid -lconstitutive -lnavier_stokes \
-lrigid_body -lgeneric \
$(EXTERNAL_LIBS) $(FLIBS)
#======================================================================
# Edgar's Code
# Sources for executable
rigid_sphere_in_channel_SOURCES = rigid_sphere_in_channel.cc my_taylor_hood_elements.h
# Required libraries:
# $(FLIBS) is included in case the solver involves fortran sources.
rigid_sphere_in_channel_LDADD = -L@libdir@ \
-lsolid -lconstitutive -lnavier_stokes \
-lrigid_body -lgeneric \
$(EXTERNAL_LIBS) $(FLIBS)
#=======================================================================
#EXTRA_DIST+=big_moving_block.mcr check_navier_stokes_projection.mcr \
# moving_block.mcr