mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Everywhere: Rename ytools.mk to proj.mk
Replace ytools.mk by proj.mk for consistency reasons: $(TOPDIR)/make/proj.mk should be the project-wide but project-private makefile for projects.
This commit is contained in:
parent
6d7c809dc6
commit
4fd6a6d677
9 changed files with 9 additions and 9 deletions
|
|
@ -1,62 +0,0 @@
|
|||
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
PROJECT := ytools
|
||||
TOPDIR = $(MODDIR)
|
||||
|
||||
REQUIRED = inst/pre \
|
||||
make \
|
||||
doc \
|
||||
debug misc slog platform \
|
||||
devutil \
|
||||
hash \
|
||||
hexdump \
|
||||
lbuffer \
|
||||
debug \
|
||||
cfgfile gtopts \
|
||||
lock sigsync shmem \
|
||||
usrv uclnt statecheck msgfmt \
|
||||
YMisc YError \
|
||||
YThread YMutex YEvent YCbContr contr/Y2WayMap \
|
||||
YTimeB YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
|
||||
lib include bin \
|
||||
inst/post
|
||||
|
||||
VERSION = @PACKAGE_VERSION@
|
||||
VERSION_STR = \"@PACKAGE_VERSION@\"
|
||||
DEVELOPMENT = @IS_DEVELOPMENT_VERSION@
|
||||
|
||||
# rpmdist.mk variables
|
||||
MKSPEC_SH = $(MODDIR)/devutil/scripts/mkspec_wrapper.sh $(TOPDIR)/make/mkspec.sh
|
||||
FTP_SRC_GROUP = ytsrc
|
||||
FTP_SRC_USER = jan
|
||||
FTP_RUN_GROUP = ytrun
|
||||
FTP_RUN_USER = jan
|
||||
FTP_DEV_GROUP = ytdev
|
||||
FTP_DEV_USER = jan
|
||||
FTP_HOST = ftp.jannet.de
|
||||
FTP_FILE_MODE = 644
|
||||
FTP_DIR_MODE = 755
|
||||
#FTP_HOST = ftp.jannet.de
|
||||
FTP_HOST_LOGIN = root
|
||||
|
||||
ifeq ($(DEVELOPMENT),true)
|
||||
include $(TOPDIR)/make/cfg_dev.mk
|
||||
else
|
||||
include $(TOPDIR)/make/cfg_dist.mk
|
||||
endif
|
||||
|
||||
LDFLAGS += -lytools -ldl -pthread
|
||||
ARCH = @ARCH@
|
||||
|
||||
LD_LIB_PATH=$(TOPDIR)/lib
|
||||
|
||||
ifeq (@ARCH@,x86)
|
||||
PROJECT_LDFLAGS += $(shell export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig; pkg-config --libs glib-2.0)
|
||||
else
|
||||
ifeq (@ARCH@,x86_64)
|
||||
PROJECT_LDFLAGS += $(shell export PKG_CONFIG_PATH=/opt/gnome/lib64/pkgconfig; pkg-config --libs glib-2.0)
|
||||
endif
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue