2007-11-15 03:18:48 +00:00
|
|
|
|
|
|
|
RS_TOP_DIR = ..
|
2008-02-03 06:17:33 +00:00
|
|
|
##### Define any flags that are needed for this section #######
|
|
|
|
###############################################################
|
2007-11-15 03:18:48 +00:00
|
|
|
|
2008-02-03 06:17:33 +00:00
|
|
|
###############################################################
|
|
|
|
include $(RS_TOP_DIR)/scripts/config.mk
|
|
|
|
###############################################################
|
2007-11-15 03:18:48 +00:00
|
|
|
|
2008-02-03 06:17:33 +00:00
|
|
|
OBJ = notifytxt.o retroshare.o
|
2007-11-15 03:18:48 +00:00
|
|
|
|
2008-02-03 06:17:33 +00:00
|
|
|
#TESTOBJ =
|
2007-11-15 03:18:48 +00:00
|
|
|
|
2008-02-03 06:17:33 +00:00
|
|
|
TESTS = retroshare-nogui
|
2007-11-15 03:18:48 +00:00
|
|
|
|
2008-02-03 06:17:33 +00:00
|
|
|
all: tests
|
2007-11-15 03:18:48 +00:00
|
|
|
|
2008-02-03 06:17:33 +00:00
|
|
|
retroshare-nogui: $(OBJ)
|
|
|
|
$(CC) $(CFLAGS) -o retroshare-nogui $(OBJ) $(LIBS)
|
2007-11-15 03:18:48 +00:00
|
|
|
|
|
|
|
|
2008-02-03 06:17:33 +00:00
|
|
|
###############################################################
|
|
|
|
include $(RS_TOP_DIR)/scripts/rules.mk
|
|
|
|
###############################################################
|
2007-11-15 03:18:48 +00:00
|
|
|
|