File: Makefile.am

package info (click to toggle)
libsoundgen 0.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,384 kB
  • ctags: 65
  • sloc: sh: 8,767; ansic: 369; makefile: 18
file content (20 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
lib_LTLIBRARIES = libsoundgen.la

AM_CPPFLAGS = @DEPS_CFLAGS@ -DPACKAGE_LOCALE_DIR=\"@datadir@/locale/@PACKAGE_NAME@\" \
              -I$(top_srcdir)/gpe

libsoundgen_la_LIBADD = @DEPS_LIBS@
libsoundgen_la_LDFLAGS = -version-info 0:0:0

libsoundgen_la_SOURCES = soundgen.c

gpeincludedir = $(includedir)/gpe
gpeinclude_HEADERS = gpe/soundgen.h gpe/buzzer.h

# GRC - remove the following lie once we have checked it will cause no problems
include_HEADERS = gpe/soundgen.h gpe/buzzer.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libsoundgen.pc

include gpe-dist.am