CVS: beepcore-c/threaded_os/profiles/unix .cvsignore,NONE,1.1 Makefile.in,NONE,1.1
Chris Hanson <[email protected]> Sat, 07 Sep 2002 20:02:35 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c/threaded_os/profiles/unix
In directory usw-pr-cvs1:/tmp/cvs-serv32474/threaded_os/profiles/unix
Added Files:
.cvsignore Makefile.in
Log Message:
Move "profiles/" directory to "threaded_os/profiles/".
--- NEW FILE: .cvsignore ---
*.la
*.lo
*.o
.libs
--- NEW FILE: Makefile.in ---
#
# Copyright (c) 2001 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/09/08 03:02:33 cphmit Exp $
### Generic settings
srcdir = @srcdir@
top_srcdir = @top_srcdir@
MF_CFLAGS = $(SSL_INCLUDES) $(CYRUS_INCLUDES)
include $(top_srcdir)/Make.defs
VPATH = .:..:../SASLutils:../../wrapper:../../utility:../../../base/generic:../../transport:
SASL_OBJS = sasl-profiles.lo \
do_hash.lo \
md5.lo \
otp_db.lo \
sasl_general.lo
OBJS = null-profiles.lo \
syslog-raw.lo \
tls-profile.lo \
$(CYRUS_SOBJ) \
$(SASL_OBJS)
all: shared-libs
clean:
rm -rf *.o *.so *.la *.lo .libs
install: shared-libs
$(INSTALL_DIR) $(DESTDIR)$(libdir)
$(CYRUS_NONE) $(INSTALL_LIB) $(CYRUS_SLIB) $(DESTDIR)$(libdir)/.
$(INSTALL_LIB) libtls-profile.la $(DESTDIR)$(libdir)/.
$(INSTALL_LIB) libsasl-profiles.la $(DESTDIR)$(libdir)/.
$(INSTALL_FINISH) $(DESTDIR)$(libdir)/.
shared-libs: libnull-profiles.la \
libsyslog-raw.la \
$(CYRUS_SLIB) \
libtls-profile.la \
libsasl-profiles.la
libnull-profiles.la: null-profiles.lo
$(LDLIBTOOL) $(CC) $< -o $@ $(LIBTOOL_LDFLAGS)
libsyslog-raw.la: syslog-raw.lo
$(LDLIBTOOL) $(CC) $< -o $@ $(LIBTOOL_LDFLAGS)
libcyrus-profiles.la: cyrus-profiles.lo
$(LDLIBTOOL) $(CC) $< -o $@ $(LIBTOOL_LDFLAGS) $(CYRUS_LIBS)
libtls-profile.la: tls-profile.lo
$(LDLIBTOOL) $(CC) $< -o $@ $(LIBTOOL_LDFLAGS)
libsasl-profiles.la: $(SASL_OBJS)
$(LDLIBTOOL) $(CC) $(SASL_OBJS) -o $@ $(LIBTOOL_LDFLAGS)
blw_malloc_test: blw_malloc_test.lo $(OBJS)
$(CCLIBTOOL) $(CC) blw_malloc_test.o $(OBJS) $(SYSLIBS) $(BEEPLIBS) \
-o blw_malloc_test
.DEFAULT:
### Default tree handling targets
include $(top_srcdir)/Make.targets
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390