moved old-door-daemon to spor16legacy on github
[svn42.git] / old-door-deamon / ledstats-0.3.1 / Makefile.in
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 (file)
index b766a73..0000000
+++ /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