Split a few long lines.
This commit is contained in:
parent
b638677ad1
commit
05c9b7f45c
@ -12,10 +12,16 @@ spu_2p \
|
||||
wells_example
|
||||
|
||||
spu_2p_SOURCES = spu_2p.cpp
|
||||
spu_2p_LDADD = $(LDADD) $(LIBS) $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) $(LAPACK_LIBS) $(LIBS) $(LIBS)
|
||||
spu_2p_LDADD = \
|
||||
$(LDADD) $(LIBS) \
|
||||
$(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) \
|
||||
$(LAPACK_LIBS) $(LIBS) $(LIBS)
|
||||
|
||||
sim_wateroil_SOURCES = sim_wateroil.cpp
|
||||
sim_wateroil_LDADD = $(LDADD) $(LIBS) $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) $(LAPACK_LIBS) $(LIBS) $(LIBS)
|
||||
sim_wateroil_LDADD = \
|
||||
$(LDADD) $(LIBS) \
|
||||
$(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) \
|
||||
$(LAPACK_LIBS) $(LIBS) $(LIBS)
|
||||
|
||||
wells_example_SOURCES = wells_example.cpp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user