X-Git-Url: http://git.onelab.eu/?p=libnl.git;a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=0000000000000000000000000000000000000000;hp=795c3ce472be69894f2169b0b07b68b01e8b541a;hb=332c8b7561dcac7ac95cc0d07328b1cb22d780a6;hpb=eabdd897b75ecc1fac5e255229a899126085e57a diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 795c3ce..0000000 --- a/src/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# -# src/Makefile -# -# 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 -# - -ifeq ($(shell [ ! -r ../Makefile.opts ] && echo 1),) - include ../Makefile.opts -endif - -CFLAGS += -L../lib -CIN := $(wildcard nl-*.c) -TOOLS := $(CIN:%.c=%) - -all: $(TOOLS) - -$(TOOLS): utils.o - -nl-%: nl-%.c - $(CC) $(CFLAGS) -o $@ $< -lnl utils.o - -clean: - rm -f $(TOOLS) utils.o - -distclean: clean - -install: - @true