Changeset 105 in libcf for trunk/test/makefile


Ignore:
Timestamp:
05/29/13 14:10:04 (11 years ago)
Author:
cheese
Message:

#1 remove integrated test code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/makefile

    r84 r105  
    88# env
    99#----------------------------------------------------------
    10 FILES           =   \
    11                     test            \
    12 
    13 TARGET_NAME     = test
    14 
    1510TARGET_PATH     = ../_build
    1611OBJ_PATH        = ../_obj
    17 TARGET          = $(TARGET_PATH)/$(TARGET_NAME).$(EXT_EXECUTE)
    18 SRCS            = $(addsuffix .$(SOURCE_TYPE),$(FILES))
    19 OBJS            = $(addprefix $(OBJ_PATH)/,$(addsuffix .o,$(FILES)))
    2012
    2113INCLUDES        = -I../include
     
    2719# label
    2820#----------------------------------------------------------
    29 all: dep $(TARGET)
     21all: dep
    3022    @echo ========== Complete CHEROXY compilation ==========
    3123dep: $(OBJ_PATH) $(TARGET_PATH) $(LIB_CF)
     
    3729$(LIB_CF): dummy
    3830    cd ../src; make all;
     31
     32test:
     33    make $(shell ls *.c | awk -F. '{ print $$1 }')
    3934
    4035%: %.c
Note: See TracChangeset for help on using the changeset viewer.