bincimap

Log | Files | Refs | LICENSE

Makefile.am (956B)


      1 # This program is free software; you can redistribute it and/or modify
      2 # it under the terms of the GNU General Public License as published by
      3 # the Free Software Foundation; either version 2 of the License, or
      4 # (at your option) any later version.
      5 
      6 # You should have received a copy of the GNU General Public License
      7 # along with this program; if not, write to the Free Software
      8 # Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307,
      9 # USA.
     10 
     11 #--------------------------------------------------------------------------
     12 noinst_PROGRAMS = autotests
     13 
     14 
     15 #--------------------------------------------------------------------------
     16 autotests_SOURCES = framework.h framework.cc tests.cc ../src/convert.cc ../src/regmatch.cc ../src/tools.h ../src/tools.cc
     17 
     18 #--------------------------------------------------------------------------
     19 AM_CXXFLAGS = -I..
     20 
     21 
     22 #--------------------------------------------------------------------------
     23 autotests_LDFLAGS = -L..