added a bunch of utility/wrapper functions: g_basename(), g_getcwd(),
[platform/upstream/glib.git] / glib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 configincludedir = $(pkglibdir)/include
4
5 bin_SCRIPTS=glib-config
6
7 EXTRA_DIST =    \
8                 glib.m4
9
10 lib_LTLIBRARIES = libglib-1.1.la
11
12 libglib_1_1_la_SOURCES = \
13                 garray.c        \
14                 gcache.c        \
15                 gcompletion.c   \
16                 gdataset.c      \
17                 gerror.c        \
18                 ghash.c         \
19                 glist.c         \
20                 gmem.c          \
21                 gmessages.c     \
22                 gprimes.c       \
23                 gslist.c        \
24                 gtimer.c        \
25                 gtree.c         \
26                 grel.c          \
27                 gstring.c       \
28                 gstrfuncs.c     \
29                 gscanner.c      \
30                 gutils.c
31
32 include_HEADERS = \
33                 glib.h
34
35 configinclude_DATA = \
36                 glibconfig.h
37
38 libglib_1_1_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
39
40 INCLUDES = -I$(top_srcdir)
41
42 noinst_PROGRAMS = testglib
43 testglib_LDADD = libglib-@LT_RELEASE@.la
44
45 m4datadir = $(datadir)/aclocal
46 m4data_DATA = glib.m4
47
48 .PHONY: files release
49
50 files:
51         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
52           echo $$p; \
53         done
54
55 release:
56         $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`