1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = lttvwindow glade
7 if test -d $(srcdir)/pixmaps; then \
8 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
9 for pixmap in $(srcdir)/pixmaps/*; do \
10 if test -f $$pixmap; then \
11 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
17 if test -d pixmaps; then \
18 mkdir $(distdir)/pixmaps; \
19 for pixmap in pixmaps/*; do \
20 if test -f $$pixmap; then \
21 cp -p $$pixmap $(distdir)/pixmaps; \