efl/legacy/evas/src/lib/file/Makefile.am

22 lines
646 B
Makefile
Raw Normal View History

2002-11-08 00:02:15 -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. \
2002-11-08 00:02:15 -08:00
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/include \
@FREETYPE_CFLAGS@ \
-DPACKAGE_BIN_DIR=\"@PACKAGE_BIN_DIR@\" \
-DPACKAGE_LIB_DIR=\"@PACKAGE_LIB_DIR@\" \
-DPACKAGE_DATA_DIR=\"@PACKAGE_DATA_DIR@\"
2002-11-08 00:02:15 -08:00
noinst_LTLIBRARIES = libevas_file.la
libevas_file_la_SOURCES = \
evas_path.c \
evas_module.c
2002-11-08 00:02:15 -08:00
libevas_file_la_DEPENDENCIES = $(top_builddir)/config.h