sogo/OpenChange/GNUmakefile.unrtf
Wolfgang Sourdeau 435e6361b0 Monotone-Parent: 8433690e83501187848cc751a754f1f1fdf2d8c5
Monotone-Revision: 8387e16ec4baa1ac1d8fd5958d3681e5bcf43e92

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-09T15:02:04
Monotone-Branch: ca.inverse.sogo
2011-11-09 15:02:04 +00:00

35 lines
575 B
Makefile

# -*-makefile-*-
# GNUstep makefile
include $(GNUSTEP_MAKEFILES)/common.make
UNRTF = unrtf
SUBPROJECT_NAME = $(UNRTF)
$(UNRTF)_C_FILES = \
attr.c \
convert.c \
error.c \
hash.c \
malloc.c \
my_iconv.c \
output.c \
parse.c \
unicode.c \
user.c \
util.c \
word.c
$(UNRTF)_CFLAGS = -DHAVE_CONFIG_H=1 -I. -I../
# Option include to set any additional variables
-include GNUmakefile.preamble
# Include in the rules for making libraries
include $(GNUSTEP_MAKEFILES)/subproject.make
# Option include to define any additional rules
-include GNUmakefile.postamble