File: Makefile.am

package info (click to toggle)
cppunit 1.13.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,980 kB
  • ctags: 3,579
  • sloc: cpp: 18,338; sh: 14,983; ansic: 3,011; makefile: 423; xml: 58; csh: 6
file content (11 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
EXTRA_DIST = simple.dsp simple_plugin.dsp SimplePlugIn.cpp

INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include

noinst_PROGRAMS=simple

simple_SOURCES= ExampleTestCase.cpp Main.cpp  ExampleTestCase.h

simple_LDADD= \
  $(top_builddir)/src/cppunit/libcppunit.la \
  $(LIBADD_DL)