X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=old-door-deamon%2Fledstats-0.3.1%2FMakefile;fp=old-door-deamon%2Fledstats-0.3.1%2FMakefile;h=0000000000000000000000000000000000000000;hp=d388fe38a32172622c1e939654b3cbdc01dd9339;hb=ef0255ffe0a390c49c6e2c3e41fb5312032a4f00;hpb=5f90a9da59975c3bf81efc461fcd13637e4e0e5d diff --git a/old-door-deamon/ledstats-0.3.1/Makefile b/old-door-deamon/ledstats-0.3.1/Makefile deleted file mode 100644 index d388fe3..0000000 --- a/old-door-deamon/ledstats-0.3.1/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Generated automatically from Makefile.in by configure. -# LED Status makefile created by Jeremy Garff -# List of sources, objects, and program. - -OBJS = ledcpu.o -PROG = ledstats - -# List of compiling options. - -CC = gcc -CFLAGS = -g -Wall -LDFLAGS = -lpthread -lparportled - -prefix = /usr/local -exec_prefix = ${prefix} -sbindir = ${exec_prefix}/sbin - -# Linking the executable. - -$(PROG): $(OBJS) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) - -# Cleanup (removes files that can be rebuilt). - -clean: - -rm -f $(PROG) $(OBJS) *~ - -rm -f Makefile config.cache config.log config.status - -install: - install -c -d $(sbindir) - install -c ledstats $(sbindir) - -uninstall: - rm -f $(sbindir)/ledstats