1 # Copyright (C) 2005 Ted Williams (wa0eir) <wa0eir@mchsi.com>
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without
5 # modifications, as long as this notice is preserved.
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 EXTRA_DIST = twcw.desktop
15 pixmapdir = $(datadir)/pixmaps
16 pixmap_DATA = src/icons/twcw.png
18 desktopdir = $(datadir)/applications
19 desktop_DATA = twcw.desktop
22 echo Installing Twcw in $(DESTDIR)@APP_DEFAULTS_PATH@
23 $(INSTALL) -d $(DESTDIR)@APP_DEFAULTS_PATH@
24 $(INSTALL_DATA) src/Twcw $(DESTDIR)@APP_DEFAULTS_PATH@
26 echo Installing Help and data files to $(DESTDIR)$(pkgdatadir)
27 $(INSTALL) -d twcw $(DESTDIR)$(pkgdatadir)
28 $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/twcwDir
29 $(INSTALL_DATA) src/twcwHelp $(DESTDIR)$(pkgdatadir)
30 $(INSTALL_DATA) src/twcwDir/* $(DESTDIR)$(pkgdatadir)/twcwDir
31 $(INSTALL_DATA) THANKS ChangeLog README $(DESTDIR)$(pkgdatadir)
35 echo Removing Twcw data files
36 rm -rf $(DESTDIR)@APP_DEFAULTS_PATH@/Twcw
37 rm -rf $(DESTDIR)$(pkgdatadir)