2013-08-02 17:08:36 -05:00
|
|
|
AM_CPPFLAGS = \
|
2011-11-07 13:46:58 -06:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
2011-11-07 16:52:18 -06:00
|
|
|
-I$(top_srcdir)/pluma \
|
|
|
|
-I$(top_builddir)/pluma \
|
|
|
|
$(PLUMA_CFLAGS) \
|
2011-11-07 13:46:58 -06:00
|
|
|
$(IGE_MAC_CFLAGS) \
|
|
|
|
$(WARN_CFLAGS) \
|
|
|
|
$(DISABLE_DEPRECATED_CFLAGS)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libosx.la
|
|
|
|
|
|
|
|
libosx_la_LDFLAGS = -framework Carbon -framework ApplicationServices -framework Cocoa
|
|
|
|
libosx_la_LIBADD = -lobjc
|
|
|
|
libosx_la_CFLAGS = -xobjective-c
|
|
|
|
|
|
|
|
libosx_la_SOURCES = \
|
2011-11-07 16:52:18 -06:00
|
|
|
pluma-osx.c \
|
|
|
|
pluma-osx.h \
|
|
|
|
pluma-osx-delegate.m \
|
|
|
|
pluma-osx-delegate.h
|
2011-11-07 13:46:58 -06:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|