File: Makefile.am

package info (click to toggle)
ude 0.2.8.final-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,096 kB
  • ctags: 1,613
  • sloc: ansic: 12,648; sh: 3,025; makefile: 476; yacc: 318
file content (35 lines) | stat: -rw-r--r-- 1,101 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### if you want to compile the library uncomment the following two lines and
### remove the line after them:
# lib_LTLIBRARIES= libude.la
# libude_la_SOURCES=\
EXTRA_DIST=\
                        ude-box.c \
                        ude-bevels.c \
			ude-desktop.c \
                        ude-settings.c \
                        ude-wraparounds.c \
                        ude-hex.c \
                        ude-button.c \
			ude-vector.c \
			ude-menu.c
# Version information. 
# This could be diferent form the package version see the libtool info manual
# to know why and how to change the numbers
### if you want to compile the library uncomment the following line:
# libude_la_LDFLAGS= -version-info 0:0:0

pkginclude_HEADERS= ude-i18n.h \
                        ude-bevels.h \
			ude-box.h \
			ude-desktop.h \
			ude-events.h \
			ude-types.h \
			ude-vector.h \
                        ude-settings.h \
			ude-wraparounds.h \
			ude-hex.h \
                        ude-button.h \
                        ude-internals.h \
                        ude-raster.xbm \
			ude.h \
			ude-menu.h