File: GNUmakefile

package info (click to toggle)
popplerkit.framework 0.0.20051227svn-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: objc: 2,303; cpp: 672; sh: 475; ansic: 55; makefile: 29
file content (26 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include $(GNUSTEP_MAKEFILES)/common.make

TOOL_NAME=UnitTests

ADDITIONAL_TOOL_LIBS+= \
-lPopplerKit \
-L../PopplerKit.framework/Versions/Current \
-lgnustep-base \
-lgnustep-gui \
-lObjcUnit \
-lMocKit

UnitTests_OBJCFLAGS=-g -Wall -Wno-import -I../.. -DGNUSTEP

UnitTests_OBJC_FILES=\
AllTests.m \
PopplerDocumentTest.m \
PopplerPageTest.m \
PopplerRendererTest.m \
PopplerTextSearchTest.m \
PopplerCachingRendererTest.m \
TestSettings.m

include $(GNUSTEP_MAKEFILES)/tool.make