version 0.73.0

This commit is contained in:
2023-07-14 12:15:30 -03:00
parent 110d8a0419
commit 945dd1a809
1466 changed files with 374820 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
# Generated automatically from Makefile.in by configure.
SHELL=/bin/sh
prefix=/usr/local
exec_prefix=${prefix}
#subdirs= cobpp
subdirs= cobf2f
INSTALL=/usr/bin/install -c
INSTBIN=${prefix}/bin
PROG1 = htcobdispcv.tcl
PROG2 = htcobviscomp.tcl
all:
@for i in ${subdirs}; do \
echo Making all in $$i ; \
(cd $$i; ${MAKE} all) ; \
done
install:
@for i in ${subdirs}; do \
echo Installing in $$i ; \
(cd $$i; ${MAKE} install) ; \
done
${INSTALL} -m 755 $(PROG1) $(INSTBIN)/$(PROG1)
${INSTALL} -m 755 $(PROG2) $(INSTBIN)/$(PROG2)
depend:
@for i in ${subdirs}; do \
echo Depending in $$i ; \
(cd $$i; ${MAKE} depend) ; \
done
clean:
@for i in ${subdirs}; do \
echo Cleaning in $$i ; \
(cd $$i; ${MAKE} clean) ; \
done
distclean cleandist:
@for i in ${subdirs}; do \
echo Cleaning in $$i ; \
(cd $$i; ${MAKE} clean; rm -f Makefile) ; \
done