~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/demo/solvers/ode/mechanical/Makefile.in

  • Committer: johanjan
  • Date: 2004-08-18 04:50:25 UTC
  • Revision ID: devnull@localhost-20040818045025-jt5ra81uzrd655j3
Tailorized "2004-08-17 23:50:23 by johanjan"
Added early version of experimental updated elasticity module (first
reasonably working version).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
137
137
        dot_seen=no; \
138
138
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
139
139
          rev="$$subdir $$rev"; \
140
 
          test "$$subdir" = "." && dot_seen=yes; \
 
140
          test "$$subdir" != "." || dot_seen=yes; \
141
141
        done; \
142
142
        test "$$dot_seen" = "no" && rev=". $$rev"; \
143
143
        target=`echo $@ | sed s/-recursive//`; \
179
179
          awk '    { files[$$0] = 1; } \
180
180
               END { for (i in files) print i; }'`; \
181
181
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
182
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
183
183
 
184
184
mostlyclean-tags:
185
185