Files
magic/net2ir/Makefile
T
Tim Edwards bc00b5578b Implemented a new configuration variable "dist_prefix" for
distributed installations, where the immediate installation location
is different from the final installation location, but in the case
where it is not desirable to put the entire install hierarchy as a
subdirectory of DESTDIR.
2020-01-28 10:40:01 -05:00

24 lines
412 B
Makefile

#
# rcsid = "$Header: /usr/cvsroot/magic-8.0/net2ir/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"
#
MODULE = net2ir
MAGICDIR = ..
SRCS = net2ir.c
EXTRA_LIBS = ${MAGICDIR}/utils/libutils.a
include ${MAGICDIR}/defs.mak
tcl-main:
echo "Nothing to do here"
main: net2ir
install: $(DESTDIR)${INSTALL_BINDIR}/${MODULE}${EXEEXT}
install-tcl:
echo "Nothing to do here"
include ${MAGICDIR}/rules.mak