File: Makefile.am

package info (click to toggle)
gwyddion 2.67-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 54,152 kB
  • sloc: ansic: 412,023; python: 7,885; sh: 5,492; makefile: 4,957; xml: 3,954; cpp: 2,107; pascal: 418; perl: 154; ruby: 130
file content (60 lines) | stat: -rw-r--r-- 1,337 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# $Id: Makefile.am 22961 2020-10-21 14:43:56Z yeti-dn $

libgwyddion = $(top_builddir)/libgwyddion/libgwyddion2.la
libgwymodule = $(top_builddir)/libgwymodule/libgwymodule2.la
libgwyprocess = $(top_builddir)/libprocess/libgwyprocess2.la
libgwydraw = $(top_builddir)/libdraw/libgwydraw2.la
libgwydgets = $(top_builddir)/libgwydgets/libgwydgets2.la
libgwyapp = $(top_builddir)/app/libgwyapp2.la
moduledir = $(top_srcdir)/modules
ugmapdatadir = $(pkgdatadir)

GUIDE_MAP = user-guide-modules

ugmapdata_DATA = $(GUIDE_MAP)

EXTRA_DIST = \
	extract-file-magic.py \
	genmarshal.mk \
	make-module-lists \
	mkenum.c.template \
	mkenum.h.template \
	mkenum.mk \
	modules-web.xsl \
	update-langs.py \
	update-potfiles.sh \
	$(GUIDE_MAP) \
	vim-syn-gen.py \
	gwyddion.nsi.template \
	generate-gwyddion-nsi.py \
	gen-gwyddion-msvc-sln.py \
	gen-module-bundle.sh \
	gen-authors.py \
	update-api-indices.py \
	bundler.in \
	mkosxlauncher.in

noinst_PROGRAMS = \
	dump-modules

noinst_SCRIPTS = \
	make-module-lists

dump_modules_SOURCES = \
	dump-modules.c

AM_CPPFLAGS = -I$(top_srcdir)
AM_CFLAGS = @COMMON_CFLAGS@

dump_modules_LDADD = @GTKGLEXT_LIBS@ @BASIC_LIBS@ \
	$(libgwyapp) \
	$(libgwymodule) \
	$(libgwydgets) \
	$(libgwydraw) \
	$(libgwyprocess) \
	$(libgwyddion)

CLEANFILES = $(GUIDE_MAP).tmp

clean-local:
	rm -rf module-lists core.* *~