gtk2/glib/Makefile.am

44 lines
693 B
Makefile
Raw Normal View History

1997-11-24 22:37:52 +00:00
## Process this file with automake to produce Makefile.in
configincludedir = $(pkglibdir)/include
1997-11-24 22:37:52 +00:00
lib_LTLIBRARIES = libglib.la
libglib_la_SOURCES = \
garray.c \
gcache.c \
gerror.c \
ghash.c \
glist.c \
gmem.c \
gprimes.c \
gslist.c \
gtimer.c \
gtree.c \
gstring.c \
gscanner.c \
gutils.c
1997-11-24 22:37:52 +00:00
include_HEADERS = \
glib.h
configinclude_DATA = \
glibconfig.h
1997-11-24 22:37:52 +00:00
libglib_la_LDFLAGS = -version-info 1:0:0
INCLUDES = -I$(top_srcdir)
1997-11-24 22:37:52 +00:00
noinst_PROGRAMS = testglib
testglib_LDADD = libglib.la
1997-11-24 22:37:52 +00:00
.PHONY: files release
files:
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
echo $$p; \
done
release:
$(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`