X-Git-Url: http://git.onelab.eu/?p=libnl.git;a=blobdiff_plain;f=Makefile.rules;fp=Makefile.rules;h=0000000000000000000000000000000000000000;hp=de32230ea8be7db163337923e4f920fe36c449b0;hb=332c8b7561dcac7ac95cc0d07328b1cb22d780a6;hpb=eabdd897b75ecc1fac5e255229a899126085e57a diff --git a/Makefile.rules b/Makefile.rules deleted file mode 100644 index de32230..0000000 --- a/Makefile.rules +++ /dev/null @@ -1,37 +0,0 @@ -# -# Makefile.rules -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation version 2.1 -# of the License. -# -# Copyright (c) 2003-2006 Thomas Graf -# - -.SUFFIXES: -.SUFFIXES: .deps/%.d .c - -%.o: %.c - @echo " CC $<"; \ - $(CC) $(CFLAGS) -c -o $@ $< - -.deps/%.d: %.c - @echo " DEP $<"; \ - $(CC) $(DEPFLAGS) $< > $@.tmp; \ - sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.tmp > $@; \ - rm -f $@.tmp - -Makefile.opts: - @echo "***" - @echo "*** No configuration found, please run ./configure" - @echo "***" - @exit 1 - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(MAKECMDGOALS),distclean) -ifneq ($(DEPS),) --include $(DEPS) -endif -endif -endif