- Timestamp:
- Jun 15, 2010, 11:22:56 AM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ppBackground (modified) (1 prop)
-
ppBackground/src (modified) (1 prop)
-
ppBackground/src/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
/trunk merged: 28280-28298,28300-28302,28305-28307
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ppBackground
-
Property svn:ignore
set to
configure
Makefile.in
ignore
config.log
depcomp
config.status
config.guess
ltmain.sh
config.sub
autom4te.cache
libtool
missing
Makefile
aclocal.m4
install-sh
-
Property svn:ignore
set to
-
branches/czw_branch/20100519/ppBackground/src
-
Property svn:ignore
set to
ppBackground
Makefile.in
config.h
ppBackgroundVersionDefinitions.h
.deps
Makefile
ppBackgroundErrorCodes.c
ppBackgroundErrorCodes.h
stamp-h1
config.h.in
-
Property svn:ignore
set to
-
branches/czw_branch/20100519/ppBackground/src/Makefile.am
r28304 r28334 2 2 3 3 if HAVE_SVNVERSION 4 PP VIZPATTERN_VERSION=`$(SVNVERSION) ..`4 PPBACKGROUND_VERSION=`$(SVNVERSION) ..` 5 5 else 6 PP VIZPATTERN_VERSION="UNKNOWN"6 PPBACKGROUND_VERSION="UNKNOWN" 7 7 endif 8 8 9 9 if HAVE_SVN 10 PP VIZPATTERN_BRANCH=`$(SVN) info .. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'`11 PP VIZPATTERN_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`10 PPBACKGROUND_BRANCH=`$(SVN) info .. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'` 11 PPBACKGROUND_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'` 12 12 else 13 PP VIZPATTERN_BRANCH="UNKNOWN"14 PP VIZPATTERN_SOURCE="UNKNOWN"13 PPBACKGROUND_BRANCH="UNKNOWN" 14 PPBACKGROUND_SOURCE="UNKNOWN" 15 15 endif 16 16 … … 19 19 ppBackgroundVersionDefinitions.h: ppBackgroundVersionDefinitions.h.in FORCE 20 20 -$(RM) ppBackgroundVersionDefinitions.h 21 $(SED) -e "s|@PP VIZPATTERN_VERSION@|\"$(PPVIZPATTERN_VERSION)\"|" -e "s|@PPVIZPATTERN_BRANCH@|\"$(PPVIZPATTERN_BRANCH)\"|" -e "s|@PPVIZPATTERN_SOURCE@|\"$(PPVIZPATTERN_SOURCE)\"|" ppBackgroundVersionDefinitions.h.in > ppBackgroundVersionDefinitions.h21 $(SED) -e "s|@PPBACKGROUND_VERSION@|\"$(PPBACKGROUND_VERSION)\"|" -e "s|@PPBACKGROUND_BRANCH@|\"$(PPBACKGROUND_BRANCH)\"|" -e "s|@PPBACKGROUND_SOURCE@|\"$(PPBACKGROUND_SOURCE)\"|" ppBackgroundVersionDefinitions.h.in > ppBackgroundVersionDefinitions.h 22 22 FORCE: ; 23 23 … … 25 25 26 26 27 ppBackground_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(P SPHOT_CFLAGS) $(PPBACKGROUND_CFLAGS)28 ppBackground_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(P SPHOT_LIBS) $(PPBACKGROUND_LIBS)27 ppBackground_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PPSTATS_CFLAGS) $(PSPHOT_CFLAGS) $(PPBACKGROUND_CFLAGS) 28 ppBackground_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PPSTATS_LIBS) $(PSPHOT_LIBS) $(PPBACKGROUND_LIBS) 29 29 30 30 ppBackground_SOURCES = \ … … 35 35 ppBackgroundLoop.c \ 36 36 ppBackgroundVersion.c \ 37 ppBackgroundModel.c \ 38 ppBackgroundErrorCodes.c 37 ppBackgroundRestore.c \ 38 ppBackgroundErrorCodes.c \ 39 ppBackgroundExit.c 39 40 40 41 noinst_HEADERS = \
Note:
See TracChangeset
for help on using the changeset viewer.
