OSDN Git Service

v1.0.2.6
[ntch/develop.git] / Makefile.in
index 431edef..1ae18b6 100644 (file)
@@ -4,7 +4,6 @@
 # You may need to install then.
 
 #Option for development
-#CFLAGS = -g -Wall -DDEBUG ${DEFS} ${CDEF} -DNT_CLOUD
 #CFLAGS = -g -Wall -DDEBUG ${DEFS} ${CDEF} -DNT_CLOUD -DNT_NET_IPV6
 #Option for release
 CFLAGS = -Wall ${DEFS} ${CDEF} -DNT_CLOUD -DNT_NET_IPV6
@@ -43,6 +42,7 @@ OBJS = ${OBJ_DIR}/main.o ${OBJ_DIR}/utils/nt_std_t.o \
     ${OBJ_DIR}/_2ch/parse_string.o \
     ${OBJ_DIR}/_2ch/maru_2ch.o \
     ${OBJ_DIR}/usr/favorite_t.o \
+    ${OBJ_DIR}/usr/ng_word_t.o \
     ${OBJ_DIR}/usr/usr_db_t.o \
     ${OBJ_DIR}/ui/disp_board_menu.o \
     ${OBJ_DIR}/ui/disp_threadlist.o \
@@ -66,6 +66,8 @@ INC_FILES = ${INC_DIR}/config.h \
        ${INC_DIR}/_2ch/parse_2ch.h \
        ${INC_DIR}/_2ch/search_2ch.h \
        ${INC_DIR}/usr/favorite_t.h \
+       ${INC_DIR}/usr/ng_word_t.h \
+       ${INC_DIR}/usr/usr_db_t.h \
        ${INC_DIR}/ui/disp.h \
        ${INC_DIR}/ui/disp_win.h \
        ${INC_DIR}/ui/disp_string.h \
@@ -79,7 +81,6 @@ INC_FILES = ${INC_DIR}/config.h \
        ${INC_DIR}/utils/zip.h \
        ${INC_DIR}/utils/db.h \
        ${INC_DIR}/utils/text.h \
-       ${INC_DIR}/usr/usr_db_t.h \
        ${INC_DIR}/utils/nt_conv_char.h \
        ${INC_DIR}/utils/nt_mutex.h \
        ${INC_DIR}/utils/nt_pthread.h \
@@ -203,6 +204,10 @@ $(OBJ_DIR)/usr/favorite_t.o : ${SRC_DIR}/usr/favorite_t.c ${INC_FILES}
        @ ${SHELL} prepare_proj.sh
        ${CC} ${CFLAGS} ${INCLUDES} -c -o $@ $< 
 
+$(OBJ_DIR)/usr/ng_word_t.o : ${SRC_DIR}/usr/ng_word_t.c ${INC_FILES}
+       @ ${SHELL} prepare_proj.sh
+       ${CC} ${CFLAGS} ${INCLUDES} -c -o $@ $< 
+
 $(OBJ_DIR)/utils/base64.o : ${SRC_DIR}/utils/base64.c ${INC_FILES}
        @ ${SHELL} prepare_proj.sh
        ${CC} ${CFLAGS} ${INCLUDES} -c -o $@ $<