blob: e4bacc71b5d890a8681fc5135dc9a643f3a22a52 (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
--- programs/arrow/Make.header.orig Mon Oct 4 20:07:33 1999
+++ programs/arrow/Make.header Wed Jun 14 14:41:40 2000
@@ -19,7 +19,7 @@
# Directories to search for header files
-SEARCHDIRS := -I- \
+SEARCHDIRS = -I- \
-I${CODEDIR} \
-I${MAILTREE} \
-I${ADDBOOKTREE} \
@@ -29,7 +29,8 @@
-I${JXDIR} \
-I${MENUIMGDIR} \
-I${JSEARCHDIR} \
- -I${ACE_ROOT}
+ -I${ACE_ROOT} \
+ ${J_X11_INCLUDE_DIR}
# other constants
@@ -47,15 +48,6 @@
# library dependencies
-ifdef J_BUILD_SHARED_LIB
- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.so \
- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.so \
- ${JLIBDIR}/libjsearch-${JSEARCH_LIB_VERSION}.so
-else
- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.a \
- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.a \
- ${JLIBDIR}/libjsearch-${JSEARCH_LIB_VERSION}.a
-endif
# make variables
@@ -75,7 +67,7 @@
#####
.PHONY : default
-default: libs arrow
+default: arrow
.PHONY : Makefiles
Makefiles:
|