Print this page
10051 cw(1) shouldn't have to translate -g
@@ -71,12 +71,11 @@
ROOTDIRS32= $(ROOTLIB)/iconv
ROOTDIRS64= $(ROOTLIB)/iconv/$(MACH64)
ROOTITM32 = $(ROOTDIRS32)/$(ITM)
ROOTITM64 = $(ROOTDIRS64)/$(ITM)
-#
-# definition for some useful target like clean,
+# 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,24 +164,19 @@
$(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)