14 lines
310 B
Makefile
14 lines
310 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_PROGRAMS = dtinfo_start
|
|
|
|
BUILT_SOURCES = dtinfo_start.opnums
|
|
|
|
dtinfo_start_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
|
|
|
dtinfo_start.opnums: $(top_builddir)/programs/tttypes/dtinfo_start.opnums
|
|
$(RM) dtinfo_start.opnums
|
|
$(LN_S) $? $@
|
|
|
|
dtinfo_start_SOURCES = dtinfo_start.c
|