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.
git-svn-id: http://sipxecs.sipfoundry.org/rep/sipXecs/branches/4.2@18562 ab1d8caa-1f67-47f1-9e81-24633a41865c
- Loading branch information
mardy
committed
Apr 13, 2010
0 parents
commit 441acc4
Showing
10,961 changed files
with
1,364,459 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# git-ls-files --others --exclude-from=.git/info/exclude | ||
# Lines that start with '#' are comments. | ||
# For a project mostly in C, the following would be a good set of | ||
# exclude patterns (uncomment them if you want to use them): | ||
# *.[oa] | ||
*~ | ||
Makefile.in | ||
aclocal.m4 | ||
config.h.in | ||
autom4te.cache | ||
config/compile | ||
config/config.guess | ||
config/config.sub | ||
config/depcomp | ||
config/install-sh | ||
config/ltmain.sh | ||
config/missing | ||
configure | ||
sipXconfig/top.build.dir | ||
spy.log | ||
velocity.log | ||
bin.eclipse | ||
# exclude files created when building 3rd party deps | ||
lib/*/build | ||
lib/cache-file | ||
lib/dist | ||
sipXtackLib/src/test/net/SipXauthIdentityTest.cpp |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.PHONY: build | ||
build: | ||
$(MAKE) recurse TARGETS="all check install" | ||
|
||
include top.mak | ||
|
||
.PHONY: all | ||
all: | ||
@echo "Target '$@' is not valid. Type 'make build' to build and install." | ||
|
||
.PHONY: rpm | ||
rpm: | ||
$(MAKE) recurse TARGETS="rpm install-rpm" | ||
|
||
uninstall-rpm: | ||
$(MAKE) recurse TARGETS="uninstall-rpm" PROJECTS="$(PROJECTS_REVERSE)" | ||
|
||
%: | ||
$(MAKE) recurse TARGETS="$@" | ||
|
||
.PHONY: repo | ||
repo: | ||
cd @DEST_RPM@ && createrepo -g @TOP_ABS_SRCDIR@/meta/comps.xml . |
Oops, something went wrong.