aboutsummaryrefslogtreecommitdiff
path: root/src/util/unifdef/Makefile.in
blob: 88765b4f3734b891c106c0376533b6c7a9bc81c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
srcdir = @srcdir@
VPATH = @srcdir@
 
DEFS = @DEFS@
LIBS = @LIBS@
 
CFLAGS = -g $(DEFS) $(LOCALINCLUDE)
LDFLAGS = -g

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