File: Makefile.am

package info (click to toggle)
hamlib 3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,952 kB
  • sloc: ansic: 136,360; sh: 12,250; cpp: 944; perl: 877; makefile: 607; python: 148; awk: 58
file content (20 lines) | stat: -rw-r--r-- 405 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
## Please update this variable if any new macros are created

MACROS = \
	ax_append_flag.m4 \
	ax_cflags_warn_all.m4 \
	ax_pkg_swig.m4 \
	ax_pthread.m4 \
	ax_python_devel.m4 \
	gr_doxygen.m4 \
	gr_pwin32.m4 \
	hl_getaddrinfo.m4 \
	perl.m4 \
	tcl.m4


EXTRA_DIST=$(MACROS)
MAINTAINERCLEANFILES=macros.dep

@MAINT@macros.dep: Makefile.am
@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@