2007-11-14 22:18:48 -05:00
|
|
|
|
|
|
|
RS_TOP_DIR = ..
|
2008-02-03 01:17:33 -05:00
|
|
|
##### Define any flags that are needed for this section #######
|
|
|
|
###############################################################
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-02-03 01:17:33 -05:00
|
|
|
###############################################################
|
|
|
|
include $(RS_TOP_DIR)/scripts/config.mk
|
|
|
|
###############################################################
|
|
|
|
|
2009-07-30 17:27:47 -04:00
|
|
|
RSOBJ = rsinit.o \
|
|
|
|
p3peers.o \
|
2008-02-04 12:55:13 -05:00
|
|
|
p3rank.o \
|
2008-03-04 16:31:11 -05:00
|
|
|
p3photo.o \
|
2008-02-04 12:55:13 -05:00
|
|
|
p3msgs.o \
|
2008-06-04 06:59:24 -04:00
|
|
|
p3Blog.o \
|
2008-03-04 16:31:11 -05:00
|
|
|
p3discovery.o \
|
2008-01-25 02:58:29 -05:00
|
|
|
p3face-server.o \
|
2007-11-14 22:18:48 -05:00
|
|
|
p3face-config.o \
|
2008-03-04 16:31:11 -05:00
|
|
|
p3face-msgs.o \
|
2008-07-02 12:58:13 -04:00
|
|
|
rsiface.o \
|
2008-07-23 18:01:59 -04:00
|
|
|
rstypes.o
|
2008-01-25 02:58:29 -05:00
|
|
|
|
2008-02-03 01:17:33 -05:00
|
|
|
#TESTOBJ =
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-02-03 01:17:33 -05:00
|
|
|
#TESTS =
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-02-03 01:17:33 -05:00
|
|
|
all: librs tests
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-02-03 01:17:33 -05:00
|
|
|
#tlvbase_test : tlvbase_test.o
|
|
|
|
# $(CC) $(CFLAGS) -o tlvbase_test tlvbase_test.o $(OBJ) $(LIBS)
|
2007-11-14 22:18:48 -05:00
|
|
|
|
2008-02-03 01:17:33 -05:00
|
|
|
###############################################################
|
|
|
|
include $(RS_TOP_DIR)/scripts/rules.mk
|
|
|
|
###############################################################
|
2007-11-14 22:18:48 -05:00
|
|
|
|