r3893: Automatic commit for debian_version_4_1_0-1
[ctsim.git] / debian / rules
1 #!/usr/bin/make -f
2
3 export DH_COMPAT=4
4
5 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
6         CFLAGS += -g
7 endif
8 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
9         INSTALL_PROGRAM += -s
10 endif
11
12 host_arch       := $(dpkg-architecture -qDEB_HOST_ARCH)
13
14 pkg             := ctsim
15 pkg-p4          := ctsim-pentium4
16 pkg-athlon      := ctsim-athlon
17 pkg-help        := ctsim-help
18 pkg-doc         := ctsim-doc
19
20 ctsim-shared    := usr/share/ctsim
21
22 prefix          := debian/$(pkg)
23 prefix-p4       := debian/$(pkg-p4)
24 prefix-athlon   := debian/$(pkg-athlon)
25 prefix-help     := debian/$(pkg-help)
26 prefix-doc      := debian/$(pkg-doc)
27
28 DESTDIR         := `pwd`/$(prefix)
29 DESTDIR-P4      := `pwd`/$(prefix-p4)
30 DESTDIR-ATHLON  := `pwd`/$(prefix-athlon)
31 HELPDIR         := `pwd`/$(prefix-help)/$(ctsim-shared)
32 doc-dir         := usr/share/doc/$(pkg-doc)
33 pixmap-dir      := usr/X11R6/include/X11/pixmaps
34
35
36 configure: configure-stamp
37 configure-stamp:
38         dh_testdir
39         # Add here commands to configure the package.
40         touch configure-stamp
41
42
43 build-arch: configure-stamp build-arch-stamp
44 build-arch-stamp:
45         dh_testdir
46         # Add here commands to compile the package.
47         dh_installdirs -p $(pkg-help) $(ctsim-shared)
48         ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn
49         $(MAKE) all
50         ${MAKE} install
51 ifeq ($(host_arch),i386)
52         # Pentium 4
53         ${MAKE} clean
54         ./configure --prefix=$(DESTDIR-P4)/usr --mandir=$(DESTDIR-P4)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=pentium4
55         $(MAKE) all
56         ${MAKE} install
57         # Athlon
58         ${MAKE} clean
59         ./configure --prefix=$(DESTDIR-ATHLON)/usr --mandir=$(DESTDIR-ATHLON)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=athlon
60         $(MAKE) all
61         ${MAKE} install
62 endif
63         touch build-arch-stamp
64
65 build-indep: configure-stamp  build-indep-stamp
66 build-indep-stamp:
67         dh_testdir
68         # Add here command to compile/build the arch indep package.
69         # It's ok not to do anything here, if you don't need to build
70         #  anything for this package.
71         #/usr/bin/docbook-to-man debian/#PACKAGE#.sgml > #PACKAGE#.1
72         (cd docs; tar xzf html.tar.gz)
73         touch build-indep-stamp
74
75 build: build-arch build-indep
76
77 clean:
78         dh_testdir
79         dh_testroot
80         rm -f build-arch-stamp build-indep-stamp configure-stamp
81         # Add here commands to clean up after the build process.
82         -$(MAKE) distclean
83         find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \;
84         rm -f debian/ctsim.postinst.* debian/ctsim.prerm.*
85         dh_clean
86
87 install: DH_OPTIONS=
88 install: build
89         dh_testdir
90         dh_testroot
91         dh_clean -k
92         dh_installdirs
93         # Add here commands to install the package into debian/ctsim.
94         dh_installdirs -p $(pkg) $(pixmap-dir)
95         dh_installdirs -p $(pkg-p4) $(pixmap-dir)
96         dh_installdirs -p $(pkg-athlon) $(pixmap-dir)
97         dh_install -p $(pkg) debian/ctsim.xpm $(pixmap-dir)
98         dh_install -p $(pkg-p4) debian/ctsim.xpm $(pixmap-dir)
99         dh_install -p $(pkg-athlon) debian/ctsim.xpm $(pixmap-dir)
100         dh_install -p $(pkg-help) docs/ctsim.htb $(ctsim-shared)
101         dh_install -p $(pkg-doc) docs/html $(doc-dir)
102         dh_link -p $(pkg-doc) $(doc-dir)/html/$(pkg)_contents.html $(doc-dir)/html/index.html
103         gzip -9 docs/ctsim.pdf
104         dh_install -p $(pkg-doc) docs/ctsim.pdf.gz $(doc-dir)
105         gunzip docs/ctsim.pdf.gz
106         chmod +x helical/*.sh tools/*.sh
107
108 # Build architecture-independent files here.
109 # Pass -i to all debhelper commands in this target to reduce clutter.
110 binary-indep: build install
111         dh_testdir -i
112         dh_testroot -i
113 #       dh_installdebconf -i
114         dh_installdocs -i
115         dh_installexamples -i
116         dh_installmenu -i
117 #       dh_installlogrotate -i
118 #       dh_installemacsen -i
119 #       dh_installpam -i
120 #       dh_installmime -i
121 #       dh_installinit -i
122         dh_installcron -i
123 #       dh_installman -i
124         dh_installinfo -i
125 #       dh_undocumented -i
126         dh_installchangelogs ChangeLog -i
127         dh_link -i
128         dh_compress -i
129         dh_fixperms -i
130         dh_installdeb -i
131 #       dh_perl -i
132         dh_gencontrol -i
133         dh_md5sums -i
134         dh_builddeb -i
135
136 # Build architecture-dependent files here.
137 binary-arch: build install
138         dh_testdir -a
139         dh_testroot -a
140 #       dh_installdebconf -a
141         dh_installdocs -a
142         dh_installexamples -a tools/sample-ctsim.sh helical/sample-helical.sh
143         dh_installmenu -a
144 #       dh_installlogrotate -a
145 #       dh_installemacsen -a
146 #       dh_installpam -a
147 #       dh_installmime -a
148 #       dh_installinit -a
149         dh_installcron -a
150 #       dh_installman -a
151         dh_installinfo -a
152 #       dh_undocumented -a
153         dh_installchangelogs ChangeLog -a
154         dh_strip -a
155         dh_link -a
156         dh_compress -a
157         dh_fixperms -a
158 #       dh_makeshlibs -a
159         dh_installdeb -a
160 #       dh_perl -a
161         dh_shlibdeps -a
162         dh_gencontrol -a
163         dh_md5sums -a
164         dh_builddeb -a
165
166 binary: binary-indep binary-arch
167
168 .PHONY: build clean binary-indep binary-arch binary install configure
169