1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 INCLUDES = -I$(top_srcdir)/include
7 noinst_LIBRARIES = libplugin-common.a
17 libplugin_common_a_SOURCES = \
30 $(MAKE) all CFLAGS="@DEBUG@"
33 $(MAKE) all CFLAGS="@PROFILE@"