summaryrefslogblamecommitdiff
path: root/src/Makefile.am
blob: 7b6a355b72f8ad3bb4f7fe665fb6f5dc97ae2761 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                           


                     
                  
                     
                  


                                         
AUTOMAKE_OPTIONS = subdir-objects

bin_PROGRAMS = mplint

mplint_CXXFLAGS = -DPKG_DATADIR=\""$(pkgdatadir)/"\"      \
    -DLOCALEDIR=\""$(localedir)"\"           \
    -Wall -Wextra

mplint_SOURCES = \
    lintmanager.cpp \
    lintmanager.h \
    localconsts.h \
    main.cpp \
    rulebase.cpp \
    rulebase.h \
    stringutils.cpp \
    stringutils.h \
    stringvector.h \
    template.hpp \
    rules/debug.cpp \
    rules/dump.cpp

# set the include path found by configure
AM_CPPFLAGS = $(all_includes)