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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
$NetBSD: patch-ab,v 1.8 2004/01/29 16:58:03 jmmv Exp $
--- util/Makefile.in.orig 2004-01-15 13:22:41.000000000 +0100
+++ util/Makefile.in
@@ -95,10 +95,10 @@ regex_cmd = @regex_cmd@
SUBDIRS = fbrun
INCLUDES = -I../src/FbTk/
bin_SCRIPTS = fbsetbg fluxbox-generate_menu startfluxbox
-bin_PROGRAMS = bsetroot
-bsetroot_SOURCES = bsetroot.cc bsetroot.hh
-bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o \
- ../src/FbAtoms.o ../src/FbTk/libFbTk.a
+#HF#bin_PROGRAMS = bsetroot
+#HF#bsetroot_SOURCES = bsetroot.cc bsetroot.hh
+#HF#bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o \
+#HF# ../src/FbAtoms.o ../src/FbTk/libFbTk.a
MAINTAINERCLEANFILES = Makefile.in
@@ -109,14 +109,14 @@ subdir = util
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
-bin_PROGRAMS = bsetroot$(EXEEXT)
+#HF#bin_PROGRAMS = bsetroot$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)
-am_bsetroot_OBJECTS = bsetroot.$(OBJEXT)
-bsetroot_OBJECTS = $(am_bsetroot_OBJECTS)
-bsetroot_DEPENDENCIES = ../src/FbRootWindow.o ../src/I18n.o \
- ../src/FbAtoms.o ../src/FbTk/libFbTk.a
-bsetroot_LDFLAGS =
+#HF#am_bsetroot_OBJECTS = bsetroot.$(OBJEXT)
+#HF#bsetroot_OBJECTS = $(am_bsetroot_OBJECTS)
+#HF#bsetroot_DEPENDENCIES = ../src/FbRootWindow.o ../src/I18n.o \
+#HF# ../src/FbAtoms.o ../src/FbTk/libFbTk.a
+#HF#bsetroot_LDFLAGS =
SCRIPTS = $(bin_SCRIPTS)
@@ -126,7 +126,7 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
depcomp = $(SHELL) $(top_srcdir)/depcomp
-@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bsetroot.Po
+#HF#@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bsetroot.Po
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
@@ -144,7 +144,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
-DIST_SOURCES = $(bsetroot_SOURCES)
+#HF#DIST_SOURCES = $(bsetroot_SOURCES)
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-info-recursive all-recursive install-data-recursive \
@@ -152,7 +152,7 @@ RECURSIVE_TARGETS = info-recursive dvi-r
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = Makefile.am Makefile.in
DIST_SUBDIRS = $(SUBDIRS)
-SOURCES = $(bsetroot_SOURCES)
+#HF#SOURCES = $(bsetroot_SOURCES)
all: all-recursive
@@ -198,9 +198,9 @@ uninstall-binPROGRAMS:
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-bsetroot$(EXEEXT): $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
- @rm -f bsetroot$(EXEEXT)
- $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
+#HF#bsetroot$(EXEEXT): $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
+#HF# @rm -f bsetroot$(EXEEXT)
+#HF# $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
install-binSCRIPTS: $(bin_SCRIPTS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(bindir)
@@ -229,7 +229,7 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsetroot.Po@am__quote@
+#HF#@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsetroot.Po@am__quote@
distclean-depend:
-rm -rf $(DEPDIR)
@@ -477,8 +477,8 @@ all-local: startfluxbox
clean-local:
rm -f startfluxbox fluxbox-generate_menu
-bsetroot.o: bsetroot.cc ../config.h bsetroot.hh \
- ../src/FbRootWindow.hh ../src/FbAtoms.hh
+#HF#bsetroot.o: bsetroot.cc ../config.h bsetroot.hh \
+#HF# ../src/FbRootWindow.hh ../src/FbAtoms.hh
startfluxbox: startfluxbox.in
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir),g" \
|