Last change
on this file since 542 was
496,
checked in by dmik, 9 years ago
|
Fix makefiles to support kBuild from RPM.
|
File size:
512 bytes
|
Line | |
---|
1 | ## @file |
---|
2 | # |
---|
3 | |
---|
4 | SUB_DEPTH = .. |
---|
5 | include $(KBUILD_PATH)/subheader.kmk |
---|
6 | |
---|
7 | # |
---|
8 | # Include sub-makefiles |
---|
9 | # |
---|
10 | include $(PATH_SUB_CURRENT)/plugins/Makefile.kmk |
---|
11 | include $(PATH_SUB_CURRENT)/gui/Makefile.kmk |
---|
12 | |
---|
13 | # |
---|
14 | # Target lists |
---|
15 | # |
---|
16 | INSTALLS += Lucide_doc |
---|
17 | |
---|
18 | # |
---|
19 | # Lucide documentation |
---|
20 | # |
---|
21 | Lucide_doc_INST = $(INST_BIN) |
---|
22 | Lucide_doc_SOURCES := \ |
---|
23 | changelog readme $(wildcard $(PATH_SUB_CURRENT)/readme_*.txt) \ |
---|
24 | $(wildcard $(PATH_SUB_CURRENT)/LICENSE.*) \ |
---|
25 | gui/bitmaps/Lucide.ico |
---|
26 | |
---|
27 | include $(FILE_KBUILD_SUB_FOOTER) |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.