File: Makefile.am

package info (click to toggle)
emerald 0.8.18-4.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,916 kB
  • sloc: ansic: 15,354; sh: 4,719; makefile: 191; xml: 7
file content (11 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = @EMERALD_CFLAGS@ -I$(top_srcdir)/include\
		   -DENGINE_DIR=\"$(enginesdir)\" \
		   -DDEFTHEMEDIR='"@datadir@/emerald/theme/"' \
		   -DDEFSETTINGSFILE='"@datadir@/emerald/settings.ini"'
libemeraldengine_la_LIBADD = @EMERALD_LIBS@
libemeraldengine_la_SOURCES = emerald.c themer.c
lib_LTLIBRARIES = libemeraldengine.la

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