Print this page
10051 cw(1) shouldn't have to translate -g
*** 71,82 ****
ROOTDIRS32= $(ROOTLIB)/iconv
ROOTDIRS64= $(ROOTLIB)/iconv/$(MACH64)
ROOTITM32 = $(ROOTDIRS32)/$(ITM)
ROOTITM64 = $(ROOTDIRS64)/$(ITM)
! #
! # definition for some useful target like clean,
OBJS = $(SRCSC1:%.c=%.o) $(YTABC:.c=.o) $(LEXYY:.c=.o)
CHECKHDRS = $(HDRS%.h=%.check)
CLOBBERFILES= $(ITM) $(SRCYC)
--- 71,81 ----
ROOTDIRS32= $(ROOTLIB)/iconv
ROOTDIRS64= $(ROOTLIB)/iconv/$(MACH64)
ROOTITM32 = $(ROOTDIRS32)/$(ITM)
ROOTITM64 = $(ROOTDIRS64)/$(ITM)
! # defined for some useful targets like clean,
OBJS = $(SRCSC1:%.c=%.o) $(YTABC:.c=.o) $(LEXYY:.c=.o)
CHECKHDRS = $(HDRS%.h=%.check)
CLOBBERFILES= $(ITM) $(SRCYC)
*** 165,188 ****
$(DOT_C_CHECK)
clean:
$(RM) $(CLEANFILES)
- debug:
- $(MAKE) all COPTFLAG='' COPTFLAG64='' CFLAGS='-g -DDEBUG'
-
-
%.o: %.c
$(COMPILE.c) $<
%.o: ../%.c
$(COMPILE.c) $<
# install rule
- #
$(ROOTDIRS32)/%: $(ROOTDIRS32) %
-$(INS.file)
$(ROOTDIRS64)/%: $(ROOTDIRS64) %
-$(INS.file)
--- 164,182 ----