~pragmatic-core/pragmatic/scaling_optimisation_openmp

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: ggorman
  • Date: 2011-01-24 13:33:58 UTC
  • Revision ID: svn-v4:dbd7c75c-275a-40fc-989c-5fa58d705081:trunk:67
Added autoconf support. Only tested on Ubuntu 10.10 so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHELL = /bin/bash
 
2
 
 
3
CPPFLAGS = -I./eigen-2.0
 
4
 
 
5
 
 
6
default: doxygen
 
7
 
 
8
doxygen:
 
9
        doxygen Doxyfile
 
10