summaryrefslogtreecommitdiffstats
path: root/pics/tiny/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-20 13:34:43 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-20 13:48:38 +0200
commit37056b4b757f91c5d53be4ba750dde758a05765d (patch)
tree9cc019ba475db9952e16e4cfa2c22da28d97b2d8 /pics/tiny/Makefile.am
parent61e3123dccf41518a4959991c2e1ca53896ed945 (diff)
downloadtdepacman-37056b4b757f91c5d53be4ba750dde758a05765d.tar.gz
tdepacman-37056b4b757f91c5d53be4ba750dde758a05765d.zip
Drop automake build support.
Remove empty folder templates. Delete gmo files from the po folder. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'pics/tiny/Makefile.am')
-rw-r--r--pics/tiny/Makefile.am40
1 files changed, 0 insertions, 40 deletions
diff --git a/pics/tiny/Makefile.am b/pics/tiny/Makefile.am
deleted file mode 100644
index e0c7ae9..0000000
--- a/pics/tiny/Makefile.am
+++ /dev/null
@@ -1,40 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-
-EXTRA_DIST = dying.xpm eyes.xpm fruit.xpm lifes.xpm monster.xpm pacman.xpm point.xpm prison.xpm switch.xpm wall.xpm
-
-install-data-local:
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/dying.xpm $(kde_datadir)/kpacman/pics/tiny/dying.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/eyes.xpm $(kde_datadir)/kpacman/pics/tiny/eyes.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/fruit.xpm $(kde_datadir)/kpacman/pics/tiny/fruit.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/lifes.xpm $(kde_datadir)/kpacman/pics/tiny/lifes.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/monster.xpm $(kde_datadir)/kpacman/pics/tiny/monster.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/pacman.xpm $(kde_datadir)/kpacman/pics/tiny/pacman.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/point.xpm $(kde_datadir)/kpacman/pics/tiny/point.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/prison.xpm $(kde_datadir)/kpacman/pics/tiny/prison.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/switch.xpm $(kde_datadir)/kpacman/pics/tiny/switch.xpm
- $(mkinstalldirs) $(kde_datadir)/kpacman/pics/tiny/
- $(INSTALL_DATA) $(srcdir)/wall.xpm $(kde_datadir)/kpacman/pics/tiny/wall.xpm
-
-uninstall-local:
- -rm -f $(kde_datadir)/kpacman/pics/tiny/dying.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/eyes.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/fruit.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/lifes.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/monster.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/pacman.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/point.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/prison.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/switch.xpm
- -rm -f $(kde_datadir)/kpacman/pics/tiny/wall.xpm
-
-####### tdevelop will overwrite this part!!! (end)############