summaryrefslogtreecommitdiffstats
path: root/src/util/unifdef/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/unifdef/Makefile.in')
-rw-r--r--src/util/unifdef/Makefile.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/util/unifdef/Makefile.in b/src/util/unifdef/Makefile.in
deleted file mode 100644
index 399ce17b3..000000000
--- a/src/util/unifdef/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
-
-all::
-
-unifdef: unifdef.o
- $(CC) $(CFLAGS) -o unifdef unifdef.o
-
-unifdef.o: unifdef.c
-
-all:: unifdef
-
-
-clean::
- $(RM) unifdef.o unifdef
-
-includes:: unifdef
-
-install::
- $(INSTALLPROG) unifdef ${DESTDIR}$(PROGDIR)/unifdef