15
15
@SET_MAKE@
16
16
17
17
18
+
18
19
VPATH = @srcdir@
19
20
am__is_gnu_make = { \
20
21
if test -z '$(MAKELEVEL ) '; then \
@@ -160,7 +161,8 @@ am_libCommon_a_OBJECTS = \
160
161
Common/libCommon_a-WAVFileReader.$(OBJEXT ) \
161
162
Common/libCommon_a-WAVFileStore.$(OBJEXT ) $(am__objects_1 )
162
163
libCommon_a_OBJECTS = $(am_libCommon_a_OBJECTS )
163
- am__installdirs = "$(DESTDIR )$(bindir ) " "$(DESTDIR )$(sbindir ) "
164
+ am__installdirs = "$(DESTDIR )$(bindir ) " "$(DESTDIR )$(sbindir ) " \
165
+ "$(DESTDIR )$(opendvlogdir ) " "$(DESTDIR )$(pkgsysconfdir ) "
164
166
PROGRAMS = $(bin_PROGRAMS ) $(sbin_PROGRAMS )
165
167
am__analoguerepeater_SOURCES_DIST = Common/ActiveHangSet.cpp \
166
168
Common/AddressTextCtrl.cpp Common/CallsignTextCtrl.cpp \
@@ -264,6 +266,34 @@ am__can_run_installinfo = \
264
266
n|no|NO) false;; \
265
267
*) (install-info --version) >/dev/null 2>&1;; \
266
268
esac
269
+ am__vpath_adj_setup = srcdirstrip=` echo " $( srcdir) " | sed ' s|.|.|g' ` ;
270
+ am__vpath_adj = case $$p in \
271
+ $(srcdir ) /*) f=` echo " $$ p" | sed " s|^$$ srcdirstrip/||" ` ;; \
272
+ *) f=$$p;; \
273
+ esac;
274
+ am__strip_dir = f=` echo $$ p | sed -e ' s|^.*/||' ` ;
275
+ am__install_max = 40
276
+ am__nobase_strip_setup = \
277
+ srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*|]/\\\\&/g' `
278
+ am__nobase_strip = \
279
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
280
+ am__nobase_list = $(am__nobase_strip_setup ) ; \
281
+ for p in $$list; do echo "$$p $$p"; done | \
282
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
283
+ $(AWK ) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
284
+ if (++n[$$2] == $(am__install_max ) ) \
285
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
286
+ END { for (dir in files) print dir, files[dir] }'
287
+ am__base_list = \
288
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
289
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
290
+ am__uninstall_files_from_dir = { \
291
+ test -z "$$files" \
292
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
293
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
294
+ $(am__cd ) "$$dir" && rm -f $$files; }; \
295
+ }
296
+ DATA = $(opendvlog_DATA ) $(pkgsysconf_DATA )
267
297
am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $(LISP )
268
298
# Read a list of newline-separated strings from the standard input,
269
299
# and print each of them once, without duplicates. Input order is
@@ -324,7 +354,8 @@ CXX = @CXX@
324
354
CXXDEPMODE = @CXXDEPMODE@
325
355
CXXFLAGS = @CXXFLAGS@
326
356
CYGPATH_W = @CYGPATH_W@
327
- DEFS = @DEFS@
357
+ DEFS = @DEFS@ -DLOG_DIR=\"${opendvlogdir}\" \
358
+ -DCONF_DIR=\"${pkgsysconfdir}\"
328
359
DEPDIR = @DEPDIR@
329
360
ECHO_C = @ECHO_C@
330
361
ECHO_N = @ECHO_N@
@@ -420,6 +451,10 @@ target_alias = @target_alias@
420
451
top_build_prefix = @top_build_prefix@
421
452
top_builddir = @top_builddir@
422
453
top_srcdir = @top_srcdir@
454
+ opendvlogdir = ${localstatedir}/log/opendv
455
+ opendvlog_DATA =
456
+ pkgsysconfdir = ${sysconfdir}/opendv
457
+ pkgsysconf_DATA =
423
458
noinst_LIBRARIES = libCommon.a
424
459
libCommon_a_SOURCES = Common/ArduinoController.cpp \
425
460
Common/AudioDelay.cpp Common/CWKeyer.cpp \
@@ -1640,6 +1675,48 @@ AnalogueRepeater/analoguerepeaterd-AnalogueRepeaterStatusData.obj: AnalogueRepea
1640
1675
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='AnalogueRepeater/AnalogueRepeaterStatusData.cpp' object='AnalogueRepeater/analoguerepeaterd-AnalogueRepeaterStatusData.obj' libtool=no @AMDEPBACKSLASH@
1641
1676
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1642
1677
@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(analoguerepeaterd_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AnalogueRepeater/analoguerepeaterd-AnalogueRepeaterStatusData.obj `if test -f 'AnalogueRepeater/AnalogueRepeaterStatusData.cpp'; then $(CYGPATH_W) 'AnalogueRepeater/AnalogueRepeaterStatusData.cpp'; else $(CYGPATH_W) '$(srcdir)/AnalogueRepeater/AnalogueRepeaterStatusData.cpp'; fi`
1678
+ install-opendvlogDATA : $(opendvlog_DATA )
1679
+ @$(NORMAL_INSTALL )
1680
+ @list=' $(opendvlog_DATA)' ; test -n " $( opendvlogdir) " || list=; \
1681
+ if test -n " $$ list" ; then \
1682
+ echo " $( MKDIR_P) '$( DESTDIR) $( opendvlogdir) '" ; \
1683
+ $(MKDIR_P ) " $( DESTDIR) $( opendvlogdir) " || exit 1; \
1684
+ fi ; \
1685
+ for p in $$ list; do \
1686
+ if test -f " $$ p" ; then d=; else d=" $( srcdir) /" ; fi ; \
1687
+ echo " $$ d$$ p" ; \
1688
+ done | $(am__base_list ) | \
1689
+ while read files; do \
1690
+ echo " $( INSTALL_DATA) $$ files '$( DESTDIR) $( opendvlogdir) '" ; \
1691
+ $(INSTALL_DATA ) $$ files " $( DESTDIR) $( opendvlogdir) " || exit $$? ; \
1692
+ done
1693
+
1694
+ uninstall-opendvlogDATA :
1695
+ @$(NORMAL_UNINSTALL )
1696
+ @list=' $(opendvlog_DATA)' ; test -n " $( opendvlogdir) " || list=; \
1697
+ files=` for p in $$ list; do echo $$ p; done | sed -e ' s|^.*/||' ` ; \
1698
+ dir=' $(DESTDIR)$(opendvlogdir)' ; $(am__uninstall_files_from_dir )
1699
+ install-pkgsysconfDATA : $(pkgsysconf_DATA )
1700
+ @$(NORMAL_INSTALL )
1701
+ @list=' $(pkgsysconf_DATA)' ; test -n " $( pkgsysconfdir) " || list=; \
1702
+ if test -n " $$ list" ; then \
1703
+ echo " $( MKDIR_P) '$( DESTDIR) $( pkgsysconfdir) '" ; \
1704
+ $(MKDIR_P ) " $( DESTDIR) $( pkgsysconfdir) " || exit 1; \
1705
+ fi ; \
1706
+ for p in $$ list; do \
1707
+ if test -f " $$ p" ; then d=; else d=" $( srcdir) /" ; fi ; \
1708
+ echo " $$ d$$ p" ; \
1709
+ done | $(am__base_list ) | \
1710
+ while read files; do \
1711
+ echo " $( INSTALL_DATA) $$ files '$( DESTDIR) $( pkgsysconfdir) '" ; \
1712
+ $(INSTALL_DATA ) $$ files " $( DESTDIR) $( pkgsysconfdir) " || exit $$? ; \
1713
+ done
1714
+
1715
+ uninstall-pkgsysconfDATA :
1716
+ @$(NORMAL_UNINSTALL )
1717
+ @list=' $(pkgsysconf_DATA)' ; test -n " $( pkgsysconfdir) " || list=; \
1718
+ files=` for p in $$ list; do echo $$ p; done | sed -e ' s|^.*/||' ` ; \
1719
+ dir=' $(DESTDIR)$(pkgsysconfdir)' ; $(am__uninstall_files_from_dir )
1643
1720
1644
1721
ID : $(am__tagged_files )
1645
1722
$(am__define_uniq_tagged_files ) ; mkid -fID $$ unique
@@ -1865,9 +1942,9 @@ distcleancheck: distclean
1865
1942
exit 1; } >&2
1866
1943
check-am : all-am
1867
1944
check : check-am
1868
- all-am : Makefile $(LIBRARIES ) $(PROGRAMS )
1945
+ all-am : Makefile $(LIBRARIES ) $(PROGRAMS ) $( DATA )
1869
1946
installdirs :
1870
- for dir in " $( DESTDIR) $( bindir) " " $( DESTDIR) $( sbindir) " ; do \
1947
+ for dir in " $( DESTDIR) $( bindir) " " $( DESTDIR) $( sbindir) " " $( DESTDIR ) $( opendvlogdir ) " " $( DESTDIR ) $( pkgsysconfdir ) " ; do \
1871
1948
test -z " $$ dir" || $(MKDIR_P ) " $$ dir" ; \
1872
1949
done
1873
1950
install : install-am
@@ -1928,7 +2005,7 @@ info: info-am
1928
2005
1929
2006
info-am :
1930
2007
1931
- install-data-am :
2008
+ install-data-am : install-opendvlogDATA install-pkgsysconfDATA
1932
2009
1933
2010
install-dvi : install-dvi-am
1934
2011
@@ -1975,7 +2052,8 @@ ps: ps-am
1975
2052
1976
2053
ps-am :
1977
2054
1978
- uninstall-am : uninstall-binPROGRAMS uninstall-sbinPROGRAMS
2055
+ uninstall-am : uninstall-binPROGRAMS uninstall-opendvlogDATA \
2056
+ uninstall-pkgsysconfDATA uninstall-sbinPROGRAMS
1979
2057
1980
2058
.MAKE : install-am install-strip
1981
2059
@@ -1989,13 +2067,14 @@ uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
1989
2067
html-am info info-am install install-am install-binPROGRAMS \
1990
2068
install-data install-data-am install-dvi install-dvi-am \
1991
2069
install-exec install-exec-am install-html install-html-am \
1992
- install-info install-info-am install-man install-pdf \
1993
- install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
1994
- install-strip installcheck installcheck-am installdirs \
1995
- maintainer-clean maintainer-clean-generic mostlyclean \
1996
- mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1997
- tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1998
- uninstall-sbinPROGRAMS
2070
+ install-info install-info-am install-man install-opendvlogDATA \
2071
+ install-pdf install-pdf-am install-pkgsysconfDATA install-ps \
2072
+ install-ps-am install-sbinPROGRAMS install-strip installcheck \
2073
+ installcheck-am installdirs maintainer-clean \
2074
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
2075
+ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
2076
+ uninstall-am uninstall-binPROGRAMS uninstall-opendvlogDATA \
2077
+ uninstall-pkgsysconfDATA uninstall-sbinPROGRAMS
1999
2078
2000
2079
.PRECIOUS : Makefile
2001
2080
0 commit comments