X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=old-door-deamon%2Fledstats-0.3.1%2FMakefile.in;fp=old-door-deamon%2Fledstats-0.3.1%2FMakefile.in;h=0000000000000000000000000000000000000000;hp=b766a7364f1ed784d263b770b52f15048c1e2768;hb=ef0255ffe0a390c49c6e2c3e41fb5312032a4f00;hpb=5f90a9da59975c3bf81efc461fcd13637e4e0e5d diff --git a/old-door-deamon/ledstats-0.3.1/Makefile.in b/old-door-deamon/ledstats-0.3.1/Makefile.in deleted file mode 100644 index b766a73..0000000 --- a/old-door-deamon/ledstats-0.3.1/Makefile.in +++ /dev/null @@ -1,33 +0,0 @@ -# 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 = @prefix@ -exec_prefix = @exec_prefix@ -sbindir = @sbindir@ - -# 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