From: Kevin M. Rosenberg Date: Fri, 31 Jan 2003 06:02:25 +0000 (+0000) Subject: r3894: Automatic commit for debian_version_4_1_0-1 X-Git-Tag: debian-4.5.3-3~115 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=9fa95857cc6c2f1cb98cbfa7a176a213ec71c5ac r3894: Automatic commit for debian_version_4_1_0-1 --- diff --git a/debian/rules b/debian/rules index ff7c2d9..1aa2020 100755 --- a/debian/rules +++ b/debian/rules @@ -44,22 +44,6 @@ build-arch: configure-stamp build-arch-stamp build-arch-stamp: dh_testdir # Add here commands to compile the package. - dh_installdirs -p $(pkg-help) $(ctsim-shared) - ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn - $(MAKE) all - ${MAKE} install -ifeq ($(host_arch),i386) - # Pentium 4 - ${MAKE} clean - ./configure --prefix=$(DESTDIR-P4)/usr --mandir=$(DESTDIR-P4)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=pentium4 - $(MAKE) all - ${MAKE} install - # Athlon - ${MAKE} clean - ./configure --prefix=$(DESTDIR-ATHLON)/usr --mandir=$(DESTDIR-ATHLON)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=athlon - $(MAKE) all - ${MAKE} install -endif touch build-arch-stamp build-indep: configure-stamp build-indep-stamp @@ -90,6 +74,23 @@ install: build dh_testroot dh_clean -k dh_installdirs + # + dh_installdirs -p $(pkg-help) $(ctsim-shared) + ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn + $(MAKE) all + ${MAKE} install +ifeq ($(host_arch),i386) + # Pentium 4 + ${MAKE} clean + ./configure --prefix=$(DESTDIR-P4)/usr --mandir=$(DESTDIR-P4)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=pentium4 + $(MAKE) all + ${MAKE} install + # Athlon + ${MAKE} clean + ./configure --prefix=$(DESTDIR-ATHLON)/usr --mandir=$(DESTDIR-ATHLON)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=athlon + $(MAKE) all + ${MAKE} install +endif # Add here commands to install the package into debian/ctsim. dh_installdirs -p $(pkg) $(pixmap-dir) dh_installdirs -p $(pkg-p4) $(pixmap-dir)