File: Makefile.am

package info (click to toggle)
zile 2.2.24-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,488 kB
  • ctags: 1,178
  • sloc: ansic: 12,846; sh: 926; makefile: 189
file content (20 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

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