CVS: beepcore-c/unix Makefile.in,NONE,1.1

Chris Hanson <[email protected]> Thu, 01 Aug 2002 21:18:32 -0700
Newsgroups gmane.network.beep.beepcore.c.cvs
Message-ID <[email protected]>
Update of /cvsroot/beepcore-c/beepcore-c/unix
In directory usw-pr-cvs1:/tmp/cvs-serv32661/unix

Added Files:
	Makefile.in 
Log Message:
Rewrite makefiles to use standard GNU directory variables and to
install in standard places.

Refer to DESTDIR during installation to simplify packaging.

Coalesce all non-profile libraries into a single library.

Don't compile the examples.


--- NEW FILE: Makefile.in ---
#
# Copyright (c) 2002 Invisible Worlds, Inc.  All rights reserved.
# 
# The contents of this file are subject to the Blocks Public License (the
# "License"); You may not use this file except in compliance with the License.
# 
# You may obtain a copy of the License at http://www.beepcore.org/
# 
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
# for the specific language governing rights and limitations under the
# License.
#
# $Id: Makefile.in,v 1.1 2002/08/02 04:18:30 cphmit Exp $
#
# Please notice that all dependencies are resolved by ordering, so
# that you are not allowed to screw around the order of targets!

### Generic settings
srcdir = @srcdir@
top_srcdir = @top_srcdir@
include $(top_srcdir)/Make.defs

### Target directories
DIRS = 
MOREDIRS = 

SUBLIBS = \
    $(top_srcdir)/core/unix/libbeepcore.la \
    $(top_srcdir)/threaded_os/transport/unix/libbptostransport.la \
    $(top_srcdir)/threaded_os/utility/unix/libbptosutil.la \
    $(top_srcdir)/threaded_os/wrapper/unix/libbptoswrapper.la \
    $(top_srcdir)/utility/unix/libbeepxmlutil.la \
    $(top_srcdir)/utility/unix/libbputil.la \
    $(top_srcdir)/utility/unix/libxmlglobal.la

all: libbeepcore-c.la

clean:
	rm -f libbeepcore-c.la

install: libbeepcore-c.la
	$(INSTALL_DIR) $(DESTDIR)$(libdir)
	$(INSTALL_LIB) libbeepcore-c.la $(DESTDIR)$(libdir)/.
	$(INSTALL_FINISH) $(DESTDIR)$(libdir)/.

libbeepcore-c.la: $(SUBLIBS)
	$(LDLIBTOOL) $(CC) -o $@ $(SUBLIBS) $(LIBTOOL_LDFLAGS)

.DEFAULT:

### Default tree handling targets
include $(top_srcdir)/Make.targets



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf