Last change
on this file since 496 was
496,
checked in by dmik, 9 years ago
|
Fix makefiles to support kBuild from RPM.
|
File size:
1.4 KB
|
Line | |
---|
1 | ## @file |
---|
2 | # |
---|
3 | |
---|
4 | SUB_DEPTH = ../../.. |
---|
5 | include $(KBUILD_PATH)/subheader.kmk |
---|
6 | |
---|
7 | # |
---|
8 | # Target lists |
---|
9 | # |
---|
10 | DLLS += lupoppler |
---|
11 | |
---|
12 | # |
---|
13 | # LuPopplerDocument SOM Class |
---|
14 | # |
---|
15 | lupoppler_TEMPLATE = SomDll |
---|
16 | lupoppler_NAME = lupplr |
---|
17 | lupoppler_INCS = \ |
---|
18 | ../ludoc $(lupoppler_0_OUTDIR)/../ludoc \ |
---|
19 | ../../../poppler/mypoppler \ |
---|
20 | ../../../poppler/mypoppler/poppler \ |
---|
21 | ../../../poppler/fc-emulate-os2 |
---|
22 | lupoppler_SOURCES = \ |
---|
23 | lupoppler.idl \ |
---|
24 | lupifield.idl \ |
---|
25 | lupibutton.idl \ |
---|
26 | lupitext.idl \ |
---|
27 | lupichoice.idl \ |
---|
28 | lupoppler.def |
---|
29 | lupoppler_IDLSOURCES = \ |
---|
30 | lupoppler.cpp \ |
---|
31 | lupifield.cpp \ |
---|
32 | lupibutton.cpp \ |
---|
33 | lupitext.cpp \ |
---|
34 | lupichoice.cpp |
---|
35 | lupoppler_LIBS = \ |
---|
36 | $(PATH_STAGE_LIB)/ludoc$(SUFF_LIB) \ |
---|
37 | $(LIB_POPPLER_LIBS) |
---|
38 | |
---|
39 | include $(FILE_KBUILD_SUB_FOOTER) |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.