Ignore:
Timestamp:
Jan 19, 2007, 2:29:43 AM (19 years ago)
Author:
bird
Message:

integer math functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/Makefile.kmk

    r750 r763  
    4040        CONFIG_WITH_COMPARE \
    4141        CONFIG_WITH_STACK \
     42        CONFIG_WITH_MATH \
    4243        EXPERIMENTAL \
    4344        \
     
    290291        CONFIG_WITH_TOUPPER_TOLOWER \
    291292        EXPERIMENTAL
    292        
     293
    293294kmk_gmake_SOURCES = \
    294295        main.c \
     
    341342include $(PATH_KBUILD)/footer.kmk
    342343
    343                        
     344
    344345#
    345346# Use checked in config.h instead of running ./Configure for it.
    346 #                       
     347#
    347348config.h.$(BUILD_TARGET) := config.h.$(BUILD_TARGET)
    348349config.h.win   := config.h.W32
     
    407408test_stack:
    408409        $(MAKE) -f testcase-stack.kmk
     410
     411test_math:
     412        $(MAKE) -f testcase-math.kmk
     413
     414
     415test_all:       test_math test_stack test_shell
Note: See TracChangeset for help on using the changeset viewer.