File: Makefile.am

package info (click to toggle)
mlview 0.9.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,028 kB
  • ctags: 3,957
  • sloc: cpp: 49,090; sh: 8,393; ansic: 3,262; xml: 361; makefile: 329
file content (20 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_PROGRAMS = testcompl testcompl2 testsafeptr
testcompl_SOURCES=testcompl.c
testcompl_LDFLAGS=@MLVIEW_LIBS@
testcompl2_SOURCES=testcompl2.cc
testcompl2_LDFLAGS=@MLVIEW_LIBS@
testsafeptr_SOURCES=testsafeptr.cc
testsafeptr_LDFLAGS=@MLVIEW_LIBS@

LDADD=$(top_builddir)/src/libmlview.la $(top_builddir)/src/recent-files/libeggrecent.la
INCLUDES=-I$(top_srcdir)/src @MLVIEW_CFLAGS@

plugins_LTLIBRARIES = libfirstplugin.la
libfirstplugin_la_SOURCES = firstplugin.cc
libfirstplugin_ladir = $(libdir)/mlview/plugins

plugins_DATA = firstplugin.xml
pluginsdir = $(libdir)/mlview/plugins

EXTRA_DIST=$(plugins_DATA)