rename layer3->lib

This commit is contained in:
Karsten Keil 2008-09-01 14:38:54 +02:00
parent d4a01c02d0
commit c74043c802
20 changed files with 5 additions and 9 deletions

View File

@ -17,7 +17,7 @@ export mISDN_DIR
INCLUDEDIR := $(mISDN_DIR)/include
export INCLUDEDIR
LIBDIR := $(mISDN_DIR)/layer3
LIBDIR := $(mISDN_DIR)/lib
export LIBDIR
CFLAGS:= -g -Wall -I $(INCLUDEDIR)
@ -33,7 +33,7 @@ endif
export CFLAGS
SUBDIRS := layer3 bridge tools example
SUBDIRS := lib bridge tools example
all:

View File

@ -1,12 +1,8 @@
# ifndef SF_DIR
# SF_DIR = /home/kkeil/speak_freely-7.2
# endif
EXTRA_CFLAGS :=
EXTRA_INCLUDE :=
EXTRA_LIB :=
PROGRAMMS = isdnbridge
PROGRAMMS = misdn_bridge
all: $(PROGRAMMS)
@ -28,7 +24,7 @@ CFLAGS := $(CFLAGS) $(DEBUG) $(EXTRA_INCLUDE) \
BRIDGEOBJ = bridge.o
isdnbridge: $(BRIDGEOBJ)
misdn_bridge: $(BRIDGEOBJ)
$(CC) $(BRIDGEOBJ) $(LFLAGS) -o $@
bridge.o: bridge.c ../include/mlayer3.h ../include/compat_af_isdn.h

View File

@ -3,7 +3,7 @@ PROGS := testcon testlayer3 misdnportinfo testlayer1
all: $(PROGS)
mISDNLIB := ../layer3/libmisdn.so
mISDNLIB := ../lib/libmisdn.so
LIBPTHREAD := -lpthread
LIBMISDN := -lmisdn