X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fcpp2%2FMakefile.in;h=c1f83d5f9fc4ef49c63e4fc1fedd2f6fe266751c;hb=d8880177eb975f240141e0b9abf3a58c3f99b1cb;hp=fb70ce77fadf2fd63d88b418a6c84be59bb34078;hpb=a8e2deb144cbf9378c13daaf9741f7f27fd957c0;p=fw%2Fsdcc diff --git a/support/cpp2/Makefile.in b/support/cpp2/Makefile.in index fb70ce77..c1f83d5f 100644 --- a/support/cpp2/Makefile.in +++ b/support/cpp2/Makefile.in @@ -36,7 +36,7 @@ srcdir = @srcdir@ LIBS = @LIBS@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ -Wall ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) \ $(CFLAGS) $(WARN_CFLAGS) $(XCFLAGS) @DEFS@ ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS) @@ -123,10 +123,11 @@ uninstall: rm -f $(DESTDIR)$(bindir)/sdcpp$(EXEEXT) clean: -rm -f $(TARGET) *.o core libcpp.a + rm -f s-options optionlist options.h s-options-h options.c distclean: clean -rm -f auto-host.h auto-build.h cstamp-h Makefile - -rm -f configargs.h config.status config.run config.cache config.bak config.log *~ + config.status config.run config.cache config.bak config.log *~ # This tells GNU Make version 3 not to put all variables in the environment. .NOEXPORT: @@ -331,7 +332,7 @@ xstrerror.o: $(LIBIBERTY_DIR)/xstrerror.c $(CONFIG_H) $(LIBCPP_DEPS) ########################## # Sdcpp -SDCC_OBJS = sdcpp.o sdcpp-opts.o c-ppoutput.o cppdefault.o prefix.o version.o opts.o options.o diagnostic.o pretty-print.o c-incpath.o +SDCC_OBJS = sdcpp.o sdcpp-opts.o c-ppoutput.o cppdefault.o prefix.o version.o opts.o opts-common.o options.o c-incpath.o $(TARGET): $(SDCC_OBJS) $(MY_LIBIBERTY_BITS) libcpp.a $(LIBDEPS) mkdir -p $(dir $@) @@ -348,9 +349,7 @@ options.o: options.c $(CONFIG_H) $(LIBCPP_DEPS) options.h opts.o: opts.c $(CONFIG_H) $(LIBCPP_DEPS) options.h -diagnostic.o: diagnostic.c $(CONFIG_H) $(LIBCPP_DEPS) diagnostic.h options.h - -pretty-print.o: pretty-print.c $(CONFIG_H) $(LIBCPP_DEPS) pretty-print.h +opts-common.o: opts.c $(CONFIG_H) $(LIBCPP_DEPS) options.h c-incpath.o: $(CONFIG_H) $(LIBCPP_DEPS) c-incpath.h