| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
SHELL = /bin/sh |
|---|
| 15 |
|
|---|
| 16 |
srcdir = . |
|---|
| 17 |
top_srcdir = . |
|---|
| 18 |
|
|---|
| 19 |
prefix = /usr |
|---|
| 20 |
exec_prefix = ${prefix} |
|---|
| 21 |
|
|---|
| 22 |
bindir = ${exec_prefix}/bin |
|---|
| 23 |
sbindir = ${exec_prefix}/sbin |
|---|
| 24 |
libexecdir = ${exec_prefix}/libexec |
|---|
| 25 |
datadir = ${prefix}/share |
|---|
| 26 |
sysconfdir = ${prefix}/etc |
|---|
| 27 |
sharedstatedir = ${prefix}/com |
|---|
| 28 |
localstatedir = ${prefix}/var |
|---|
| 29 |
libdir = ${exec_prefix}/lib |
|---|
| 30 |
infodir = ${prefix}/share/info |
|---|
| 31 |
mandir = ${prefix}/share/man |
|---|
| 32 |
includedir = ${prefix}/include |
|---|
| 33 |
oldincludedir = /usr/include |
|---|
| 34 |
|
|---|
| 35 |
DESTDIR = |
|---|
| 36 |
|
|---|
| 37 |
pkgdatadir = $(datadir)/dialupconf |
|---|
| 38 |
pkglibdir = $(libdir)/dialupconf |
|---|
| 39 |
pkgincludedir = $(includedir)/dialupconf |
|---|
| 40 |
|
|---|
| 41 |
top_builddir = . |
|---|
| 42 |
|
|---|
| 43 |
ACLOCAL = aclocal-1.4 |
|---|
| 44 |
AUTOCONF = autoconf |
|---|
| 45 |
AUTOMAKE = automake-1.4 |
|---|
| 46 |
AUTOHEADER = autoheader |
|---|
| 47 |
|
|---|
| 48 |
INSTALL = /usr/bin/install -c |
|---|
| 49 |
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) |
|---|
| 50 |
INSTALL_DATA = ${INSTALL} -m 644 |
|---|
| 51 |
INSTALL_SCRIPT = ${INSTALL} |
|---|
| 52 |
transform = s,x,x, |
|---|
| 53 |
|
|---|
| 54 |
NORMAL_INSTALL = : |
|---|
| 55 |
PRE_INSTALL = : |
|---|
| 56 |
POST_INSTALL = : |
|---|
| 57 |
NORMAL_UNINSTALL = : |
|---|
| 58 |
PRE_UNINSTALL = : |
|---|
| 59 |
POST_UNINSTALL = : |
|---|
| 60 |
CATALOGS = |
|---|
| 61 |
CATOBJEXT = .gmo |
|---|
| 62 |
CC = gcc |
|---|
| 63 |
DATADIRNAME = share |
|---|
| 64 |
GETTEXT_PACKAGE = dialupconf |
|---|
| 65 |
GMOFILES = |
|---|
| 66 |
GMSGFMT = /usr/bin/msgfmt |
|---|
| 67 |
INSTOBJEXT = .mo |
|---|
| 68 |
INTLLIBS = |
|---|
| 69 |
MAINT = |
|---|
| 70 |
MAKEINFO = makeinfo |
|---|
| 71 |
MKINSTALLDIRS = ./mkinstalldirs |
|---|
| 72 |
PACKAGE = dialupconf |
|---|
| 73 |
PACKAGE_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include |
|---|
| 74 |
PACKAGE_LIBS = -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 |
|---|
| 75 |
PKG_CONFIG = /usr/bin/pkg-config |
|---|
| 76 |
POFILES = |
|---|
| 77 |
POSUB = po |
|---|
| 78 |
PO_IN_DATADIR_FALSE = |
|---|
| 79 |
PO_IN_DATADIR_TRUE = |
|---|
| 80 |
USE_NLS = yes |
|---|
| 81 |
VERSION = 0.1 |
|---|
| 82 |
|
|---|
| 83 |
SUBDIRS = src po |
|---|
| 84 |
|
|---|
| 85 |
EXTRA_DIST = autogen.sh dialupconf.glade dialupconf.gladep |
|---|
| 86 |
|
|---|
| 87 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 88 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|---|
| 89 |
CONFIG_HEADER = config.h |
|---|
| 90 |
CONFIG_CLEAN_FILES = |
|---|
| 91 |
DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ |
|---|
| 92 |
Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.h.in \ |
|---|
| 93 |
configure configure.in install-sh missing mkinstalldirs |
|---|
| 94 |
|
|---|
| 95 |
|
|---|
| 96 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 97 |
|
|---|
| 98 |
TAR = tar |
|---|
| 99 |
GZIP_ENV = --best |
|---|
| 100 |
all: all-redirect |
|---|
| 101 |
.SUFFIXES: |
|---|
| 102 |
$(srcdir)/Makefile.in: |
|---|
| 103 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile |
|---|
| 104 |
|
|---|
| 105 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
|---|
| 106 |
cd $(top_builddir) \ |
|---|
| 107 |
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|---|
| 108 |
|
|---|
| 109 |
$(ACLOCAL_M4): |
|---|
| 110 |
cd $(srcdir) && $(ACLOCAL) |
|---|
| 111 |
|
|---|
| 112 |
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 113 |
$(SHELL) ./config.status --recheck |
|---|
| 114 |
$(srcdir)/configure: |
|---|
| 115 |
cd $(srcdir) && $(AUTOCONF) |
|---|
| 116 |
|
|---|
| 117 |
config.h: stamp-h |
|---|
| 118 |
@if test ! -f $@; then \ |
|---|
| 119 |
rm -f stamp-h; \ |
|---|
| 120 |
$(MAKE) stamp-h; \ |
|---|
| 121 |
else :; fi |
|---|
| 122 |
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status |
|---|
| 123 |
cd $(top_builddir) \ |
|---|
| 124 |
&& CONFIG_FILES= CONFIG_HEADERS=config.h \ |
|---|
| 125 |
$(SHELL) ./config.status |
|---|
| 126 |
@echo timestamp > stamp-h 2> /dev/null |
|---|
| 127 |
$(srcdir)/config.h.in: |
|---|
| 128 |
@if test ! -f $@; then \ |
|---|
| 129 |
rm -f $(srcdir)/stamp-h.in; \ |
|---|
| 130 |
$(MAKE) $(srcdir)/stamp-h.in; \ |
|---|
| 131 |
else :; fi |
|---|
| 132 |
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h |
|---|
| 133 |
cd $(top_srcdir) && $(AUTOHEADER) |
|---|
| 134 |
@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null |
|---|
| 135 |
|
|---|
| 136 |
mostlyclean-hdr: |
|---|
| 137 |
|
|---|
| 138 |
clean-hdr: |
|---|
| 139 |
|
|---|
| 140 |
distclean-hdr: |
|---|
| 141 |
-rm -f config.h |
|---|
| 142 |
|
|---|
| 143 |
maintainer-clean-hdr: |
|---|
| 144 |
|
|---|
| 145 |
|
|---|
| 146 |
|
|---|
| 147 |
|
|---|
| 148 |
|
|---|
| 149 |
|
|---|
| 150 |
|
|---|
| 151 |
|
|---|
| 152 |
|
|---|
| 153 |
|
|---|
| 154 |
all-recursive install-data-recursive install-exec-recursive \ |
|---|
| 155 |
installdirs-recursive install-recursive uninstall-recursive \ |
|---|
| 156 |
check-recursive installcheck-recursive info-recursive dvi-recursive: |
|---|
| 157 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
|---|
| 158 |
dot_seen=no; \ |
|---|
| 159 |
target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 160 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 161 |
echo "Making $$target in $$subdir"; \ |
|---|
| 162 |
if test "$$subdir" = "."; then \ |
|---|
| 163 |
dot_seen=yes; \ |
|---|
| 164 |
local_target="$$target-am"; \ |
|---|
| 165 |
else \ |
|---|
| 166 |
local_target="$$target"; \ |
|---|
| 167 |
fi; \ |
|---|
| 168 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 169 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 170 |
done; \ |
|---|
| 171 |
if test "$$dot_seen" = "no"; then \ |
|---|
| 172 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|---|
| 173 |
fi; test -z "$$fail" |
|---|
| 174 |
|
|---|
| 175 |
mostlyclean-recursive clean-recursive distclean-recursive \ |
|---|
| 176 |
maintainer-clean-recursive: |
|---|
| 177 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
|---|
| 178 |
dot_seen=no; \ |
|---|
| 179 |
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 180 |
rev="$$subdir $$rev"; \ |
|---|
| 181 |
test "$$subdir" != "." || dot_seen=yes; \ |
|---|
| 182 |
done; \ |
|---|
| 183 |
test "$$dot_seen" = "no" && rev=". $$rev"; \ |
|---|
| 184 |
target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 185 |
for subdir in $$rev; do \ |
|---|
| 186 |
echo "Making $$target in $$subdir"; \ |
|---|
| 187 |
if test "$$subdir" = "."; then \ |
|---|
| 188 |
local_target="$$target-am"; \ |
|---|
| 189 |
else \ |
|---|
| 190 |
local_target="$$target"; \ |
|---|
| 191 |
fi; \ |
|---|
| 192 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 193 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 194 |
done && test -z "$$fail" |
|---|
| 195 |
tags-recursive: |
|---|
| 196 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 197 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|---|
| 198 |
done |
|---|
| 199 |
|
|---|
| 200 |
tags: TAGS |
|---|
| 201 |
|
|---|
| 202 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
|---|
| 203 |
list='$(SOURCES) $(HEADERS)'; \ |
|---|
| 204 |
unique=`for i in $$list; do echo $$i; done | \ |
|---|
| 205 |
awk ' { files[$$0] = 1; } \ |
|---|
| 206 |
END { for (i in files) print i; }'`; \ |
|---|
| 207 |
here=`pwd` && cd $(srcdir) \ |
|---|
| 208 |
&& mkid -f$$here/ID $$unique $(LISP) |
|---|
| 209 |
|
|---|
| 210 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) |
|---|
| 211 |
tags=; \ |
|---|
| 212 |
here=`pwd`; \ |
|---|
| 213 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 214 |
if test "$$subdir" = .; then :; else \ |
|---|
| 215 |
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
|---|
| 216 |
fi; \ |
|---|
| 217 |
done; \ |
|---|
| 218 |
list='$(SOURCES) $(HEADERS)'; \ |
|---|
| 219 |
unique=`for i in $$list; do echo $$i; done | \ |
|---|
| 220 |
awk ' { files[$$0] = 1; } \ |
|---|
| 221 |
END { for (i in files) print i; }'`; \ |
|---|
| 222 |
test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ |
|---|
| 223 |
|| (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)) |
|---|
| 224 |
|
|---|
| 225 |
mostlyclean-tags: |
|---|
| 226 |
|
|---|
| 227 |
clean-tags: |
|---|
| 228 |
|
|---|
| 229 |
distclean-tags: |
|---|
| 230 |
-rm -f TAGS ID |
|---|
| 231 |
|
|---|
| 232 |
maintainer-clean-tags: |
|---|
| 233 |
|
|---|
| 234 |
distdir = $(PACKAGE)-$(VERSION) |
|---|
| 235 |
top_distdir = $(distdir) |
|---|
| 236 |
|
|---|
| 237 |
|
|---|
| 238 |
|
|---|
| 239 |
|
|---|
| 240 |
distcheck: dist |
|---|
| 241 |
-rm -rf $(distdir) |
|---|
| 242 |
GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz |
|---|
| 243 |
mkdir $(distdir)/=build |
|---|
| 244 |
mkdir $(distdir)/=inst |
|---|
| 245 |
dc_install_base=`cd $(distdir)/=inst && pwd`; \ |
|---|
| 246 |
cd $(distdir)/=build \ |
|---|
| 247 |
&& ../configure --srcdir=.. --prefix=$$dc_install_base \ |
|---|
| 248 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 249 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
|---|
| 250 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
|---|
| 251 |
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
|---|
| 252 |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|---|
| 253 |
&& $(MAKE) $(AM_MAKEFLAGS) dist |
|---|
| 254 |
-rm -rf $(distdir) |
|---|
| 255 |
@banner="$(distdir).tar.gz is ready for distribution"; \ |
|---|
| 256 |
dashes=`echo "$$banner" | sed s/./=/g`; \ |
|---|
| 257 |
echo "$$dashes"; \ |
|---|
| 258 |
echo "$$banner"; \ |
|---|
| 259 |
echo "$$dashes" |
|---|
| 260 |
dist: distdir |
|---|
| 261 |
-chmod -R a+r $(distdir) |
|---|
| 262 |
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
|---|
| 263 |
-rm -rf $(distdir) |
|---|
| 264 |
dist-all: distdir |
|---|
| 265 |
-chmod -R a+r $(distdir) |
|---|
| 266 |
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
|---|
| 267 |
-rm -rf $(distdir) |
|---|
| 268 |
distdir: $(DISTFILES) |
|---|
| 269 |
-rm -rf $(distdir) |
|---|
| 270 |
mkdir $(distdir) |
|---|
| 271 |
-chmod 777 $(distdir) |
|---|
| 272 |
here=`cd $(top_builddir) && pwd`; \ |
|---|
| 273 |
top_distdir=`cd $(distdir) && pwd`; \ |
|---|
| 274 |
distdir=`cd $(distdir) && pwd`; \ |
|---|
| 275 |
cd $(top_srcdir) \ |
|---|
| 276 |
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile |
|---|
| 277 |
@for file in $(DISTFILES); do \ |
|---|
| 278 |
d=$(srcdir); \ |
|---|
| 279 |
if test -d $$d/$$file; then \ |
|---|
| 280 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
|---|
| 281 |
else \ |
|---|
| 282 |
test -f $(distdir)/$$file \ |
|---|
| 283 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|---|
| 284 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
|---|
| 285 |
fi; \ |
|---|
| 286 |
done |
|---|
| 287 |
for subdir in $(SUBDIRS); do \ |
|---|
| 288 |
if test "$$subdir" = .; then :; else \ |
|---|
| 289 |
test -d $(distdir)/$$subdir \ |
|---|
| 290 |
|| mkdir $(distdir)/$$subdir \ |
|---|
| 291 |
|| exit 1; \ |
|---|
| 292 |
chmod 777 $(distdir)/$$subdir; \ |
|---|
| 293 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ |
|---|
| 294 |
|| exit 1; \ |
|---|
| 295 |
fi; \ |
|---|
| 296 |
done |
|---|
| 297 |
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook |
|---|
| 298 |
info-am: |
|---|
| 299 |
info: info-recursive |
|---|
| 300 |
dvi-am: |
|---|
| 301 |
dvi: dvi-recursive |
|---|
| 302 |
check-am: all-am |
|---|
| 303 |
check: check-recursive |
|---|
| 304 |
installcheck-am: |
|---|
| 305 |
installcheck: installcheck-recursive |
|---|
| 306 |
all-recursive-am: config.h |
|---|
| 307 |
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
|---|
| 308 |
|
|---|
| 309 |
install-exec-am: |
|---|
| 310 |
install-exec: install-exec-recursive |
|---|
| 311 |
|
|---|
| 312 |
install-data-am: install-data-local |
|---|
| 313 |
install-data: install-data-recursive |
|---|
| 314 |
|
|---|
| 315 |
install-am: all-am |
|---|
| 316 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 317 |
install: install-recursive |
|---|
| 318 |
uninstall-am: |
|---|
| 319 |
uninstall: uninstall-recursive |
|---|
| 320 |
all-am: Makefile config.h |
|---|
| 321 |
all-redirect: all-recursive-am |
|---|
| 322 |
install-strip: |
|---|
| 323 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
|---|
| 324 |
installdirs: installdirs-recursive |
|---|
| 325 |
installdirs-am: |
|---|
| 326 |
|
|---|
| 327 |
|
|---|
| 328 |
mostlyclean-generic: |
|---|
| 329 |
|
|---|
| 330 |
clean-generic: |
|---|
| 331 |
|
|---|
| 332 |
distclean-generic: |
|---|
| 333 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
|---|
| 334 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|---|
| 335 |
|
|---|
| 336 |
maintainer-clean-generic: |
|---|
| 337 |
mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic |
|---|
| 338 |
|
|---|
| 339 |
mostlyclean: mostlyclean-recursive |
|---|
| 340 |
|
|---|
| 341 |
clean-am: clean-hdr clean-tags clean-generic mostlyclean-am |
|---|
| 342 |
|
|---|
| 343 |
clean: clean-recursive |
|---|
| 344 |
|
|---|
| 345 |
distclean-am: distclean-hdr distclean-tags distclean-generic clean-am |
|---|
| 346 |
|
|---|
| 347 |
distclean: distclean-recursive |
|---|
| 348 |
-rm -f config.status |
|---|
| 349 |
|
|---|
| 350 |
maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ |
|---|
| 351 |
maintainer-clean-generic distclean-am |
|---|
| 352 |
@echo "This command is intended for maintainers to use;" |
|---|
| 353 |
@echo "it deletes files that may require special tools to rebuild." |
|---|
| 354 |
|
|---|
| 355 |
maintainer-clean: maintainer-clean-recursive |
|---|
| 356 |
-rm -f config.status |
|---|
| 357 |
|
|---|
| 358 |
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ |
|---|
| 359 |
install-data-recursive uninstall-data-recursive install-exec-recursive \ |
|---|
| 360 |
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
|---|
| 361 |
all-recursive check-recursive installcheck-recursive info-recursive \ |
|---|
| 362 |
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
|---|
| 363 |
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
|---|
| 364 |
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
|---|
| 365 |
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ |
|---|
| 366 |
install-exec-am install-exec install-data-local install-data-am \ |
|---|
| 367 |
install-data install-am install uninstall-am uninstall all-redirect \ |
|---|
| 368 |
all-am all installdirs-am installdirs mostlyclean-generic \ |
|---|
| 369 |
distclean-generic clean-generic maintainer-clean-generic clean \ |
|---|
| 370 |
mostlyclean distclean maintainer-clean |
|---|
| 371 |
|
|---|
| 372 |
|
|---|
| 373 |
install-data-local: |
|---|
| 374 |
@$(NORMAL_INSTALL) |
|---|
| 375 |
if test -d $(srcdir)/pixmaps; then \ |
|---|
| 376 |
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ |
|---|
| 377 |
for pixmap in $(srcdir)/pixmaps/*; do \ |
|---|
| 378 |
if test -f $$pixmap; then \ |
|---|
| 379 |
$(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ |
|---|
| 380 |
fi \ |
|---|
| 381 |
done \ |
|---|
| 382 |
fi |
|---|
| 383 |
|
|---|
| 384 |
dist-hook: |
|---|
| 385 |
if test -d pixmaps; then \ |
|---|
| 386 |
mkdir $(distdir)/pixmaps; \ |
|---|
| 387 |
for pixmap in pixmaps/*; do \ |
|---|
| 388 |
if test -f $$pixmap; then \ |
|---|
| 389 |
cp -p $$pixmap $(distdir)/pixmaps; \ |
|---|
| 390 |
fi \ |
|---|
| 391 |
done \ |
|---|
| 392 |
fi |
|---|
| 393 |
|
|---|
| 394 |
|
|---|
| 395 |
|
|---|
| 396 |
.NOEXPORT: |
|---|