resp协议定义, xml定义配置文件
This commit is contained in:
16
NtyCo/sample/Makefile
Normal file
16
NtyCo/sample/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
CUR_SOURCE = ${wildcard *.c}
|
||||
|
||||
CUR_OBJS = ${patsubst %.c, %.o, $(CUR_SOURCE)}
|
||||
|
||||
all : $(SUB_DIR) $(CUR_OBJS)
|
||||
|
||||
$(SUB_DIR) : ECHO
|
||||
make -C $@
|
||||
|
||||
$(CUR_OBJS) : %.o : %.c
|
||||
$(CC) -c $^ -o $(OBJS_DIR)/$@ $(FLAG)
|
||||
|
||||
ECHO :
|
||||
@echo $(SUB_DIR)
|
||||
Reference in New Issue
Block a user