libs := $(objroot)/hackerlab/libboot/libboot.a -lm
generated-includes := bitsets.h db.h case-db.h combine-db.h decomp-db.h
generated-source := bitsets.c db.c case-db.c combine-db.c decomp-db.c
include $(makefiles)/library-objects.mk
ifeq ($(cgs__install_hackerlab),1)
include $(makefiles)/install-includes.mk
endif
$(generated-includes) $(generated-source): ../unidata-scaffolding/unidata-generate $(srcdir)/../unidata-scaffolding/unidata.txt
echo
echo "================ parsing unidata.txt ================"
echo
for f in $(generated-includes) $(generated-source) ; do test ! -e $$f || rm $$f ; done
../unidata-scaffolding/unidata-generate --verbose $(srcdir)/../unidata-scaffolding/unidata.txt
clean: clean-unidata
clean-unidata:
for f in $(generated-includes) $(generated-source) ; do test ! -e $$f || rm $$f ; done
# tag: Tom Lord Tue Dec 4 14:52:17 2001 (unidata/Makefile.in)
#
syntax highlighted by Code2HTML, v. 0.9.1