File: Makefile.am

package info (click to toggle)
qbrew 0.3.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,100 kB
  • ctags: 1,027
  • sloc: cpp: 7,546; sh: 3,521; perl: 1,915; makefile: 184
file content (20 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = qbrew data pics docs

EXTRA_DIST = AUTHORS INSTALL TODO Makefile.cvs config win mac

pkgdata_DATA = ChangeLog LICENSE README paleale.qbrew stout.qbrew

AUTOMAKE_OPTIONS = foreign no-dependencies

uninstall-hook:
	rmdir $(pkgdatadir)

dist-hook:
	perl $(top_distdir)/config/am_edit --no-final
	rm -f $(distdir)/src/$(PACKAGE)

images: Makefile
	qembed --images \
	pics/*.png \
	pics/icons/16x16/*.png \
	pics/icons/22x22/*.png > qbrew/images.h