~ubuntu-branches/ubuntu/raring/rheolef/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2012-05-14 14:02:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120514140209-dzbdlidkotyflf9e
Tags: 6.1-1
[ Pierre Saramito ]
* New upstream release 6.1 (minor changes):
  - support arbitrarily polynomial order Pk
  - source code supports g++-4.7 (closes: #671996)

[ Sylvestre Ledru ]
* update of the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
if USE_NEW_CODE
118
118
 SKIT_LIB  = skit/plib2
119
119
 FEM_LIB   = nfem/pform_element \
 
120
             nfem/pbasis        \
120
121
             nfem/plib          \
121
122
             nfem/pbin
122
123
else
123
124
 SKIT_LIB  = skit/lib
124
125
 FEM_LIB   = nfem/lib           \
 
126
             nfem/basis         \
125
127
             nfem/bin           \
126
128
             nfem/form_element
127
129
endif
137
139
        nfem/quadrature         \
138
140
        nfem/geo_element        \
139
141
        $(FEM_LIB)              \
140
 
        nfem/basis              \
141
142
        doc/usrman
142
143
 
143
144
# used by doc/refman to scan subdirs: