serval-dna/Makefile.in
gardners 2ab32197a7 Put new linux-specific interface listing routine in that is needed
for android, where the portable method isn't easily available.
2012-04-28 12:25:19 +09:30

105 lines
2.1 KiB
Makefile

SRCS= batman.c \
ciphers.c \
client.c \
commandline.c \
dataformats.c \
dna.c \
dna_identity.c \
encode.c \
fifo.c \
gateway.c \
keyring.c \
overlay.c \
overlay_abbreviations.c \
overlay_advertise.c \
overlay_broadcast.c \
overlay_buffer.c \
overlay_interface.c \
overlay_mdp.c \
overlay_packetformats.c \
overlay_payload.c \
overlay_route.c \
packetformats.c \
peers.c \
randombytes.c \
responses.c \
rhizome.c \
rhizome_bundle.c \
rhizome_crypto.c \
rhizome_database.c \
rhizome_fetch.c \
rhizome_http.c \
rhizome_packetformats.c \
serval_packetvisualise.c \
server.c \
sha2.c \
simulate.c \
sqlite3.c \
srandomdev.c \
trans_cache.c \
vomp.c \
lsif.c
HAVE_VOIPTEST= @HAVE_VOIPTEST@
ifeq ($(HAVE_VOIPTEST), 1)
SRCS+= pa_phone.c
VOIPTEST_CFLAGS=-DHAVE_VOIPTEST=1
endif
OBJS= $(SRCS:.c=.o)
HDRS= fifo.h \
Makefile \
rhizome.h \
serval.h \
sha2.h \
sqlite-amalgamation-3070900/sqlite3.h
LDFLAGS=@LDFLAGS@ @PORTAUDIO_LIBS@ @SRC_LIBS@ @SPANDSP_LIBS@ @CODEC2_LIBS@ @PTHREAD_LIBS@
CFLAGS= @CPPFLAGS@ @CFLAGS@ @PORTAUDIO_CFLAGS@ @SRC_CFLAGS@ @SPANDSP_CFLAGS@ @PTHREAD_CFLAGS@ $(VOIPTEST_CFLAGS)
DEFS= @DEFS@
all: serval.c dna libservald.so
sqlite3.o: sqlite3.c
$(CC) $(CFLAGS) $(DEFS) -Wall -c $<
%.o: %.c $(HDRS)
$(CC) $(CFLAGS) $(DEFS) -Wall -c $<
dna: $(OBJS)
$(CC) $(CFLAGS) -Wall -o $@ $(OBJS) $(LDFLAGS)
libservald.so: $(OBJS)
$(CC) $(CFLAGS) -Wall -shared -o $@ $(OBJS) $(LDFLAGS)
serval.c: $(SRCS) $(HDRS)
cat serval.h > serval.c
echo '#include <sys/mman.h>' >>serval.c
cat $(SRCS) | grep -v "#include" | sed -e 's/inet_ntoa/ast_inet_ntoa/g' >>serval.c
testserver: dna
clear
rm hlr.dat
./dna -vvv -S 1 -f hlr.dat
testcreate: dna
clear
./dna -vvv -d 0427679796 -C
@touch testcreate
testget: dna testcreate
clear
./dna -vvv -d 0427679796 -R dids | tee testget
testset: dna testget
clear
# Try writing a value to a variable
echo "short value" >shortvalue.txt
./dna -vvv -s `cat testget | cut -f2 -d: | tail -1` -i 0 -W note=@shortvalue.txt
testbigset: testget
clear
./dna -vvv -s `cat testget | cut -f2 -d: | tail -1` -i 0 -W note=@411.txt