37 |
rm -f build-stamp |
rm -f build-stamp |
38 |
dh_clean |
dh_clean |
39 |
$(SCONS) -c |
$(SCONS) -c |
40 |
|
rm -rf .scon* |
41 |
|
rm scons/*.pyc |
42 |
|
|
43 |
install: build |
install: build |
44 |
dh_testdir |
dh_testdir |
49 |
cd $(CURDIR) && $(SCONS) INSTALL_ROOT=$(INSTALLROOT) install |
cd $(CURDIR) && $(SCONS) INSTALL_ROOT=$(INSTALLROOT) install |
50 |
# |
# |
51 |
cd $(CURDIR)/pygtk/gnome && \ |
cd $(CURDIR)/pygtk/gnome && \ |
52 |
install -m 644 -D ascend.desktop $(INSTALLROOT)$(DATADIR)/applications/ascend.desktop && \ |
install -m 644 -D ascend.desktop $(DATADIR)/applications/ascend.desktop && \ |
53 |
install -m 644 -D ascend.png $(INSTALLROOT)$(DATADIR)/icons/ascend-app.png && \ |
install -m 644 -D ascend.png $(DATADIR)/icons/ascend-app.png && \ |
54 |
install -m 644 -D ascend.png $(INSTALLROOT)$(DATADIR)/icons/hicolor/64x64/ascend.png && \ |
install -m 644 -D ascend.png $(DATADIR)/icons/hicolor/64x64/ascend.png && \ |
55 |
install -m 644 -D ascend.xml $(CURDIR)/debian/ascend.mime |
install -m 644 -D ascend.xml $(CURDIR)/debian/ascend.mime |
56 |
# |
# |
57 |
dh_install --autodest |
dh_install --autodest |