summaryrefslogtreecommitdiff
path: root/ov/Makefile.in
blob: ee8c37e2850d3213129358dfa55090f9e1d87bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARG = oid_to_type oid_to_sym

all: $(TARG)

oid_to_type: oid_to_type.in ../sedscript
	$(SED) -f ../sedscript $(srcdir)/oid_to_type.in > oid_to_type

oid_to_sym: oid_to_sym.in ../sedscript
	$(SED) -f ../sedscript $(srcdir)/oid_to_sym.in > oid_to_sym

clean:
	rm -f $(TARG)

install: