efl/legacy/eet/src/lib/Makefile.am

24 lines
635 B
Makefile
Raw Normal View History

2002-12-02 15:39:26 -08:00
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.4 foreign
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I. \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/include
2002-12-02 15:39:26 -08:00
lib_LTLIBRARIES = libeet.la
include_HEADERS = Eet.h
libeet_la_SOURCES = \
eet_lib.c \
eet_data.c \
eet_memfile.c \
Eet_private.h
2002-12-02 15:39:26 -08:00
2004-10-21 19:40:32 -07:00
libeet_la_LIBADD = -lz -ljpeg @fnmatch_libs@ @winsock_libs@
2002-12-02 15:39:26 -08:00
libeet_la_DEPENDENCIES = $(top_builddir)/config.h
2004-11-01 19:34:42 -08:00
libeet_la_LDFLAGS = -version-info 9:9:9