xenocara/lib/libXpm/sxpm/Makefile.am

41 lines
780 B
Makefile
Raw Normal View History

2006-11-25 10:32:04 -07:00
if BUILD_SXPM
bin_PROGRAMS = sxpm
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
LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la
2006-11-25 10:32:04 -07:00
# Man page
appmandir = $(APP_MAN_DIR)
appman_PRE = sxpm.man
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
CLEANFILES = $(appman_DATA)
SUFFIXES = .$(APP_MAN_SUFFIX) .man
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
2006-11-25 10:32:04 -07:00
.man.$(APP_MAN_SUFFIX):
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
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
CLEANFILES += sxpm.po
endif
2006-11-25 10:32:04 -07:00
endif
EXTRA_DIST = \
plaid_ext.xpm \
plaid_mask.xpm \
plaid.xpm \
sxpm.man