File: Makefile.am

package info (click to toggle)
gyoto 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,444 kB
  • sloc: cpp: 42,330; sh: 4,512; python: 3,436; xml: 2,865; makefile: 691; ansic: 346
file content (17 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Whenever this file is edited, reprocess it with autoreconf, then
# re-run the configure script.

ACLOCAL_AMFLAGS = -I m4

# Add $(LORENECPPFLAGS) and $(LORENELDFLAGS) or other flags as needed.
# Unless your plug-in needs some deprecated method names, specify
# -DGYOTO_NO_DEPRECATED.
AM_CPPFLAGS = -I@top_srcdir@/include $(XERCESCPPFLAGS)
AM_LDFLAGS  = $(Gyoto_LDFLAGS) -module -export-dynamic -shared -avoid-version
AM_CXXFLAGS = $(Gyoto_CFLAGS) -DGYOTO_NO_DEPRECATED

# Replace all occurrences of null below by the actual name of the
# plug-in.
# List all the C++ source files in libgyoto_<coolname>_la_SOURCES.
sover_LTLIBRARIES = libgyoto-null.la
libgyoto_null_la_SOURCES = Null.C InitPlug.C