CVS: beepcore-c Make.defs.in,1.6,1.7
Chris Hanson <[email protected]> Thu, 01 Aug 2002 18:56:30 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c In directory usw-pr-cvs1:/tmp/cvs-serv4277 Modified Files: Make.defs.in Log Message: Add beepcore-c-config shell script. Index: Make.defs.in =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/Make.defs.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Make.defs.in 4 Jan 2002 07:07:03 -0000 1.6 --- Make.defs.in 2 Aug 2002 01:56:28 -0000 1.7 *************** *** 16,21 **** # # This file contains all information needed to bootstrap the system ! # ! # 1. C compiler # test libe _CC = @CC@ --- 16,42 ---- # # This file contains all information needed to bootstrap the system ! ! ### Boilerplate ! ! SHELL = @SHELL@ ! @SET_MAKE@ ! ! prefix = @prefix@ ! exec_prefix = @exec_prefix@ ! ! bindir = @bindir@ ! sbindir = @sbindir@ ! libexecdir = @libexecdir@ ! datadir = @datadir@ ! sysconfdir = @sysconfdir@ ! sharedstatedir = @sharedstatedir@ ! localstatedir = @localstatedir@ ! libdir = @libdir@ ! infodir = @infodir@ ! mandir = @mandir@ ! includedir = @includedir@ ! oldincludedir = @oldincludedir@ ! ! ### C compiler # test libe _CC = @CC@ *************** *** 24,32 **** # WARNING! NOT ALL MAKEFILES LOOK AT THE CFLAGS FROM HERE ! ifndef LIBTOOL ! export LIBTOOL = $(SRC_ROOT)/libtool ! export CCLIBTOOL = $(LIBTOOL) --mode=compile ! export LDLIBTOOL = $(LIBTOOL) --mode=link ! endif TARGET_LIBS= @TARGET_LIBS@ --- 45,51 ---- # WARNING! NOT ALL MAKEFILES LOOK AT THE CFLAGS FROM HERE ! export LIBTOOL = $(top_srcdir)/libtool --quiet ! export CCLIBTOOL = $(LIBTOOL) --mode=compile ! export LDLIBTOOL = $(LIBTOOL) --mode=link TARGET_LIBS= @TARGET_LIBS@ *************** *** 65,69 **** LIB_VERSION= 1:0:1 ! # 2. Root of distribution tree ifdef DEBUG --- 84,98 ---- LIB_VERSION= 1:0:1 ! DESTDIR = ! ! INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ ! INSTALL_DATA = @INSTALL_DATA@ ! INSTALL_SCRIPT = @INSTALL_SCRIPT@ ! INSTALL_DIR = mkdir -m 755 -p ! INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL_DATA) ! INSTALL_FINISH = $(LIBTOOL) --finish ! ! ### Root of distribution tree ifdef DEBUG *************** *** 81,98 **** LIB_INSTALL_DIR= $(DIST_ROOT)/lib ! # 3. Default target sequence for make MAKE_TGT = all ! # 4. Set up some dependency info. %.lo: %.c $(CCLIBTOOL) $(CC) $(ALL_DEFINES) $(ALL_CFLAGS) $(ALL_CPPFLAGS) -c $< ! LIBTOOL_LDFLAGS= -rpath $(LIB_INSTALL_DIR) -version-info $(LIB_VERSION) ! INSTALLBIN = $(LIBTOOL) $(SRC_ROOT)/install.sh -c -m 755 ! INSTALLDAT = $(SRC_ROOT)/install.sh -c -m 644 ! INSTALLDIR = mkdir -m 755 -p ! INSTALLLIB = $(INSTALLBIN) ! INSTALLFINISH = $(LIBTOOL) --finish --- 110,128 ---- LIB_INSTALL_DIR= $(DIST_ROOT)/lib ! ### Default target sequence for make MAKE_TGT = all ! ### Set up some dependency info. %.lo: %.c $(CCLIBTOOL) $(CC) $(ALL_DEFINES) $(ALL_CFLAGS) $(ALL_CPPFLAGS) -c $< ! LIBTOOL_LDFLAGS = -rpath $(LIB_INSTALL_DIR) -version-info $(LIB_VERSION) ! # These definitions will go away when all the makefiles are updated. ! INSTALLBIN = $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ! INSTALLDAT = $(INSTALL_DATA) ! INSTALLDIR = $(INSTALL_DIR) ! INSTALLLIB = $(INSTALL_LIB) ! INSTALLFINISH = $(INSTALL_FINISH) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf