Remove all references to the GC library, replacing GC_malloc
[fw/sdcc] / support / cpp / Makefile.bcc
index 8b6ab2b907842f351a08e4d2d529aeb2374576f8..66758159d6527c64c14e5b6a80286320596ea529 100644 (file)
@@ -23,9 +23,8 @@ man2dir         = $(mandir)/man2
 infodir         = ${prefix}/info
 
 STD_INC         = @sdcc_include_dir@
-#CPPFLAGS        =  -I. -I$(PRJDIR) -D_FORASXXXX_
-#CFLAGS          = -ggdb -O2 -pipe
-CFLAGS  = -6 -O -g0 -I. -I$(PRJDIR) -D_FORASXXXX_
+!include ..\..\bcc.inc
+CFLAGS  = -I. -I$(PRJDIR) -D_FORASXXXX_
 M_OR_MM         = -MM
 LDFLAGS                = 
 
@@ -43,10 +42,5 @@ $(TARGET): $(OBJECTS)
 
 !include Makefile.dep
 
-# My rules
-# --------
-.c.obj:
-        BCC32 -c $(CFLAGS) $(CPPFLAGS) $<
-
 
 # End of cpp/Makefile