aboutsummaryrefslogtreecommitdiff
path: root/src/util/unifdef/Makefile.in
blob: c8670fd43fec6afe78cc16031d6ea7e390a010d6 (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
27
BUILDTOP=@BUILDTOP@
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