CVS: beepcore-c/base/unix/test .cvsignore,NONE,1.1 Makefile.in,NONE,1.1
Chris Hanson <[email protected]> Fri, 06 Sep 2002 18:15:25 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c/base/unix/test
In directory usw-pr-cvs1:/tmp/cvs-serv22777/base/unix/test
Added Files:
.cvsignore Makefile.in
Log Message:
Rename "core" directories to "base".
--- NEW FILE: .cvsignore ---
*.la
*.lo
*.o
.libs
unit_base64
unit_cbeep_io
unit_cbeep_query
unit_cbeep_shortframe
unit_channel_0
unit_frame_aggregate
--- 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/07 01:15:23 cphmit Exp $
### Generic settings
srcdir = @srcdir@
top_srcdir = @top_srcdir@
include $(top_srcdir)/Make.defs
VPATH = ../../generic:../../test:..:../../../utility/unix
#CFLAGS = -O -fPIC
CCFLAGS = -g -fPIC
INCLUDES = -I ../ -I ../.. -I ../../generic
BEEPUTILLIBS = ../../../utility/unix/libxmlglobal.la \
../../../utility/unix/libbeepxmlutil.la \
../../../utility/unix/libbputil.la
LIBS = $(SYSLIBS)
ifdef PURIFY
PURECMD = purify -cache-dir=/iw/home/wmills/purify/cache -best-effort -forbidden-directories=/iw:/var/opt:/usr/lib:/usr/local/lib:/ccs/lib:
else
PURECMD =
endif
CC = $(PURECMD) $(_CC) -pipe -Wall $(INCLUDES)
#CC = purify -cache-dir=/iw/puretcl/cache -best-effort gcc -pipe -Wall
UNIT_TESTS = unit_base64 \
unit_cbeep_io \
unit_cbeep_query \
unit_cbeep_shortframe \
unit_channel_0 \
unit_frame_aggregate
# unit_cbeep_chan0_in \
all: $(UNIT_TESTS)
clean:
@touch foo.o ; rm -rf *.o $(UNIT_TESTS) *.lo .libs
install:
@echo Nothing to do for install.
unit_base64: unit_base64.lo ../libbeepcore.la
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_base64.lo \
../libbeepcore.la $(BEEPUTILLIBS)
unit_channel_0: unit_channel_0.lo ../channel_0.lo
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_channel_0.lo \
../channel_0.lo ../CBEEP.lo ../base64.lo \
../cbxml_entities.lo $(BEEPUTILLIBS)
unit_frame_aggregate: unit_frame_aggregate.lo ../channel_0.lo
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_frame_aggregate.lo \
../channel_0.lo ../CBEEP.lo ../base64.lo \
../cbxml_entities.lo $(BEEPUTILLIBS)
unit_cbxml_entities: unit_cbxml_entities.lo
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_cbxml_entities.lo \
cbxml_entities.lo $(BEEPUTILLIBS)
UNIT_CBEEP_DEPS = ../libbeepcore.la
#UNIT_CBEEP_DEPS = ../libbeepcore.la $(BEEPUTILLIBS)
unit_cbeep_chan0_in: unit_cbeep_chan0_in.lo $(UNIT_CBEEP_DEPS) \
unit_notify_stubs.lo
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_cbeep_chan0_in.lo \
$(UNIT_CBEEP_DEPS) unit_notify_stubs.lo
unit_cbeep_io: unit_cbeep_io.lo $(UNIT_CBEEP_DEPS)
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_cbeep_io.lo \
$(UNIT_CBEEP_DEPS) $(BEEPUTILLIBS)
unit_cbeep_query: unit_cbeep_query.lo $(UNIT_CBEEP_DEPS)
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_cbeep_query.lo \
$(UNIT_CBEEP_DEPS) $(BEEPUTILLIBS)
unit_cbeep_shortframe: unit_cbeep_shortframe.lo $(UNIT_CBEEP_DEPS)
$(LDLIBTOOL) $(CC) $(CCFLAGS) $(LIBS) -o $@ unit_cbeep_shortframe.lo \
$(UNIT_CBEEP_DEPS) $(BEEPUTILLIBS)
### 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