File: Makefile.am

package info (click to toggle)
dante 1.4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,580 kB
  • sloc: ansic: 60,866; yacc: 3,454; lex: 1,826; makefile: 369; awk: 220; sh: 214
file content (14 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin_SCRIPTS = socksify

if HAVEMOD_PAC
bin_PROGRAMS = convert_sid
#exclude symlinked files from distribution archive
convert_sid_SOURCES = convert_sid.c
convert_sid_DEPENDENCIES = Makefile.am _reconf
endif #HAVEMOD_PAC

#XXX hack used to ensure depcomp is rerun when Makefile.am files are changed
_reconf: ../_reconf Makefile.am
	@(cd ..; make _reconf)
	@echo "notice: autoconf regeneration complete, rerun make"
	@false