File: Makefile.am

package info (click to toggle)
zile 2.0.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,496 kB
  • ctags: 1,256
  • sloc: ansic: 13,691; sh: 922; makefile: 189
file content (21 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.16 2005/01/03 11:06:39 rrt Exp $

SUBDIRS = doc src

EXTRA_DIST =					\
	AUTHORS					\
	COPYING					\
	INSTALL					\
	NEWS					\
	README					\
	THANKS					\
	zile.pkg

CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src

dist-epoc:
	emxsis zile.pkg
	cp README Readme.txt
	zip zile.zip zile.sis Readme.txt
	rm Readme.txt