1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

Makefiles changed

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@208 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2007-01-05 05:18:50 +00:00
parent c69e82f23e
commit c560bfd00b
4 changed files with 8 additions and 15 deletions
+2 -9
View File
@@ -18,13 +18,7 @@ export DH_OPTIONS
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2
endif
PackageFlags= -Wall -O3
configure: configure-stamp
configure-stamp:
@@ -41,7 +35,7 @@ build-arch: build-arch-stamp
build-arch-stamp: configure-stamp
# Add here commands to compile the arch part of the package.
$(MAKE)
$(MAKE) PackageFlags="$(PackageFlags)"
touch $@
build-indep: build-indep-stamp
@@ -83,7 +77,6 @@ install-arch:
# Add here commands to install the arch part of the package into
# debian/tmp.
$(MAKE) install DESTDIR=$(CURDIR)/debian/weatherstation
dh_install -s --sourcedir debian/weatherstation/
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep