File: Makefile.am

package info (click to toggle)
asc 2.6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 82,860 kB
  • ctags: 26,395
  • sloc: cpp: 158,660; sh: 11,274; ansic: 6,878; makefile: 604; perl: 138
file content (44 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
MAINTAINERCLEANFILES	= Makefile.in

SUBDIRS 		= source data doc installer unittester @extradatadir@
EXTRA_DIST 		= asc.kdevelop AUTHORS COPYING ChangeLog INSTALL README TODO asc.lsm bootstrap asc.suse.spec mac_configure
AUTOMAKE_OPTIONS 	= foreign

.PHONY: htmldoc installer tarball pbpinstaller unitguide cvstag SWIG

pkgdata_DATA 		= @PACKAGE@.appdata.xml
pkgdatadir 		= $(datadir)/appdata/


htmldoc:
	cd source && make htmldoc

installer: 
	cd installer && make installer

tarball:
	cd installer && make tarball

pbpinstaller: 
	cd installer && make pbpinstaller 

unitguide:
	cd doc && make unitguide
	
SWIG: 
	cd source/lua && make SWIG	

thoroughcheck:
	cd unittester && ./unittester --valgrind

hgtag:
	hg tag ASC`scripts/getversion source/strtmesg.cpp | sed s/\\\\./-/g`

hgpbptag:
	hg tag -f PBP ASC`scripts/getversion source/strtmesg.cpp | sed s/\\\\./-/g`

dist-hook:
	rm -rf `find $(distdir) -name CVS -o -name "*.ascdat" -o -name asc2_dlg.zip -o -name "*~" -o -name .cvsignore -o -name ".#*"`
	rm -rf `find $(distdir)/data/music -name "*.ogg" `
	chmod ugo-x doc/manpages/*.6 doc/unitguide/output/*.gif doc/unitguide/output/*.html doc/unitguide/output/*.txt