[Olsr-cvs] olsrd-current Makefile,1.94,1.95
Bernd Petrovitsch
(spam-protected)
Thu Aug 30 00:26:13 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current/make Makefile.fbsd, 1.10, 1.11 Makefile.linux, 1.14, 1.15 Makefile.nbsd, 1.7, 1.8 Makefile.obsd, 1.6, 1.7 Makefile.osx, 1.9, 1.10 Makefile.win32, 1.10, 1.11 Makefile.wince, 1.5, 1.6
- Next message: [Olsr-cvs] olsrd-current/src lq_packet.c, 1.26, 1.27 lq_packet.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31310
Modified Files:
Makefile
Log Message:
* use more variables
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** Makefile 29 Aug 2007 21:46:25 -0000 1.94
--- Makefile 29 Aug 2007 22:26:11 -0000 1.95
***************
*** 54,62 ****
endif
! SWITCHDIR = src/olsr_switch
CFGDIR = src/cfgparser
CFGOBJS = $(CFGDIR)/oscan.o $(CFGDIR)/oparse.o $(CFGDIR)/olsrd_conf.o
CFGDEPS = $(wildcard $(CFGDIR)/*.[ch]) $(CFGDIR)/oparse.y $(CFGDIR)/oscan.lex
! TAG_SRCS = $(SRCS) $(HDRS) $(wildcard src/cfgparser/*.[ch] src/olsr_switch/*.[ch])
default_target: cfgparser $(EXENAME)
--- 54,62 ----
endif
! SWITCHDIR = src/olsr_switch
CFGDIR = src/cfgparser
CFGOBJS = $(CFGDIR)/oscan.o $(CFGDIR)/oparse.o $(CFGDIR)/olsrd_conf.o
CFGDEPS = $(wildcard $(CFGDIR)/*.[ch]) $(CFGDIR)/oparse.y $(CFGDIR)/oscan.lex
! TAG_SRCS = $(SRCS) $(HDRS) $(wildcard $(CFGDIR)/*.[ch] $(SWITCHDIR)/*.[ch])
default_target: cfgparser $(EXENAME)
- Previous message: [Olsr-cvs] olsrd-current/make Makefile.fbsd, 1.10, 1.11 Makefile.linux, 1.14, 1.15 Makefile.nbsd, 1.7, 1.8 Makefile.obsd, 1.6, 1.7 Makefile.osx, 1.9, 1.10 Makefile.win32, 1.10, 1.11 Makefile.wince, 1.5, 1.6
- Next message: [Olsr-cvs] olsrd-current/src lq_packet.c, 1.26, 1.27 lq_packet.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list