~ubuntu-branches/ubuntu/trusty/xmedcon/trusty

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
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## filename: Makefile.am                                                   ##
##                                                                         ##
## UTIL Make   : Medical Image Conversion Utility                          ##
##                                                                         ##
## purpose     : gtk subdir Makefile template (automake)                   ##
##                                                                         ##
## project     : (X)MedCon by Erik Nolf                                    ##
##                                                                         ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## $Id: Makefile.am,v 1.8 2005/07/06 23:25:00 enlf Exp $

AUTOMAKE_OPTIONS = gnu

RC_FILES = \
 xmedconrc \
 xmedconrc.linux \
 xmedconrc.win32

ICONS = xmedcon.ico xmedcon.png

GTK_DIST = README $(RC_FILES) $(ICONS)

sysconf_DATA = $(RC_FILES) $(ICONS)

EXTRA_DIST = \
 $(GTK_DIST) \
 xmedcon.spec

DISTCLEANFILES = \
 xmedcon-*.info \
 xmedcon-*.iss \
 xmedcon-*.ebuild