2006-11-25 10:32:04 -07:00
|
|
|
if BUILD_SXPM
|
|
|
|
|
|
|
|
bin_PROGRAMS = sxpm
|
|
|
|
|
2010-10-31 09:46:32 -06:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
2009-10-31 12:33:17 -06:00
|
|
|
AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS)
|
2006-11-25 10:32:04 -07:00
|
|
|
|
|
|
|
sxpm_SOURCES = sxpm.c
|
|
|
|
|
2010-10-31 09:46:32 -06:00
|
|
|
LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la
|
2006-11-25 10:32:04 -07:00
|
|
|
|
2007-09-30 02:38:09 -06:00
|
|
|
if USE_GETTEXT
|
|
|
|
noinst_DATA = sxpm.po
|
|
|
|
|
|
|
|
sxpm.po: $(sxpm_SOURCES:%=$(srcdir)/%)
|
2009-10-31 12:33:17 -06:00
|
|
|
$(AM_V_GEN)xgettext -c"L10N_Comments" -d sxpm -n $(sxpm_SOURCES:%=$(srcdir)/%)
|
2007-09-30 02:38:09 -06:00
|
|
|
|
2012-03-10 07:30:32 -07:00
|
|
|
CLEANFILES = sxpm.po
|
2007-09-30 02:38:09 -06:00
|
|
|
endif
|
2006-11-25 10:32:04 -07:00
|
|
|
endif
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
plaid_ext.xpm \
|
|
|
|
plaid_mask.xpm \
|
2012-03-10 07:30:32 -07:00
|
|
|
plaid.xpm
|