File: Makefile.am

package info (click to toggle)
winwrangler 0.2.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,612 kB
  • ctags: 169
  • sloc: sh: 10,265; ansic: 935; makefile: 96
file content (31 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (2)
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
INCLUDES = \
	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
	-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DG_LOG_DOMAIN=\"WinWrangler\" \
	$(WINWRANGLER_CFLAGS)

AM_CFLAGS =\
	 -Wall\
	 -g

bin_PROGRAMS = winwrangler

winwrangler_SOURCES = \
	winwrangler.h		\
	ww-hotkeys.c		\
	ww-layout-expand.c	\
	ww-layout-tile.c	\
	ww-layout-twothirds.c	\
	ww-layout-switch-spatial.c \
	ww-layouts.c		\
	ww-layouts.h		\
	ww-utils.c		\
	ww-tray.c		\
	main.c

winwrangler_LDFLAGS = 

winwrangler_LDADD = $(WINWRANGLER_LIBS) -lm

EXTRA_DIST =