forked from SIPfoundry/legacy-sipxecs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f82a67
commit 27034b2
Showing
283 changed files
with
691 additions
and
13,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,30 @@ | ||
include config/subdir.am | ||
include config/dist.am | ||
|
||
all: BUILDSTAMP | ||
EXTRA_DIST = \ | ||
config/git-version-gen \ | ||
CONTRIBUTORS \ | ||
$(@PACKAGE@_EXTRA_DIST) | ||
|
||
## BUILDSTAMP records the subversion revision, date/time, which builder built | ||
## this, and the repository branch (if it is not main). | ||
## It also creates a C source file config/sipX-buildstamp.cpp containing | ||
## the same information. | ||
# defined as empty target so if a package does not override, it's a nop | ||
%-dist-hook:; | ||
|
||
.PHONY: BUILDSTAMP | ||
BUILDSTAMP: | ||
@echo -n "Generating BUILDSTAMP: " | ||
@test -d config || mkdir config | ||
@echo "$(SIPX_BUILDSTAMP)" > BUILDSTAMP | ||
@${LocalizeSipXconfig} \ | ||
-e "s/@SIPX_VERSION\@/$(SIPX_VERSION)/" \ | ||
-e "s/@SIPX_BUILDSTAMP\@/$(SIPX_BUILDSTAMP)/" \ | ||
-e "s/sipx/SipX/" \ | ||
$(srcdir)/config/sipX-buildstamp.cpp.in \ | ||
> config/@[email protected] | ||
@${LocalizeSipXconfig} \ | ||
-e "s/sipx/SipX/" \ | ||
$(srcdir)/config/sipX-buildstamp.h.in \ | ||
> config/@[email protected] | ||
@echo "$(SIPX_BUILDSTAMP)" | ||
|
||
# automake doesn't like this inside the conditional | ||
.PHONY : doc | ||
dist-hook: @PACKAGE@-dist-hook | ||
echo $(VERSION).$(subst .,-,$(PACKAGE_REVISION)) > $(distdir)/.tarball-version | ||
@$(LocalizeSipXconfig) $(srcdir)/@[email protected] > $(distdir)/@[email protected] | ||
|
||
# CONFIG_DISTCLEANFILES are files to be added to DISTCLEANFILES in any | ||
# makefile that includes config as an external subdirectory. | ||
CONFIG_DISTCLEANFILES = \ | ||
DISTCLEANFILES = \ | ||
$(@PACKAGE@-DISTCLEANFILES) \ | ||
config/config.sub \ | ||
config/depcomp \ | ||
config/install-sh \ | ||
config/ltmain.sh \ | ||
config/missing \ | ||
config/@[email protected] \ | ||
config/@[email protected] | ||
Makefile.in \ | ||
aclocal.m4 \ | ||
autom4te.cache/output.0 \ | ||
autom4te.cache/output.1 \ | ||
autom4te.cache/requests \ | ||
autom4te.cache/traces.0 \ | ||
autom4te.cache/traces.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.