File: Makefile.am

package info (click to toggle)
alsa-tools 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,892 kB
  • sloc: ansic: 23,877; cpp: 15,057; sh: 12,305; pascal: 1,140; asm: 1,053; xml: 814; makefile: 747; python: 250
file content (12 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
MYNAME = hdajacksensetest
AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = hdajacksensetest
AM_CFLAGS = @GLIB_CFLAGS@ -I "../hdajackretask/" -I "../hda-verb/"
hdajacksensetest_SOURCES = hdajacksensetest.c ../hdajackretask/sysfs-pin-configs.c
hdajacksensetest_LDADD = @GLIB_LIBS@

alsa-dist: distdir
	@rm -rf ../distdir/$(MYNAME)
	@mkdir -p ../distdir/$(MYNAME)
	@cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
	@rm -rf $(distdir)