1cdf0e10cSrcweirPRJ=..$/..
2cdf0e10cSrcweir
3cdf0e10cSrcweirPRJNAME=writerperfect
4cdf0e10cSrcweirTARGET=wpdimp
5cdf0e10cSrcweirENABLE_EXCEPTIONS=true
6cdf0e10cSrcweir
7cdf0e10cSrcweir.INCLUDE :  settings.mk
8cdf0e10cSrcweir
9*0bd633abSJürgen Schmidt.IF "$(SYSTEM_LIBWPD)" == "YES"
100ea1a209SEike Rathke
11cdf0e10cSrcweir.IF "$(SYSTEM_LIBWPD)" == "YES"
12cdf0e10cSrcweirINCPRE+=$(LIBWPD_CFLAGS) -I..
13cdf0e10cSrcweir.ELSE
14cdf0e10cSrcweir# broken but ... necessary, internal include shafted ...
15cdf0e10cSrcweirINCPRE+=-I..
16cdf0e10cSrcweir.ENDIF
17cdf0e10cSrcweir
18cdf0e10cSrcweirSLOFILES= \
19cdf0e10cSrcweir	$(SLO)$/WordPerfectCollector.obj  \
20cdf0e10cSrcweir	$(SLO)$/WordPerfectImportFilter.obj  \
21cdf0e10cSrcweir	$(SLO)$/wpft_genericfilter.obj
22cdf0e10cSrcweir
23cdf0e10cSrcweir.INCLUDE :  target.mk
240ea1a209SEike Rathke
250ea1a209SEike Rathke.ELSE
260ea1a209SEike Rathkeall:
27*0bd633abSJürgen Schmidt	@echo "no system libwpd is used..."
280ea1a209SEike Rathke.ENDIF
29