blob: 71146ecb5d830ad2d3b281cefd9ffebbe1b0b1e7 (
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
47
48
49
50
51
52
53
54
55
56
57
|
$NetBSD: patch-dh,v 1.2 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/file_chooser/Imakefile.orig 1993-06-29 05:17:58.000000000 +0000
+++ lib/libxview/file_chooser/Imakefile
@@ -27,35 +27,35 @@ HDRSPRIVATE= fchsr_impl.h flist_impl.h x
path_impl.h hist_impl.h
DATA_OBJS = fchsr_data.o\
- flist_data.o\
- path_data.o\
- hist_data.o
+ flist_data.o\
+ path_data.o\
+ hist_data.o
TEXT_OBJS =\
- file_chsr.o\
+ file_chsr.o\
fc_layout.o\
file_list.o\
path.o\
xv_path_util.o\
hist_list.o\
hist_menu.o\
- fchsr_data.o\
- flist_data.o\
- path_data.o\
+ fchsr_data.o\
+ flist_data.o\
+ path_data.o\
hist_data.o
SRCS =\
- file_chsr.c\
- fc_layout.c\
- file_list.c\
- path.c\
- xv_path_util.c\
- hist_list.c\
- hist_menu.c\
- fchsr_data.c\
- flist_data.c\
- path_data.c\
+ file_chsr.c\
+ fc_layout.c\
+ file_list.c\
+ path.c\
+ xv_path_util.c\
+ hist_list.c\
+ hist_menu.c\
+ fchsr_data.c\
+ flist_data.c\
+ path_data.c\
hist_data.c
LIBTARGET = xview
|