Codebase list pipenightdreams / 5b6ec27b-d0f6-4ff4-9390-d1182c4661e5/main Makefile.dist
5b6ec27b-d0f6-4ff4-9390-d1182c4661e5/main

Tree @5b6ec27b-d0f6-4ff4-9390-d1182c4661e5/main (Download .tar.gz)

Makefile.dist @5b6ec27b-d0f6-4ff4-9390-d1182c4661e5/main

079ead2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
default: all

dist:
	@echo "This file is to make it easier for you to create all you need"
	cat acinclude.m4.in libtool.m4.in >acinclude.m4
	aclocal
	autoheader
# use --include-deps, if you want to release the stuff. Don't use it for
# yourself
	automake --include-deps
	autoconf
	touch stamp-h.in
	LIST=`find ./po -name "*.po"`; \
	for i in $$LIST; do \
	 file2=`echo $$i | sed -e "s#\.po#\.gmo#"`; \
	 msgfmt -o $$file2 $$i; \
	done 
	rm -f Makefile.dist

all:
	cat acinclude.m4.in libtool.m4.in >acinclude.m4
	aclocal
	autoheader
	automake
	autoconf