Files
mosh/scripts/Makefile.am
T
2015-05-25 03:46:48 -04:00

9 lines
268 B
Makefile

EXTRA_DIST = wrap-compiler-for-flag-check mosh.pl
if BUILD_CLIENT
bin_SCRIPTS = mosh
endif
CLEANFILES = $(bin_SCRIPTS)
mosh: mosh.pl ../VERSION Makefile
@sed -e "s/\@VERSION\@/`cat ../VERSION`/" -e "s/\@PACKAGE_STRING\@/@PACKAGE_STRING@/" $(srcdir)/mosh.pl > mosh