File: Makefile.am

package info (click to toggle)
cpufreqd 2.4.2-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 624 kB
  • sloc: ansic: 5,484; makefile: 239; sh: 133
file content (16 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CFLAGS = -W -Wall -Wshadow -W -Wpointer-arith \
	-Wcast-qual -Wcast-align -Wwrite-strings \
	-Wconversion -Wstrict-prototypes -Wmissing-prototypes \
	-Wmissing-declarations -Wredundant-decls \
	-Wnested-externs -Winline -Wundef -Wbad-function-cast \
	-Waggregate-return \
	-std=c99 -pedantic \
	-D_POSIX_SOURCE -D_GNU_SOURCE \
	-I${top_srcdir}/src

bin_PROGRAMS = cpufreqd-set cpufreqd-get

cpufreqd_set_SOURCES = setspeed.c

cpufreqd_get_SOURCES = getspeed.c