mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
$(TOPDIR), make, scripts: Search-and-replace ytools -> jw-build
This project was copied from ytools, with anything not related to providing build-functionality left out. This commit replaces the occurences of ytools with jw-build, and removes some but most certainly not all legacy ytools references. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
79a7c7d424
commit
55fa0eaec5
22 changed files with 92 additions and 662 deletions
57
Makefile
57
Makefile
|
|
@ -1,60 +1,7 @@
|
|||
# jan's utility modules
|
||||
# (c) 2001-2005 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
TOPDIR = .
|
||||
|
||||
SUBDIRS = inst/pre \
|
||||
make \
|
||||
pkgconfig \
|
||||
contrib \
|
||||
devutil \
|
||||
initrd \
|
||||
doc \
|
||||
htdocs tmpl \
|
||||
base \
|
||||
YMisc \
|
||||
YFamily \
|
||||
hashfunc \
|
||||
lbuffer cache \
|
||||
YMem YOptString \
|
||||
gtopts \
|
||||
misc \
|
||||
parser \
|
||||
lock sigsync shmem \
|
||||
contr/YMtBuf \
|
||||
contr/YRrBuf \
|
||||
contr/YRrLogBuf \
|
||||
contr/YStringTree \
|
||||
cfgfile \
|
||||
YStopWatch \
|
||||
YEvent \
|
||||
contr \
|
||||
YLoadableObject \
|
||||
msgfmt eloop statecheck \
|
||||
YCbContr YThread \
|
||||
YStopWatchList YStopWatchQueue YStopWatchThreadList \
|
||||
YApplication \
|
||||
YOsc os \
|
||||
lib include bin \
|
||||
util \
|
||||
conf \
|
||||
inst/post
|
||||
|
||||
SUBDIRS = make scripts bin texdoc
|
||||
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@ftp.janware.com:/srv/ftp/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION)
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(MODDIR)/make/topdir-autoconf.mk
|
||||
|
||||
define symversion
|
||||
nm $(LIB_A) | sed '/^[0-9]\{8\} T / !d; s/^[0-9]\{8\} T //' | sort -u
|
||||
endef
|
||||
|
||||
SYMBOLS: $(LIB_A)
|
||||
$(symversion) > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
check_symversion:
|
||||
$(symversion) | diff SYMBOLS - | sed '/^</ !d'
|
||||
include $(MODDIR)/make/topdir.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue