File: Makefile.am

package info (click to toggle)
imagination 3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,328 kB
  • sloc: ansic: 12,198; sh: 4,280; makefile: 377
file content (31 lines) | stat: -rw-r--r-- 863 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
21
22
23
24
25
26
27
28
29
30
31
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = \
	$(DEVELOPMENT_CFLAGS) \
	-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
	@PACKAGE_CFLAGS@ \
	@SOX_CFLAGS@

bin_PROGRAMS = imagination

imagination_SOURCES = \
	imgcellrendereranim.c imgcellrendereranim.h \
	imagination.c imagination.h \
	support.c support.h \
	main-window.c main-window.h \
	callbacks.c callbacks.h \
	new_slideshow.c new_slideshow.h \
	slideshow_project.c slideshow_project.h \
	audio.c audio.h \
	export.c export.h \
	subtitles.c subtitles.h \
	imgcellrendererpixbuf.c imgcellrendererpixbuf.h \
	img_sox.c img_sox.h \
	video_formats.c video_formats.h

imagination_CFLAGS = \
	-DDATADIR=\"$(datadir)\"

imagination_LDADD = @PACKAGE_LIBS@ @SOX_LIBS@ $(INTLLIBS) -lgmodule-2.0 -lm