head	1.2;
access;
symbols
	arelease:1.1.1.2
	avendor:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2004.08.08.03.24.09;	author wonst719;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.02.00.08.39;	author wonst719;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.01.02.00.08.39;	author wonst719;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2004.08.07.10.52.19;	author wonst719;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Unix style line feed
@
text
@#!/usr/bin/make -f

export DH_COMPAT=3

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
	export CXXFLAGS += -g
endif

build:
	dh_testdir
	./configure
	$(MAKE)

clean:
	dh_testdir
	dh_testroot
	dh_clean
	rm -f debian/changelog
	-$(MAKE) clean

install: build
	dh_testdir
	dh_testroot
	dh_clean
	dh_installdirs
	install -m0755 scummvm $(CURDIR)/debian/scummvm-cvs/usr/games/scummvm
	install -m0644 scummvm.xpm $(CURDIR)/debian/scummvm-cvs/usr/share/icons

binary: binary-arch binary-indep

binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installdocs
	dh_installchangelogs NEWS
	dh_installman
	dh_installmenu
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary-indep:

.PHONY: build clean binary install binary-arch binary-indep
@


1.1
log
@Initial revision
@
text
@d11 1
d17 2
a19 3
	-find . -type d -name .deps | xargs rm -rf
	rm -f build.rules
	dh_clean
@


1.1.1.1
log
@Ʈ 
@
text
@@


1.1.1.2
log
@0.4.0alpha Ʈ.
@
text
@d1 50
a50 50
#!/usr/bin/make -f

export DH_COMPAT=3

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
	export CXXFLAGS += -g
endif

build:
	dh_testdir
	./configure
	$(MAKE)

clean:
	dh_testdir
	dh_testroot
	dh_clean
	rm -f debian/changelog
	-$(MAKE) clean

install: build
	dh_testdir
	dh_testroot
	dh_clean
	dh_installdirs
	install -m0755 scummvm $(CURDIR)/debian/scummvm-cvs/usr/games/scummvm
	install -m0644 scummvm.xpm $(CURDIR)/debian/scummvm-cvs/usr/share/icons

binary: binary-arch binary-indep

binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installdocs
	dh_installchangelogs NEWS
	dh_installman
	dh_installmenu
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary-indep:

.PHONY: build clean binary install binary-arch binary-indep
@

